-
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.
deleted: group_vars/all/ah_ee_main.yml
deleted: group_vars/all/ah_ee_namespaces.yml deleted: group_vars/all/ah_users.yml renamed: group_vars/all/ah_ee_list.yml -> group_vars/all/ee_list.yml renamed: group_vars/all/ah_collection_namespaces.yml -> group_vars/all/hub_collection_namespaces.yml renamed: group_vars/all/ah_collection_publish.yml -> group_vars/all/hub_collection_publish.yml renamed: group_vars/all/ah_ee_images.yml -> group_vars/all/hub_ee_images.yml renamed: group_vars/all/ah_ee_registries.yml -> group_vars/all/hub_ee_registries.yml renamed: group_vars/all/ah_ee_repositories.yml -> group_vars/all/hub_ee_repositories.yml renamed: group_vars/all/ah_group_roles.yml -> group_vars/all/hub_group_roles.yml renamed: group_vars/all/ah_groups.yml -> group_vars/all/hub_groups.yml renamed: group_vars/all/ah_repositories.yml -> group_vars/all/hub_repositories.yml modified: group_vars/all/users.yml modified: playbooks/hub_config.yml
- Loading branch information
1 parent
e18a184
commit 4b228ef
Showing
14 changed files
with
36 additions
and
49 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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,6 +1,15 @@ | ||
--- | ||
ah_token_username: token_user | ||
aap_user_accounts_all: | ||
- user: api_user | ||
- 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