ansible/README.md

12 lines
414 B
Markdown
Raw Permalink Normal View History

2019-09-21 17:42:08 +00:00
# Fuz Playbooks
2022-06-06 18:20:27 +00:00
Playbooks pour installation via Ansible de services pour le Fuz.
2022-06-06 18:20:27 +00:00
## Deployment
2022-06-14 20:33:48 +00:00
1. Récupérer l'inventaire `hosts.ini` auprès d'un humain ou autre
2022-06-14 22:14:45 +00:00
2. Installer ansible:
2019-09-24 09:32:07 +00:00
```bash
2022-06-14 22:14:45 +00:00
sudo pip3 install ansible
2019-09-24 09:32:07 +00:00
```
<!-- 3. Install the roles: `ansible-galaxy install -r requirements.yml` -->
2022-06-14 22:14:45 +00:00
1. Launch the playbook sans faire de changements: `ansible-playbook main.yml -K --check --diff -vv`