2
0

rajout play cleanup

This commit is contained in:
2018-06-27 15:27:47 +02:00
parent b49ef55224
commit 8b5040b32a

14
0cleanup.yml Normal file
View File

@@ -0,0 +1,14 @@
- name: clean up what's been done
hosts: all
become: true
user: ansible
tasks:
- name: uninstall httpd
yum:
name: httpd
state: absent
- name: remove docRoot
file:
path: /var/www/html
state: absent