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.
Louis Abel 1755009ef3
update pre-commit config
1 month ago
collections init mm2 management 2 months ago
defaults init mm2 management 2 months ago
files init mm2 management 2 months ago
handlers init mm2 management 2 months ago
roles init mm2 management 2 months ago
tasks init mm2 management 2 months ago
templates init mm2 management 2 months ago
tests init mm2 management 2 months ago
vars init mm2 management 2 months ago
.ansible-lint init mm2 management 2 months ago
.gitignore init mm2 management 2 months ago
.pre-commit-config.yaml update pre-commit config 1 month ago
.yamllint init mm2 management 2 months ago
README.md init mm2 management 2 months ago
adhoc-refresh-cron.yml init mm2 management 2 months ago

README.md

Ansible AWX Template: Mirror List Management

Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI. This helps manage and maintain the mirror manager instances.

Provides / Information

This repository is for AWX templates.

.
├── 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

Guidelines

These guidelines are on the Core Wiki.