Directory structures and names changed to be follow the order of creation->provisioning->maintainance

This commit is contained in:
2026-07-07 11:41:21 +00:00
parent e033652d3e
commit efa9dfcbac
17 changed files with 48 additions and 41 deletions
+10 -10
View File
@@ -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