ansible localhost -m yum -a"state=latest name=httpd"
ansible localhost -m service -a"name=httpd state=started"
For further actions, you may consider blocking this person and/or reporting abuse
ansible localhost -m yum -a"state=latest name=httpd"
ansible localhost -m service -a"name=httpd state=started"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)