-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathansible.cfg
60 lines (42 loc) · 1.38 KB
/
ansible.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[defaults]
#inventory file location
# inventory = inventory
# host_key_checking = False
# timeout = 5
#roles_path = ./roles
# COLLECTIONS_PATHS = ./collections
#ansible_python_interpreter = /usr/bin/python
[persistent_connection]
#ssh_type = libssh
# ssh_type = paramiko
#[ssh_connection]
#-C -o ControlMaster=auto -o ControlPersist=60s -c diffie-hellman-group1-sha1
# [galaxy]
# server_list = private_automation_hub
# [galaxy_server.private_automation_hub]
# url=https://automationhub22-1.lab.local/
# # auth_url=https://automationhub22-1.lab.local/ui/token
# # token=''
# username=admin
# password=pahadmin
# [galaxy]
# server_list = published_repo
# [galaxy_server.published_repo]
# url=https://automationhub22-1.lab.local/api/galaxy/content/published/
# username=admin
# password=password
# [galaxy]
# server_list = published_repo
# [galaxy_server.published_repo]
# url=https://console.redhat.com/ansible/automation-hub/repo/published/
# auth_url=https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
# token=''
[galaxy]
server_list = pah_community, rh_certified, release_galaxy
ignore_certs = True
[galaxy_server.pah_community]
url=https://aap-rhel-92-1.lab.local:444/api/galaxy/content/community/
[galaxy_server.rh_certified]
url=https://aap-rhel-92-1.lab.local:444/api/galaxy/content/rh-certified/
[galaxy_server.release_galaxy]
url=https://galaxy.ansible.com/