ansible/README.md

14 lines
413 B
Markdown
Raw Normal View History

2019-09-21 17:42:08 +00:00
# Fuz Playbooks
2019-11-27 20:18:21 +00:00
Playbooks pour installation via Ansible de services pour le Fuz.
2019-11-27 20:18:21 +00:00
## Deployment
1. Edit the file `hosts.ini` and the variables in `matrix.yml`.
2019-09-24 09:32:07 +00:00
2. Install ansible:
```bash
sudo apt update
sudo apt install software-properties-common
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt install ansible
```
2019-11-27 20:18:21 +00:00
3. Launch the playbook: `ansible-playbook main.yml`