mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-22 14:01:58 +01:00
update readme
This commit is contained in:
parent
191a09a137
commit
8c45080d36
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ Server management
|
||||||
## vault
|
## vault
|
||||||
Create a `vault.pass` file with the ansible vault password.
|
Create a `vault.pass` file with the ansible vault password.
|
||||||
|
|
||||||
|
## initial setup
|
||||||
|
```shell
|
||||||
|
ansible-playbook playbooks/dependencies/*.yaml
|
||||||
|
```
|
||||||
|
|
||||||
## run
|
## run
|
||||||
```shell
|
```shell
|
||||||
ansible-playbook playbooks/*.yaml
|
ansible-playbook playbooks/*.yaml
|
||||||
|
|
Loading…
Reference in a new issue