Carica file su 'ansible'
This commit is contained in:
4
ansible/apacheinst_playbook.yml
Normal file
4
ansible/apacheinst_playbook.yml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
- hosts: ubuntu
|
||||||
|
tasks:
|
||||||
|
- name: install apache2
|
||||||
|
apt: name=apache2 update_cache=yes state=latest
|
||||||
Reference in New Issue
Block a user