Ajouter create_user_all.yml

This commit is contained in:
l.covela 2025-12-03 15:14:06 +01:00
parent 6e64b033f8
commit efe3cadef7
1 changed files with 15 additions and 0 deletions

15
create_user_all.yml Normal file
View File

@ -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 }}"