You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
collections | 3 months ago | |
defaults | 3 months ago | |
files | 3 months ago | |
handlers | 3 months ago | |
roles | 1 month ago | |
tasks | 1 month ago | |
templates | 3 months ago | |
tests | 3 months ago | |
vars | 1 month ago | |
.ansible-lint | 1 month ago | |
.gitignore | 3 months ago | |
.pre-commit-config.yaml | 1 month ago | |
.yamllint | 3 months ago | |
README.md | 1 month ago | |
adhoc-compose-sync-generate-filelist.yml | 1 month ago | |
adhoc-compose-sync-production.yml | 1 month ago | |
adhoc-compose-sync-staging.yml | 1 month ago | |
adhoc-koji-create-build-tag.yml | 3 months ago | |
adhoc-koji-create-tag.yml | 3 months ago | |
adhoc-koji-create-user.yml | 3 months ago | |
init-ansible-host.yml | 3 months ago | |
init-refresh-koji-external-repos.yml | 3 months ago | |
init-refresh-koji-tags.yml | 3 months ago |
README.md
Ansible AWX Template: Build System Management
Ansible AWX is the method used for the RESF and its project's infrastructure, as a replacement for using the CLI. This template is for management of the build systems such as koji and peridot, as well as repository syncing and management.
Provides / Information
This repository is for Build System operations.
.
├── README.md
├── defaults
│ └── main.yml
├── files
│ └── README.md
├── handlers
│ └── main.yml
├── tasks
│ └── main.yml
├── templates
│ └── README.md
├── tests
│ ├── README.md
│ ├── inventory
│ └── test.yml
└── vars
└── main.yml