Merge branch 'master' of /git/ansible

This commit is contained in:
Kevin Fenzi 2015-09-25 19:57:12 +00:00
commit e8a0d23eb1

View file

@ -39,6 +39,8 @@
command: alembic -c /usr/share/koschei/alembic.ini upgrade head command: alembic -c /usr/share/koschei/alembic.ini upgrade head
post_tasks: post_tasks:
- name: start httpd
service: name="httpd" state=started
- name: unsilence nagios - name: unsilence nagios
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }} nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
delegate_to: noc01.phx2.fedoraproject.org delegate_to: noc01.phx2.fedoraproject.org