diff --git a/ansible/apacheinst_playbook.yml b/ansible/apacheinst_playbook.yml new file mode 100644 index 0000000..d059bc0 --- /dev/null +++ b/ansible/apacheinst_playbook.yml @@ -0,0 +1,4 @@ +- hosts: ubuntu + tasks: + - name: install apache2 + apt: name=apache2 update_cache=yes state=latest