ansible/README.md

10 lines
153 B
Markdown

# ansible
Server management
## vault
Create a `vault.pass` file with the ansible vault password.
## run
```shell
ansible-playbook playbooks/*.yaml
```