Playbooks Ansible pour du sysadmin de l'instance Matrix du Fuz !
Go to file
Hadrien f5730b2477 nginx templates 2022-06-14 23:42:52 +02:00
files/nginx nginx templates 2022-06-14 23:42:52 +02:00
sonic add dirty scripts from the dark side of the universe 2022-06-14 22:51:05 +02:00
templates nginx templates 2022-06-14 23:42:52 +02:00
.gitignore cleaner ansible+docker setting 2019-11-21 17:19:03 +01:00
README.md bootstrap 2022-06-14 22:33:48 +02:00
adminsys-classique.yml fix bug, for realz 2022-06-14 22:50:54 +02:00
ansible-pull-cron.yml boilerplate 2019-09-21 19:42:08 +02:00
ansible.cfg add requirements file,hosts.ini and README 2019-09-24 11:19:03 +02:00
main.yml ok 2022-06-14 22:50:44 +02:00
matrix.yml matrix config 2022-06-14 23:15:18 +02:00
requirements.yml cleaner ansible+docker setting 2019-11-21 17:19:03 +01:00
site-statique.yml bootstrap 2022-06-14 22:33:48 +02:00

README.md

Fuz Playbooks

Playbooks pour installation via Ansible de services pour le Fuz.

Deployment

  1. Récupérer l'inventaire hosts.ini auprès d'un humain ou autre
  2. Install ansible:
    sudo apt update
    sudo apt install software-properties-common
    sudo apt-add-repository --yes --update ppa:ansible/ansible
    sudo apt install ansible
    
  1. Launch the playbook: ansible-playbook main.yml -K --check