FIX: secrets.yaml is moved to group_vars
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
|
---
|
||||||
|
|
||||||
ansible_become_passwd: "{{ ansible_password }}"
|
ansible_become_passwd: "{{ ansible_password }}"
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
roles:
|
roles:
|
||||||
- ../roles/0_basic_postinstall
|
- ../roles/0_basic_postinstall
|
||||||
vars_files:
|
vars_files:
|
||||||
../data/secret/secrets.yaml
|
../inventory/group_vars/all/secrets.yaml
|
||||||
vars:
|
vars:
|
||||||
ansible_user_passwd_hash: "{{ ansible_password | password_hash('sha512', 's3edscrj45e6r') }}"
|
ansible_user_passwd_hash: "{{ ansible_password | password_hash('sha512', 's3edscrj45e6r') }}"
|
||||||
user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"
|
user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user