Playbooks Ansible pour du sysadmin de l'instance Matrix du Fuz !
| roles | ||
| .gitignore | ||
| ansible-pull-cron.yml | ||
| ansible.cfg | ||
| certificate.yml | ||
| nextcloud.yml | ||
| README.md | ||
| requirements.yml | ||
| setup.yml | ||
| synapse.yml | ||
| Vagrantfile | ||
| website.yml | ||
Fuz Playbooks
Playbooks for (relatively) easy sysadmin!
With Vagrant
vagrant up- Install ansible
- Install the roles:
ansible-galaxy install -r requirements.yml - Launch the playbook:
ansible-playbook setup.yml
With a real server
- Edit the file
hosts.ini - Install ansible
- Install the roles:
ansible-galaxy install -r requirements.yml - Launch the playbook:
ansible-playbook setup.yml