Changes LXC deployment role and introduces a new playbook for that

This commit is contained in:
2026-08-09 12:58:32 +05:00
parent ba366a55a2
commit a2a5ba3a5e
3 changed files with 40 additions and 11 deletions
@@ -0,0 +1,11 @@
---
- name: Deploy and set up an LXC container in Proxmox
hosts: all
remote_user: ansible
roles:
- ../roles/deploy_lxc_on_proxmox
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') }}"