ansible/README.md

11 lines
153 B
Markdown
Raw Normal View History

2024-10-09 19:55:06 +02:00
# ansible
Server management
## vault
2024-10-09 22:53:35 +02:00
Create a `vault.pass` file with the ansible vault password.
## run
```shell
ansible-playbook playbooks/*.yaml
```