REFACTOR: VM creation and setup

This commit is contained in:
2026-08-09 14:10:53 +04:00
parent 84af7b011b
commit d0c272ff83
3 changed files with 19 additions and 30 deletions
@@ -12,17 +12,17 @@
vars_prompt:
- name: lxc_hostname
prompt: "Hostname for the container:"
prompt: "Hostname for the container"
private: false
- name: lxc_root_password
prompt: "Root password:"
prompt: "Root password"
private: true
confirm: true
encrypt: sha512_crypt
- name: lxc_ip_address
prompt: "IP address for the container (in x.x.x.x/x formant):"
prompt: "IP address for the container (in x.x.x.x/x formant)"
private: false