diff --git a/create_user_all.yml b/create_user_all.yml new file mode 100644 index 0000000..fd2b05a --- /dev/null +++ b/create_user_all.yml @@ -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 }}" \ No newline at end of file