ansible cara menginstal apache pada mesin jarak jauh

ansible web_server_group -i devops_inventory -b -m apt -a "name=apache2 state=present"
rajib2k5