Devops

ansible 핸들러

세모데 2018. 2. 12. 14:47

copy가 성공하면 트리거 형태로 httpd를 restartgka


tasks:

- name:

  copy:

src: /tmp/templates/test.template

dest: /etc/test./conf

  notify:

- restart_apache


handlers:

- name:

  service:

name: httpd

state: restarted