copy file to node
ansible all -m service -a "name=httpd state=started" -k
- name: Restart service httpd, in all cases service: name: httpd state: restarted
Seonglae Cho
Seonglae Choansible all -m service -a "name=httpd state=started" -k
- name: Restart service httpd, in all cases service: name: httpd state: restarted