Ajouter create_user_all.yml
This commit is contained in:
parent
6e64b033f8
commit
efe3cadef7
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
# Playbook "wrapper" qui appelle Proxmox + Aruba
|
||||||
|
|
||||||
|
- import_playbook: proxmox_create_admin.yml
|
||||||
|
vars:
|
||||||
|
# Variables globales venant du Survey Semaphore
|
||||||
|
new_user: "{{ global_user }}"
|
||||||
|
new_password: "{{ global_password }}"
|
||||||
|
# Optionnel : laisser pve par défaut ou permettre un choix via Survey
|
||||||
|
new_realm: "{{ global_realm | default('pve') }}"
|
||||||
|
|
||||||
|
- import_playbook: Create_User_aruba.yml
|
||||||
|
vars:
|
||||||
|
new_user: "{{ global_user }}"
|
||||||
|
new_pass: "{{ global_password }}"
|
||||||
Loading…
Reference in New Issue