Skip to content

Commit

Permalink
targethost variable added to post_software.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarvesh Pandit committed Nov 13, 2024
1 parent 80d3bc5 commit e1568f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/configs/ansible-bu-workshop/post_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
ssh_password: "{{ student_password }}"
ssh_username: "{{ student_name }}"
cloud_provider: "{{ cloud_provider }}"
targethost: "{{ groups['bastions'][0].split('.')[0] }}.{{ subdomain_base }}"
hostname: "{{ groups['bastions'][0].split('.')[0] }}.{{ subdomain_base }}"
subdomain_base: "{{ subdomain_base }}"
subdomain_internal: "{{ aws_dns_zone_private_chomped | default('') }}"
Expand Down

0 comments on commit e1568f7

Please sign in to comment.