8025-awxRefactor-debianBootStrap #30

Merged
juan merged 37 commits from 8025-awxRefactor-debianBootStrap into main 2024-10-16 14:49:33 +00:00
5 changed files with 7 additions and 4 deletions
Showing only changes of commit 3ad39e03a8 - Show all commits

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,3 +0,0 @@
vn_host:
url: http://apt.verdnatura.es/pool/main/v/vn-host
package: vn-host_2.0.2_all.deb