Your IP : 3.133.148.60


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

---
# This playbook Enable or disable monitoring for hosts
- hosts: bitrix-hosts

  roles:
    - common
    - monitor

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

  roles:
    - cleaner