diff --git a/playbooks/groups/nagios-new.yml b/playbooks/groups/nagios-new.yml index 81b170cb5a..d8b8d3120d 100644 --- a/playbooks/groups/nagios-new.yml +++ b/playbooks/groups/nagios-new.yml @@ -1,8 +1,8 @@ # This is a basic playbook -- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nagios-new-stg:nagios-new" +- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=nagios-new" - name: make the box be real - hosts: nagios-stg + hosts: nagios-new user: root gather_facts: True @@ -39,7 +39,7 @@ - include: "{{ handlers }}/restart_services.yml" - name: deploy nagios service config - hosts: nagios-new-stg:nagios-new + hosts: nagios-new user: gather_facts: True diff --git a/roles/base/templates/syncHttpLogs.sh.j2 b/roles/base/templates/syncHttpLogs.sh.j2 index 2e3e94c88d..3a56addb4b 100644 --- a/roles/base/templates/syncHttpLogs.sh.j2 +++ b/roles/base/templates/syncHttpLogs.sh.j2 @@ -170,10 +170,6 @@ syncHttpLogs {{host}} syncHttpLogs {{host}} {% endfor %} -{% for host in groups['nagios-new-stg'] %} -syncHttpLogs {{host}} -{% endfor %} - ## sync up download {% for host in groups['download-phx2'] %} syncHttpLogs {{host}}