File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 44 become_user : root
55 become_method : sudo
66 roles :
7- - acmetool
87 - buildmaster
8+ - unacmetool
99
1010- hosts : buildslave
1111 become : yes
Original file line number Diff line number Diff line change 1+ ---
2+ - name : Remove acmetool data root
3+ file :
4+ path : /var/lib/acme
5+ state : absent
6+
7+ - name : Remove renewal crontab
8+ file :
9+ path : /etc/cron.d/acmetool
10+ state : absent
11+
12+ - name : Remove acmetool firewall rules
13+ file :
14+ path : /etc/iptables.d/acmetool.rules
15+ state : absent
16+ notify :
17+ - iptables
18+
19+ - name : Remove Service Hooks
20+ file :
21+ path : /usr/libexec/acme/hooks/sv_restart
22+ state : absent
23+ when : acmetool.services is defined
24+
25+ - name : Remove acmetool
26+ xbps :
27+ pkg : acmetool
28+ state : absent
You can’t perform that action at this time.
0 commit comments