8025-awxRefactor-debianBootStrap #30
|
@ -31,6 +31,7 @@ base_packages:
|
||||||
- btop
|
- btop
|
||||||
- ncdu
|
- ncdu
|
||||||
- debconf-utils
|
- debconf-utils
|
||||||
|
- net-tools
|
||||||
locales_present:
|
locales_present:
|
||||||
- en_US.UTF-8
|
- en_US.UTF-8
|
||||||
- es_ES.UTF-8
|
- es_ES.UTF-8
|
||||||
|
|
|
@ -5,3 +5,6 @@ fail2ban:
|
||||||
bantime: 600
|
bantime: 600
|
||||||
maxretry: 4
|
maxretry: 4
|
||||||
ignore: "127.0.0.0/8 {{ dc_net }}"
|
ignore: "127.0.0.0/8 {{ dc_net }}"
|
||||||
|
vn_host:
|
||||||
|
url: http://apt.verdnatura.es/pool/main/v/vn-host
|
||||||
|
package: vn-host_2.0.2_all.deb
|
||||||
|
|
|
@ -19,4 +19,4 @@
|
||||||
- name: reconfigure tzdata
|
- name: reconfigure tzdata
|
||||||
command: dpkg-reconfigure -f noninteractive tzdata
|
command: dpkg-reconfigure -f noninteractive tzdata
|
||||||
- name: update exim configuration
|
- name: update exim configuration
|
||||||
command: /usr/sbin/update-exim4.conf
|
command: /usr/sbin/update-exim4.conf
|
|
@ -2,9 +2,11 @@
|
||||||
apt:
|
apt:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
|
install_recommends: no
|
||||||
loop:
|
loop:
|
||||||
- nagios-nrpe-server
|
- nagios-nrpe-server
|
||||||
- nagios-plugins-contrib
|
- nagios-plugins-contrib
|
||||||
|
- monitoring-plugins-basic
|
||||||
- name: Set NRPE generic configuration
|
- name: Set NRPE generic configuration
|
||||||
template:
|
template:
|
||||||
src: nrpe.cfg
|
src: nrpe.cfg
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
vn_host:
|
|
||||||
url: http://apt.verdnatura.es/pool/main/v/vn-host
|
|
||||||
package: vn-host_2.0.2_all.deb
|
|
Loading…
Reference in New Issue