alow private hosted awx-ee image

This commit is contained in:
cbillett83@outlook.com
2021-03-24 10:02:33 +00:00
parent e09c48d67c
commit 76092c366e
9 changed files with 24 additions and 8 deletions

View File

@@ -240,11 +240,12 @@ spec:
There are a few variables that are customizable for awx the image management.
| Name | Description | Default |
| ----------------------- | -------------------------- | ------------------ |
| tower_image | Path of the image to pull | ansible/awx:15.0.0 |
| tower_image_pull_policy | The pull policy to adopt | IfNotPresent |
| tower_image_pull_secret | The pull secret to use | '' |
| Name | Description | Default |
| ----------------------- | -------------------------- | -------------------- |
| tower_image | Path of the image to pull | ansible/awx:15.0.0 |
| tower_image_pull_policy | The pull policy to adopt | IfNotPresent |
| tower_image_pull_secret | The pull secret to use | '' |
| tower_ee_image | Path of the image to pull | ansible/awx-ee:latest|
Example of customization could be:
@@ -255,6 +256,7 @@ spec:
tower_image: myorg/my-custom-awx
tower_image_pull_policy: Always
tower_image_pull_secret: pull_secret_name
tower_ee_image: myorg/my-custom-awx-ee
```
#### Privileged Tasks