Answers for "ansible how to install apache on a remote machine"

0

ansible how to install apache on a remote machine

ansible web_server_group -i devops_inventory -b -m apt -a "name=apache2 state=present"
Posted by: Guest on August-01-2021

Code answers related to "ansible how to install apache on a remote machine"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language