REFACTOR: remove useless playbook, move creation of Ansible user into a separated role

This commit is contained in:
2026-08-09 17:27:42 +04:00
parent d0c272ff83
commit f5670addc6
2 changed files with 41 additions and 17 deletions
-17
View File
@@ -1,17 +0,0 @@
---
- 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') }}"