-
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.
modified: group_vars/all/ah_groups.yml modified: group_vars/all/ah_users.yml modified: group_vars/all/applications.yml modified: group_vars/all/auth.yml modified: group_vars/all/credential_types.yml modified: group_vars/all/credentials.yml modified: group_vars/all/eda_credentials.yml modified: group_vars/all/eda_decision_environments.yml modified: group_vars/all/execution_environments.yml modified: group_vars/all/organizations.yml modified: group_vars/all/teams.yml modified: group_vars/all/users.yml modified: group_vars/dev/applications.yml modified: group_vars/dev/main.yml modified: group_vars/dev/organizations.yml modified: group_vars/dev/teams.yml modified: group_vars/dev/users.yml modified: group_vars/prod/applications.yml modified: group_vars/prod/main.yml modified: group_vars/prod/organizations.yml modified: group_vars/prod/teams.yml modified: group_vars/prod/users.yml modified: group_vars/test/applications.yml modified: group_vars/test/main.yml modified: group_vars/test/organizations.yml modified: group_vars/test/teams.yml modified: group_vars/test/users.yml modified: playbooks/controller_config.yml modified: playbooks/hub_config.yml modified: playbooks/install_configure.yml
- Loading branch information
1 parent
4ecfa6c
commit e18a184
Showing
31 changed files
with
86 additions
and
102 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 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,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
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 | ||
... |
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,5 @@ | ||
--- | ||
controller_teams_all: | ||
aap_teams_all: | ||
- name: config_as_code_admin | ||
organization: config_as_code | ||
... |
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_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: [] | ||
... |
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_prod: [] | ||
aap_applications_prod: [] | ||
... |
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_prod: [] | ||
aap_organizations_prod: [] | ||
... |
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_prod: [] | ||
aap_teams_prod: [] | ||
... |
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_prod: [] | ||
aap_user_accounts_prod: [] | ||
... |
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_test: [] | ||
aap_applications_test: [] | ||
... |
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_test: [] | ||
aap_organizations_test: [] | ||
... |
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_test: [] | ||
aap_teams_test: [] | ||
... |
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_test: [] | ||
aap_user_accounts_test: [] | ||
... |
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
Oops, something went wrong.