ansible/README.md

16 lines
231 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.
2024-10-09 23:14:45 +02:00
## initial setup
```shell
ansible-playbook playbooks/dependencies/*.yaml
```
2024-10-09 22:53:35 +02:00
## run
```shell
ansible-playbook playbooks/*.yaml
```