chore 📦: Update setupacdc.yml with new variable for admin password
Added a new variable to the setupacdc.yml file to store the admin password, making it easier to manage and update in the future.
This commit is contained in:
@@ -106,6 +106,9 @@
|
||||
gather_facts: false
|
||||
become: true
|
||||
|
||||
vars:
|
||||
addc_admin_password: "{{ addc_adminpass }}"
|
||||
|
||||
tasks:
|
||||
|
||||
# - name: Ensure SSH authorized keys are present
|
||||
|
||||
Reference in New Issue
Block a user