Skip to content

Commit

Permalink
Lightspeed 101 Rh1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-br committed Jan 26, 2024
1 parent c3333fe commit e5e3f16
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 314 deletions.
3 changes: 2 additions & 1 deletion images/ansible/common/70_controller_post_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
controller_password: "{{ controller_password }}"
controller_host: "{{ controller_hostname }}"
validate_certs: "{{ controller_validate_certs }}"
no_log: true

- name: Install EPEL repository
ansible.builtin.yum_repository:
Expand Down Expand Up @@ -71,7 +72,7 @@
# Added for student command line tasks
- name: Copy ansible-navigator.yml template - {{ student_username }}
ansible.builtin.template:
src: "ansible-navigator.yml.j2"
src: "{{ track_slug }}/ansible-navigator.yml.j2"
dest: "~{{ student_username }}/.ansible-navigator.yml"
mode: "644"
owner: "{{ student_username }}"
Expand Down
Loading

0 comments on commit e5e3f16

Please sign in to comment.