role awx actualisé

This commit is contained in:
root 2024-05-01 12:02:05 +02:00
parent aac0f13134
commit 8dd65d65eb
4 changed files with 14 additions and 3 deletions

View File

@ -5,7 +5,11 @@
name: awx
groups: sudo
append: yes
shell: /bin/bash
- name: Cration d'un mdp pour user awx
user:
name: awx
password: '$5$1POIEvs/Q.DHI4/6$RT6nl42XkekxTPKA/dktbnCMxL8Rfk8GAK7NxqL9D70'
- name: Get awx key_pub
get_url:

View File

@ -7,6 +7,12 @@
shell: /bin/bash
generate_ssh_key: yes
- name: Creation mdp user awx
ansible.builtin.user:
name:
user: awx
password: '$5$1POIEvs/Q.DHI4/6$RT6nl42XkekxTPKA/dktbnCMxL8Rfk8GAK7NxqL9D70'
- name: Copie cle publique dans gsbstore
copy:
src: /home/awx/.ssh/id_rsa.pub

View File

@ -6,7 +6,7 @@
- base
- goss
- ssh-cli
- awx-user
- awx-user-cli
#- awx
# - zabbix-cli
- journald-snd

View File

@ -11,7 +11,8 @@
- dns-master
- webautoconf
# - elk-filebeat-cli
# - journald-snd
- journald-snd
- ssh-cli
- awx-user-cli
- post