Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zjleblanc/ansible-ee-builder-template-validation
Validate the ansible-ee-builder-template
https://github.com/zjleblanc/ansible-ee-builder-template-validation
Last synced: 12 days ago
JSON representation
Validate the ansible-ee-builder-template
- Host: GitHub
- URL: https://github.com/zjleblanc/ansible-ee-builder-template-validation
- Owner: zjleblanc
- License: gpl-3.0
- Created: 2023-09-27T14:02:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-27T16:01:56.000Z (about 1 year ago)
- Last Synced: 2023-09-28T01:05:24.333Z (about 1 year ago)
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-ee-builder-template
Ansible Execution Environment builder template repository. Instantiate your own repository with EE definition files and have a DevOps workflow pre-configured.
## configuring the repository
Navigate to Settings > Under Security > View Secrets and Variables > Select Actions
![add secrets](./attachments/add_secrets.png)
![add variables](./attachments/add_vars.png)## variables
| Name | Description | Example |
| --- | --- | --- |
| EE_IMAGE_TAG | Tag to apply to each image built (in addition to commit hash) | latest |
| REGISTRY_URL | URL for registry used to host images | hub.example.com |
| REGISTRY_USERNAME | Quay username for pushing to container registry | dev |
| REDHAT_USERNAME | Red Hat username for pulling official base images | [email protected] |## secrets
| Name | Description |
| --- | --- |
| REGISTRY_PASSWORD | Tag to apply to each image built (in addition to commit hash) |
| REDHAT_PASSWORD | Registry username for pushing images |
| AH_TOKEN | Automation Hub token for replacing placeholder value in ansible.cfg |## definitions
| EE Name | Purpose | Docs |
| --- | --- | :---: |
| example-ee | Example EE for Windows workloads | [📝](./example-ee/execution-environment.yml) |