Agregué documentación de playbooks de ejemplo
This commit is contained in:
parent
148a8d858e
commit
e4eb070c4a
1 changed files with 14 additions and 0 deletions
|
@ -9,3 +9,17 @@ If you're using `ansible-core`, you need to install the requirements first.
|
|||
```bash
|
||||
ansible-galaxy install -r requirements.yaml
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
We have four types of installation:
|
||||
|
||||
| Playbook | Inventory |
|
||||
| ----------- | ----------- |
|
||||
| deploy-example-talk-ha.yaml | inventory-example-talk-ha |
|
||||
| deploy-example-talk-ha.yaml | inventory-example-single-no-talk-ha |
|
||||
| deploy-example-no-talk-ha.yaml | inventory-example-talk-ha |
|
||||
| deploy-example-no-talk-ha.yaml | inventory-example-single-no-talk-ha |
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue