ansible, jak instalować apache na zdalnym komputerze

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