diff --git a/README.md b/README.md index bc19201..d88a808 100644 --- a/README.md +++ b/README.md @@ -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 -------