You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/README.md

16 lines
351 B
Markdown

4 years ago
# ansible
The ansible files for the pains-perdus infra.
## Deploy a playbook
`ansible-playbook playbook.yml`
Add `--check` to do a dry run
## Edit the vault
`ansible-vault edit group_vars/all/vault`
with the edditor defined in the env varible `$EDITOR` and the password of the vault in the file `.vault_password` (Carefull not to commit it!!!)