Directory structures and names changed to be follow the order of creation->provisioning->maintainance
This commit is contained in:
+10
-10
@@ -5,16 +5,16 @@
|
||||
roles:
|
||||
- ../roles/00_basic_proxmox_lxc
|
||||
|
||||
#- name: Basic Proxmox guest deployment
|
||||
# hosts: all
|
||||
# remote_user: root
|
||||
# roles:
|
||||
# - ../roles/01_basic_postinstall
|
||||
# vars_files:
|
||||
# ../inventory/group_vars/all/secrets.yaml
|
||||
# vars:
|
||||
# ansible_user_passwd_hash: "{{ ansible_password | password_hash('sha512', 's3edscrj45e6r') }}"
|
||||
# user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"
|
||||
- name: Basic Proxmox guest deployment
|
||||
hosts: all
|
||||
remote_user: root
|
||||
roles:
|
||||
- ../roles/01_basic_postinstall
|
||||
vars_files:
|
||||
../inventory/group_vars/all/secrets.yaml
|
||||
vars:
|
||||
ansible_user_passwd_hash: "{{ ansible_password | password_hash('sha512', 's3edscrj45e6r') }}"
|
||||
user_passwd_hash: "{{ user_password | password_hash('sha512', 's3ed6123jhgcr') }}"
|
||||
|
||||
handlers:
|
||||
- name: restart sshd
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
hosts: all
|
||||
remote_user: ansible
|
||||
roles:
|
||||
- ../roles/1_common_healthcheck
|
||||
- ../roles/02_common_healthcheck
|
||||
vars_files:
|
||||
../inventory/group_vars/all/secrets.yaml
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user