ansible/README.md

16 lines
236 B
Markdown
Raw Permalink 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
2024-10-10 19:54:13 +02:00
ansible-playbook playbooks/apps/*.yaml
2024-10-09 22:53:35 +02:00
```