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



'Devops' 카테고리의 다른 글

ansible role 정의  (0) 2018.02.12
ansible jinja2 템플릿  (0) 2018.02.12
ansible 조건 예제  (0) 2018.02.12
docker  (0) 2017.07.11
ansible playbook 반복 처리 및 필터  (0) 2017.06.30

+ Recent posts