minor syntax fix
This commit is contained in:
parent
8990e2864d
commit
653eecca1b
@ -267,7 +267,7 @@ ansible_ssh_private_key_file=/path/to/ssh/key.pem
|
|||||||
ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
|
ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Launching playbook
|
### Launching the playbook
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ansible-playbook wazuh-odfe-production-ready.yml -i inventory
|
ansible-playbook wazuh-odfe-production-ready.yml -i inventory
|
||||||
@ -319,7 +319,7 @@ ansible_ssh_private_key_file=/path/to/ssh/key.pem
|
|||||||
ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
|
ansible_ssh_extra_args='-o StrictHostKeyChecking=no'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Launching playbook
|
### Launching the playbook
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ansible-playbook wazuh-odfe-single.yml -i inventory
|
ansible-playbook wazuh-odfe-single.yml -i inventory
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user