working ansible playbooks for installing and removing lava
This commit is contained in:
10
lava-clean.yml
Normal file
10
lava-clean.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- name: Remove packages
|
||||
apt:
|
||||
name:
|
||||
- postgresql
|
||||
- lava-server
|
||||
- apache2
|
||||
state: absent
|
||||
purge: yes
|
||||
Reference in New Issue
Block a user