Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IPvSean authored Sep 27, 2021
1 parent ae07f23 commit 7864ae8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions roles/populate_tower/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
tower_verify_ssl: false

## this is not using FQCN to revert to old style for tower (versus controller)
- name: add tower credential into ansible tower
tower_credential:
host: "{{ username }}.{{ ec2_name_prefix }}.{{ workshop_dns_zone }}"
username: admin
password: "{{admin_password}}"
name: "Tower Credential"
kind: tower
organization: Default
tower_username: admin
tower_password: "{{ admin_password }}"
tower_host: "https://{{ ansible_host }}"
tower_verify_ssl: false
# - name: add tower credential into ansible tower
# tower_credential:
# host: "{{ username }}.{{ ec2_name_prefix }}.{{ workshop_dns_zone }}"
# username: admin
# password: "{{admin_password}}"
# name: "Tower Credential"
# kind: tower
# organization: Default
# tower_username: admin
# tower_password: "{{ admin_password }}"
# tower_host: "https://{{ ansible_host }}"
# tower_verify_ssl: false
#### END OF CREDENTIAL

#### REMOVE BUILT-IN DEMO CONTENT
Expand Down

0 comments on commit 7864ae8

Please sign in to comment.