Controle Ansible
This commit is contained in:
3
sio2/sisr/ct-ansible/config
Normal file
3
sio2/sisr/ct-ansible/config
Normal file
@@ -0,0 +1,3 @@
|
||||
host srv
|
||||
user root
|
||||
hostname 192.168.0.43
|
@@ -12,7 +12,7 @@
|
||||
uid: 1200
|
||||
groups: sudo
|
||||
append: yes
|
||||
password: "{{ password }}"
|
||||
password: "{{ 'Azerty1+' | password_hash('sha512') }}"
|
||||
|
||||
register: mavar
|
||||
- name: debug
|
||||
|
Reference in New Issue
Block a user