README: fixed example playbook

This commit is contained in:
Sven Velt 2023-12-14 11:03:56 +01:00
parent 035cd58229
commit 20cb12a66a

View file

@ -38,18 +38,13 @@ SSH:
- `monitored_ssh_key_wrapper_src`: remote path and filename of wrapper
- `monitored_ssh_key_wrapper_*`: file attributes of wrapper
Dependencies
------------
- Installed Apache web server
Example Playbook
----------------
- hosts: web-servers
- hosts: all
roles:
- role: apache2-backend-mod_remoteip
apache2_backend_mod_remoteip_proxy: 192.168.0.0/24
- role: monitored
when: monitored_dont|default(False) != True
License
-------