Playbooks Ansible pour du sysadmin de l'instance Matrix du Fuz !
group_vars/all | ||
roles | ||
.gitignore | ||
ansible-pull-cron.yml | ||
ansible.cfg | ||
certificate.yml | ||
hosts.ini | ||
nextcloud.yml | ||
postgres.yml | ||
README.md | ||
requirements.yml | ||
setup.yml | ||
synapse.yml | ||
Vagrantfile | ||
website.yml |
Fuz Playbooks
Playbooks for (relatively) easy sysadmin!
With Vagrant
- Install Vagrant
vagrant up
- Install ansible:
sudo apt update sudo apt install software-properties-common sudo apt-add-repository --yes --update ppa:ansible/ansible sudo apt install ansible
- Launch the playbook:
ansible-playbook setup.yml
With a real server
- Edit the file
hosts.ini
- Install ansible:
sudo apt update sudo apt install software-properties-common sudo apt-add-repository --yes --update ppa:ansible/ansible sudo apt install ansible
- Launch the playbook:
ansible-playbook setup.yml