Debug School

Naveen Kumar
Naveen Kumar

Posted on

Ansible Day 1 Assignment

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>

Page Title

This iscopy

This is a paragraph.

"'

ansible localhost -m service -a"name=firewalld state=stopped enabled=no"

Top comments (0)