Skip to content

Commit

Permalink
Disable GPG check for epel for Ansible Tower installation in sap-hana…
Browse files Browse the repository at this point in the history
… config (#4822)
  • Loading branch information
rickgcv authored Jun 7, 2022
1 parent ee5680d commit aa88ec2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/configs/sap-hana/default_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ offline_token: "{{ sap-e2e-offline-token }}"
ansible_tower_download_url: "https://releases.ansible.com/ansible-tower/setup/ansible-tower-setup-3.6.3-1.tar.gz"
#ansible_tower_epel_download_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
#ansible_tower_epel_gpg_download_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-8"
### Disable GPG check for epel ###
ansible_tower_epel_disable_gpg_check: "yes"

ansible_tower_password: "{{ tower_password }}"


tower_cli_config: |
[general]
username = admin
Expand Down

0 comments on commit aa88ec2

Please sign in to comment.