Skip to content

Commit

Permalink
renamed: playbooks/controller_config.yml -> playbooks/aap_config.yml
Browse files Browse the repository at this point in the history
	modified:   playbooks/custom_collection.yml
	deleted:    playbooks/eda_config.yml
	deleted:    playbooks/hub_config.yml
	modified:   playbooks/install_configure.yml
	modified:   playbooks/sync_collections.yml
  • Loading branch information
djdanielsson committed Nov 11, 2024
1 parent a7d0574 commit 2a57c0d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

- name: Call dispatch role
ansible.builtin.include_role:
name: infra.controller_configuration.dispatch
name: infra.aap_configuration.dispatch
...
4 changes: 2 additions & 2 deletions playbooks/custom_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
tasks:
- name: Include namespace role
ansible.builtin.include_role:
name: infra.ah_configuration.namespace
name: infra.aap_configuration.hub_namespace

- name: Include publish role
ansible.builtin.include_role:
name: infra.ah_configuration.publish
name: infra.aap_configuration.hub_publish
...
12 changes: 0 additions & 12 deletions playbooks/eda_config.yml

This file was deleted.

81 changes: 0 additions & 81 deletions playbooks/hub_config.yml

This file was deleted.

13 changes: 1 addition & 12 deletions playbooks/install_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@
ansible.builtin.include_role:
name: infra.aap_utilities.aap_setup_install

- name: Configure private automation hub after installation
hosts: "{{ env | default('dev') }}" # noqa: syntax-check
gather_facts: false
connection: local
vars_files:
- "../vaults/{{ env }}.yml"
tasks:
- name: Call dispatch role
ansible.builtin.include_role:
name: infra.ah_configuration.dispatch

- name: Configure ansible controller post installation
hosts: "{{ env | default('dev') }}" # noqa: syntax-check
vars_files:
Expand Down Expand Up @@ -74,7 +63,7 @@

- name: Call dispatch role
ansible.builtin.include_role:
name: infra.controller_configuration.dispatch
name: infra.aap_configuration.dispatch

- name: Launch build execution environment job template
awx.awx.job_launch:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/sync_collections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
tasks:
- name: Include collection_repository_sync role
ansible.builtin.include_role:
name: infra.ah_configuration.collection_repository_sync
name: infra.aap_configuration.hub_collection_repository_sync
...

0 comments on commit 2a57c0d

Please sign in to comment.