8025-awxRefactor-debianBootStrap #30

Merged
juan merged 37 commits from 8025-awxRefactor-debianBootStrap into main 2024-10-16 14:49:33 +00:00
Member
No description provided.
xavi added 12 commits 2024-10-07 14:43:13 +00:00
xavi changed title from 8025-awxRefactor-debianBootStrap to WIP: 8025-awxRefactor-debianBootStrap 2024-10-07 14:45:10 +00:00
xavi changed title from WIP: 8025-awxRefactor-debianBootStrap to WIP 8025-awxRefactor-debianBootStrap 2024-10-07 14:45:24 +00:00
xavi changed title from WIP 8025-awxRefactor-debianBootStrap to WIP: 8025-awxRefactor-debianBootStrap 2024-10-07 14:45:30 +00:00
xavi added 1 commit 2024-10-08 07:35:37 +00:00
xavi added 1 commit 2024-10-08 10:35:16 +00:00
xavi added 1 commit 2024-10-08 14:13:02 +00:00
xavi added 1 commit 2024-10-08 14:36:02 +00:00
xavi added 1 commit 2024-10-10 09:49:55 +00:00
xavi added 1 commit 2024-10-10 11:21:40 +00:00
xavi added 1 commit 2024-10-10 11:36:22 +00:00
xavi added 1 commit 2024-10-10 12:47:55 +00:00
xavi added 1 commit 2024-10-10 13:48:43 +00:00
xavi added 1 commit 2024-10-10 14:06:06 +00:00
xavi added 1 commit 2024-10-10 14:12:36 +00:00
xavi added 1 commit 2024-10-14 07:36:22 +00:00
xavi added 1 commit 2024-10-14 10:10:36 +00:00
xavi added 1 commit 2024-10-14 11:53:43 +00:00
xavi added 1 commit 2024-10-15 10:24:55 +00:00
xavi added 1 commit 2024-10-15 10:28:20 +00:00
xavi added 1 commit 2024-10-15 11:40:18 +00:00
xavi added 1 commit 2024-10-15 13:28:11 +00:00
xavi added 1 commit 2024-10-15 13:58:29 +00:00
xavi added 1 commit 2024-10-15 14:17:18 +00:00
xavi requested review from jlopez 2024-10-15 14:19:36 +00:00
xavi requested review from juan 2024-10-15 14:19:49 +00:00
xavi changed title from WIP: 8025-awxRefactor-debianBootStrap to 8025-awxRefactor-debianBootStrap 2024-10-15 14:20:48 +00:00
xavi scheduled this pull request to auto merge when all checks succeed 2024-10-15 14:21:58 +00:00
juan requested changes 2024-10-16 08:30:19 +00:00
Dismissed
@ -2,5 +2,6 @@
.vault-pass
.vault.yml
.passbolt.yml
inventories/local
Owner

Esta linea está repetida

Esta linea está repetida
xavi marked this conversation as resolved
@ -8,0 +56,4 @@
iNu7ZG2Ke7ai4wkIKiUpugWK/f2bXNY36/HJeoN9cKrfVQzh6jsoplj5qc7GtzQK
vbLOVOOXArPis1naT1aW5s/At2NaNpA3a9HjauzZgfIiU+ekIWEccU0OyRGxCGA=
-----END CERTIFICATE-----
private_key_content: "{{ lookup(passbolt, 'fd-cert.pem', folder_parent_id=passbolt_folder).description }}"
Owner

Esto no puede ir directamente en la tarea que genera el fichero?

Esto no puede ir directamente en la tarea que genera el fichero?
xavi marked this conversation as resolved
@ -0,0 +3,4 @@
path: /etc/ssh/ssh_host_rsa_key
type: rsa
size: 4096
register: new_pair
Owner

Primero borrar y luego generar, generar todos los tipos de clave

Primero borrar y luego generar, generar todos los tipos de clave
xavi marked this conversation as resolved
@ -0,0 +15,4 @@
owner: root
group: root
mode: u=rw,g=r,o=r
notify: restart sshd
Owner

Esto lo pondría en la tarea de fail2ban

Esto lo pondría en la tarea de fail2ban
xavi marked this conversation as resolved
juan requested changes 2024-10-16 08:45:15 +00:00
Dismissed
@ -25,0 +23,4 @@
lineinfile:
path: /etc/nagios/nrpe.cfg
regexp: '^#server_address=127.0.0.1'
line: 'server_address={{ ansible_default_ipv4.address }}'
Owner

No modificar ficheros con configuración por defecto, utilizar directorio .d

No modificar ficheros con configuración por defecto, utilizar directorio .d
xavi marked this conversation as resolved
xavi added 1 commit 2024-10-16 12:05:06 +00:00
xavi added 1 commit 2024-10-16 12:12:55 +00:00
xavi added 1 commit 2024-10-16 14:18:31 +00:00
xavi added 1 commit 2024-10-16 14:29:46 +00:00
juan added 1 commit 2024-10-16 14:47:32 +00:00
juan approved these changes 2024-10-16 14:48:58 +00:00
juan removed review request for jlopez 2024-10-16 14:49:15 +00:00
juan merged commit 8c56ffd03b into main 2024-10-16 14:49:33 +00:00
juan deleted branch 8025-awxRefactor-debianBootStrap 2024-10-16 14:49:33 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/vn-ansible#30
No description provided.