Skip to content

Commit 391e764

Browse files
committed
clean up
1 parent cacf876 commit 391e764

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

playbooks/main.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,13 @@
44
vars:
55
ansible_python_interpreter: /usr/bin/python3
66
my_organization: "IT Service Automation"
7-
my_aap_url: ""
87
my_aap_credential: "AAP Credential"
98
my_remote_vault: ""
109
aap_configuration_async_retries: 60
1110
aap_configuration_async_delay: 2
1211
controller_configuration_settings_secure_logging: true
1312
my_vault: ""
1413
timezone_id: America/Phoenix
15-
github_username: ""
16-
17-
18-
# # There is a bug in the infra.aap_configuration that causes the need for thing
19-
# # When bug https://issues.redhat.com/browse/AAP-39349 this section can go away
20-
# # We will need to uncomment the token sections below
21-
# # Mapping red hat automation platform controller credential to infra.aap_configuration collection
22-
# aap_hostname: "{{ lookup('ansible.builtin.env', 'CONTROLLER_HOST') }}"
23-
# aap_username: "{{ lookup('ansible.builtin.env', 'CONTROLLER_USERNAME') }}"
24-
# aap_password: "{{ lookup('ansible.builtin.env', 'CONTROLLER_PASSWORD') }}"
25-
# aap_validate_certs: "{{ lookup('ansible.builtin.env', 'CONTROLLER_VERIFY_SSL') }}"
26-
# aap_token: "{{ lookup('ansible.builtin.env', 'CONTROLLER_OAUTH_TOKEN') }}"
2714

2815
tasks:
2916

0 commit comments

Comments
 (0)