Skip to content

Commit

Permalink
self-hosted!
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Feb 15, 2023
1 parent edf88e5 commit 937faa4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 29 deletions.
6 changes: 0 additions & 6 deletions group_vars/controller/ad_hoc_commands.yml

This file was deleted.

4 changes: 1 addition & 3 deletions group_vars/controller/inventories.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
controller_inventories:
- name: Local
organization: Platform
- name: Vault
- name: Controller
organization: Platform
8 changes: 4 additions & 4 deletions group_vars/controller/inventory_sources.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
controller_inventory_sources:
- name: Inventory
- name: Controller
source: scm
source_project: Inventory
source_project: Controller
source_path: inventory
inventory: Inventory
inventory: Controller
credential: Vagrant
overwrite: true
update_on_launch: false
update_on_launch: true
update_cache_timeout: 0
8 changes: 4 additions & 4 deletions group_vars/controller/job_templates.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
controller_templates:
- name: Deploy Software
- name: GitOps Reconciliation
job_type: run
inventory: Inventory
project: Project
inventory: Controller
project: Controller
playbook: playbook.yml
credentials:
- Vagrant
- 'ansible-vault'
state: present
17 changes: 5 additions & 12 deletions group_vars/controller/projects.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
---
controller_projects:
- name: Project
- name: Controller
organization: Platform
scm_branch: main
scm_clean: false
scm_delete_on_update: false
scm_clean: true
scm_delete_on_update: true
scm_type: git
scm_update_on_launch: false
scm_url: https://github.com/playingfield/ansible_project.git
- name: Inventory
organization: Platform
scm_branch: main
scm_clean: false
scm_delete_on_update: false
scm_type: git
scm_update_on_launch: false
scm_url: https://github.com/playingfield/ansible_inventory.git
scm_url: https://github.com/playingfield/ansible_controller.git
state: present
1 change: 1 addition & 0 deletions group_vars/controller/settings.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
controller_configuration_project_update_async_retries: 180
controller_settings:
settings:
AWX_ISOLATION_BASE_PATH: /var/tmp
Expand Down

0 comments on commit 937faa4

Please sign in to comment.