ansible localhost -m yum -a"state=absent name=httpd"
ansible localhost -m yum -a"state=installed name=httpd"
ansible localhost -m copy -a'dest=/var/www/html/index.html content="<!DOCTYPE html>
This iscopy
This is a paragraph.
"'ansible localhost -m service -a"name=firewalld state=stopped enabled=no"
Latest comments (0)