ansible/README.md
2024-10-09 23:14:45 +02:00

15 lines
231 B
Markdown

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