We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d069a commit 48f8423Copy full SHA for 48f8423
provisioner/group_vars/all/all.yml
@@ -1,5 +1,5 @@
1
---
2
-workshop_version: nov42024
+workshop_version: mar42025
3
student_user: student
4
admin_password: ansible
5
code_server: true
roles/control_node/tasks/12_controller.yml
@@ -35,13 +35,12 @@
35
36
- name: run the Automation Controller installer
37
become: true
38
- become_user: ec2-user
+ become_user: "{{ aap_install_user | default('ec2-user') }}"
39
environment:
40
ANSIBLE_COLLECTIONS_PATH: "{{ aap_dir }}/collections"
41
shell: "{{ controller_install_command }}"
42
args:
43
chdir: "{{ aap_dir }}"
44
- # timeout: 2400
45
async: 3000
46
poll: 15
47
0 commit comments