-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from djdanielsson/update
updating to the new 3.1 aap_configuration collection
- Loading branch information
Showing
44 changed files
with
117 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
# User may add controller auth creds to this file and encrypt it using `ansible-vault` | ||
--- | ||
controller_hostname: "{{ controller_host | default(groups['automationcontroller'][0]) }}:{{ controller_port | default(443) }}" | ||
controller_username: "{{ controller_user | default('admin') }}" | ||
controller_password: "{{ controller_pass }}" | ||
controller_validate_certs: false | ||
|
||
ah_host: "{{ ah_hostname | default(groups['automationhub'][0]) }}:{{ ah_port | default(443) }}" | ||
ah_username: "{{ ah_user | default('admin') }}" | ||
ah_password: "{{ ah_pass }}" | ||
ah_path_prefix: 'galaxy' # this is for private automation hub | ||
ah_verify_ssl: false | ||
ah_validate_certs: false | ||
|
||
ee_registry_username: "{{ ah_username }}" | ||
ee_registry_password: "{{ ah_password }}" | ||
ee_registry_dest: "{{ ah_host }}" | ||
|
||
eda_hostname: "{{ eda_host | default(groups['automationedacontroller'][0]) | default(groups['automationeda'][0]) }}:{{ eda_port | default(443) }}" | ||
eda_username: "{{ eda_user | default('admin') }}" | ||
eda_password: "{{ eda_pass }}" | ||
eda_validate_certs: false | ||
aap_hostname: "{{ aap_host | default(groups['automationcontroller'][0]) }}:{{ controller_port | default(443) }}" | ||
aap_username: "{{ aap_user | default('admin') }}" | ||
aap_password: "{{ aap_pass }}" | ||
aap_validate_certs: false | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
group_vars/all/ah_ee_list.yml → group_vars/all/ee_list.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
controller_execution_environments_all: | ||
- name: supported | ||
image: "{{ ah_host }}/ee-supported-rhel8" | ||
image: "{{ aap_hostname }}/ee-supported-rhel8" | ||
pull: always | ||
credential: cr_ah | ||
|
||
- name: minimal | ||
image: "{{ ah_host }}/ee-minimal-rhel8" | ||
image: "{{ aap_hostname }}/ee-minimal-rhel8" | ||
pull: always | ||
credential: cr_ah | ||
|
||
- name: old_29_ee | ||
image: "{{ ah_host }}/ee-29-rhel8" | ||
image: "{{ aap_hostname }}/ee-29-rhel8" | ||
pull: always | ||
credential: cr_ah | ||
... |
2 changes: 1 addition & 1 deletion
2
group_vars/all/ah_collection_namespaces.yml → group_vars/all/hub_collection_namespaces.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
ah_namespaces: | ||
hub_namespaces: | ||
- name: community_test | ||
company: Ansible by Red Hat | ||
email: [email protected] | ||
|
2 changes: 1 addition & 1 deletion
2
group_vars/all/ah_collection_publish.yml → group_vars/all/hub_collection_publish.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
group_vars/all/ah_ee_images.yml → group_vars/all/hub_ee_images.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
group_vars/all/ah_ee_repositories.yml → group_vars/all/hub_ee_repositories.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
group_vars/all/ah_group_roles.yml → group_vars/all/hub_group_roles.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
--- | ||
controller_teams_all: | ||
aap_teams_all: | ||
- name: config_as_code_admin | ||
organization: config_as_code | ||
- name: admin | ||
state: present | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
--- | ||
controller_user_accounts_all: | ||
- user: api_user | ||
ah_token_username: token_user | ||
aap_user_accounts_all: | ||
- username: api_user | ||
is_superuser: false | ||
password: "{{ controller_api_user_pass }}" | ||
- username: token_user | ||
# Currently not working | ||
# groups: | ||
# - "admin" | ||
append: true | ||
is_superuser: true | ||
password: "{{ ah_token_password }}" | ||
state: present | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
controller_applications_dev: [] | ||
aap_applications_dev: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
controller_organizations_dev: [] | ||
aap_organizations_dev: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
controller_teams_dev: [] | ||
aap_teams_dev: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
controller_user_accounts_dev: [] | ||
aap_user_accounts_dev: [] | ||
... |
Oops, something went wrong.