README: fixed example playbook
This commit is contained in:
parent
035cd58229
commit
20cb12a66a
11
README.md
11
README.md
|
@ -38,18 +38,13 @@ SSH:
|
||||||
- `monitored_ssh_key_wrapper_src`: remote path and filename of wrapper
|
- `monitored_ssh_key_wrapper_src`: remote path and filename of wrapper
|
||||||
- `monitored_ssh_key_wrapper_*`: file attributes of wrapper
|
- `monitored_ssh_key_wrapper_*`: file attributes of wrapper
|
||||||
|
|
||||||
Dependencies
|
|
||||||
------------
|
|
||||||
|
|
||||||
- Installed Apache web server
|
|
||||||
|
|
||||||
Example Playbook
|
Example Playbook
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
- hosts: web-servers
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: apache2-backend-mod_remoteip
|
- role: monitored
|
||||||
apache2_backend_mod_remoteip_proxy: 192.168.0.0/24
|
when: monitored_dont|default(False) != True
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in a new issue