REFACTOR: deploy playbook renamed with deploy_lxc

This commit is contained in:
2026-07-12 15:56:29 +00:00
parent 37aeddca6c
commit 1c0e994bfb
+17
View File
@@ -0,0 +1,17 @@
---
- name: Deplot simple test LXC on Proxmox VE
hosts: localhost
gather_facts: false
roles:
- ../roles/basic_proxmox_lxc
- name: Basic Proxmox guest deployment
hosts: all
remote_user: root
roles:
- ../roles/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') }}"