Your IP : 216.73.216.74


Current Path : /etc/ansible/
Upload File :
Current File : //etc/ansible/monitor.yml

---
# This playbook Enable or disable monitoring for hosts
- hosts: bitrix-hosts
  vars:
    common_manage: update
    common_server: NOT_DEFINED
    common_config: NOT_DEFINED
    ansible_playbook_file: NOT_DEFINED
    monitoring_status: update
  roles:
  - common
  - monitor

- hosts: bitrix-hosts
  vars:
    cache_directory: /opt/webdir/tmp

  roles:
    - cleaner