Fix Ansible CI
parent
1f3353b982
commit
bb0f01f45e
|
@ -22,7 +22,7 @@
|
||||||
- git # code versioning
|
- git # code versioning
|
||||||
- less # i like cats
|
- less # i like cats
|
||||||
- screen # Vulcain asked for this
|
- screen # Vulcain asked for this
|
||||||
#- irqbalance # distribute interrupts on multicores CPU
|
# - irqbalance # distribute interrupts on multicores CPU
|
||||||
- vlock # virtual console lock
|
- vlock # virtual console lock
|
||||||
- resolvconf # for dns configuration in network interfaces
|
- resolvconf # for dns configuration in network interfaces
|
||||||
register: apt_result
|
register: apt_result
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
name:
|
name:
|
||||||
- ramond # remplaced by ra-guard on switchs
|
- ramond # remplaced by ra-guard on switchs
|
||||||
- collectd-utils # old monitoring
|
- collectd-utils # old monitoring
|
||||||
# - munin-node # old monitoring
|
# - munin-node # old monitoring
|
||||||
- arpwatch # old sniffing
|
- arpwatch # old sniffing
|
||||||
- python3-reportbug
|
- python3-reportbug
|
||||||
- os-prober # makes grub-install lag
|
- os-prober # makes grub-install lag
|
||||||
|
|
|
@ -16,4 +16,3 @@
|
||||||
copy:
|
copy:
|
||||||
content: "{{ mail_root }}"
|
content: "{{ mail_root }}"
|
||||||
dest: /etc/nullmailer/adminaddr
|
dest: /etc/nullmailer/adminaddr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue