role awx actualisé
This commit is contained in:
parent
aac0f13134
commit
8dd65d65eb
@ -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:
|
||||
|
@ -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
|
||||
|
@ -6,7 +6,7 @@
|
||||
- base
|
||||
- goss
|
||||
- ssh-cli
|
||||
- awx-user
|
||||
- awx-user-cli
|
||||
#- awx
|
||||
# - zabbix-cli
|
||||
- journald-snd
|
||||
|
@ -11,7 +11,8 @@
|
||||
- dns-master
|
||||
- webautoconf
|
||||
# - elk-filebeat-cli
|
||||
# - journald-snd
|
||||
- journald-snd
|
||||
- ssh-cli
|
||||
- awx-user-cli
|
||||
- post
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user