From 39477b42a41f337e5036429a68140159e817290f Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 22 Jan 2024 22:59:19 -0700 Subject: [PATCH] Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Connect AWX to Gitea.md --- .../Rancher RKE2/AWX Operator/Connect AWX to Gitea.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Connect AWX to Gitea.md b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Connect AWX to Gitea.md index 3672b4b..dcaae65 100644 --- a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Connect AWX to Gitea.md +++ b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Connect AWX to Gitea.md @@ -5,6 +5,7 @@ You already have this documented in Vaultwarden's password notes for awx.bunny-l ## Create Gitea Credentials Before you make move on and make the project, you need to associate the Gitea token with an AWX "Credential". Navigate to **Resources > Projects > Add** + | **Field** | **Value** | | :--- | :--- | | Credential Name | `git.bunny-lab.io` | @@ -18,6 +19,7 @@ Before you make move on and make the project, you need to associate the Gitea to In order to link AWX to Gitea, you have to connect the two of them together with an AWX "Project". Navigate to **Resources > Credentials > Add** **Project Variables**: + | **Field** | **Value** | | :--- | :--- | | Project Name | `Bunny-Lab` | @@ -27,6 +29,7 @@ In order to link AWX to Gitea, you have to connect the two of them together with | Source Control Type | `Git` | **Gitea-specific Variables**: + | **Field** | **Value** | | :--- | :--- | | Source Control URL | `https://git.bunny-lab.io/GitOps/awx.bunny-lab.io.git` | @@ -35,6 +38,7 @@ In order to link AWX to Gitea, you have to connect the two of them together with ## Create an Inventory You will want to associate an inventory with the Gitea project now. Navigate to **Resources > Inventories > Add** + | **Field** | **Value** | | :--- | :--- | | Inventory Name | `Homelab` | @@ -43,6 +47,7 @@ You will want to associate an inventory with the Gitea project now. Navigate to ### Add Gitea Inventory Source Now you will want to connect this inventory to the inventory file(s) hosted in the aforementioned Gitea repository. Navigate to **Resources > Inventories > Homelab > Sources > Add** + | **Field** | **Value** | | :--- | :--- | | Source Name | `git.bunny-lab.io` |