Daemon: This is an application designed to run in background. To ensure this application starts when your machine is started we have to enable the daemon/service
sudo systemctl => control daemons
sudo service => control daemons
Daemon in ubuntu: generally after install softwares the daemon is mostly enabled
Daemon in Redhat: we have to enable and start the daemon or service
Execute the ansible playbook
Problems to be addressed:
redhat 9 issue
why check doesn’t work all the time
adhoc command
Ansible automation can be executed using two approaches