Add ansible provisioner
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-06-08 09:24:39 +02:00
parent 03b5338f59
commit d680b0dde4
4 changed files with 24 additions and 7 deletions

View File

@ -0,0 +1,14 @@
- name: Delete cloud-init package
apt:
name: cloud-init
state: absent
purge: yes
autoclean: yes
autoremove: yes
- name: Delete cloud-init files
file:
path: {{ item }}
state: absent
loop:
- /etc/cloud
- /var/lib/cloud