mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-21 14:58:02 +01:00
15 lines
236 B
Markdown
15 lines
236 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/apps/*.yaml
|
|
```
|