use network ee

This commit is contained in:
willtome
2023-03-13 10:58:13 -04:00
parent cb53962c2c
commit 28e2480454
2 changed files with 9 additions and 3 deletions

View File

@@ -4,10 +4,10 @@ on: [push, pull_request]
env: env:
ANSIBLE_GALAXY_SERVER_LIST: ah,galaxy ANSIBLE_GALAXY_SERVER_LIST: ah,galaxy
ANSIBLE_GALAXY_SERVER_AH_URL: ${{ vars.ANSIBLE_GALAXY_SERVER_AH_URL }} ANSIBLE_GALAXY_SERVER_AH_URL: https://console.redhat.com/api/automation-hub/
ANSIBLE_GALAXY_SERVER_AH_AUTH_URL: ${{ vars.ANSIBLE_GALAXY_SERVER_AH_AUTH_URL }} ANSIBLE_GALAXY_SERVER_AH_AUTH_URL: https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
ANSIBLE_GALAXY_SERVER_AH_TOKEN: ${{ secrets.ANSIBLE_GALAXY_SERVER_AH_TOKEN }} ANSIBLE_GALAXY_SERVER_AH_TOKEN: ${{ secrets.ANSIBLE_GALAXY_SERVER_AH_TOKEN }}
ANSIBLE_GALAXY_SERVER_GALAXY_URL: ${{ vars.ANSIBLE_GALAXY_SERVER_GALAXY_URL }} ANSIBLE_GALAXY_SERVER_GALAXY_URL: https://galaxy.ansible.com/
jobs: jobs:
build: build:

View File

@@ -2,6 +2,7 @@
user_message: user_message:
controller_components: controller_components:
- execution_environments
- projects - projects
- inventories - inventories
- hosts - hosts
@@ -9,6 +10,10 @@ controller_components:
- inventory_source_update - inventory_source_update
- job_templates - job_templates
controller_execution_environments:
- name: Networking Execution Environment
image: quay.io/nleiva/ee-network-image
controller_projects: controller_projects:
- name: Network Golden Configs - name: Network Golden Configs
organization: Default organization: Default
@@ -16,6 +21,7 @@ controller_projects:
scm_url: https://github.com/nleiva/ansible-net-modules scm_url: https://github.com/nleiva/ansible-net-modules
update_project: true update_project: true
wait: true wait: true
default_environment: Networking Execution Environment
controller_inventories: controller_inventories:
- name: Network Inventory - name: Network Inventory