Playbooks Ansible pour du sysadmin de l'instance Matrix du Fuz !
Go to file
J. Doe fbccf37df6 add requirements file,hosts.ini and README 2019-09-24 11:19:03 +02:00
roles add requirements file,hosts.ini and README 2019-09-24 11:19:03 +02:00
.gitignore add roles 2019-09-24 10:59:36 +02:00
README.md add requirements file,hosts.ini and README 2019-09-24 11:19:03 +02:00
Vagrantfile boilerplate 2019-09-21 19:42:08 +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
certificate.yml boilerplate 2019-09-21 20:49:21 +02:00
nextcloud.yml boilerplate 2019-09-21 19:42:08 +02:00
requirements.yml add requirements file,hosts.ini and README 2019-09-24 11:19:03 +02:00
setup.yml boilerplate 2019-09-21 19:42:08 +02:00
synapse.yml boilerplate 2019-09-21 19:42:08 +02:00
website.yml boilerplate 2019-09-21 19:42:08 +02:00

README.md

Fuz Playbooks

Playbooks for (relatively) easy sysadmin!

With Vagrant

  1. vagrant up
  2. Install ansible
  3. Install the roles: ansible-galaxy install -r requirements.yml
  4. Launch the playbook: ansible-playbook setup.yml

With a real server

  1. Edit the file hosts.ini
  2. Install ansible
  3. Install the roles: ansible-galaxy install -r requirements.yml
  4. Launch the playbook: ansible-playbook setup.yml