Go to file
nazunalika 1a5e867a5f
Initial Push
2022-03-03 22:15:25 -07:00
collections Initial Push 2022-03-03 22:15:25 -07:00
defaults Initial Push 2022-03-03 22:15:25 -07:00
files Initial Push 2022-03-03 22:15:25 -07:00
handlers Initial Push 2022-03-03 22:15:25 -07:00
roles Initial Push 2022-03-03 22:15:25 -07:00
tasks Initial Push 2022-03-03 22:15:25 -07:00
templates Initial Push 2022-03-03 22:15:25 -07:00
tests Initial Push 2022-03-03 22:15:25 -07:00
vars Initial Push 2022-03-03 22:15:25 -07:00
.ansible-lint Initial Push 2022-03-03 22:15:25 -07:00
.pre-commit-config.yaml Initial Push 2022-03-03 22:15:25 -07:00
.yamllint Initial Push 2022-03-03 22:15:25 -07:00
README.md Initial Push 2022-03-03 22:15:25 -07:00
adhoc-create-org.yml Initial Push 2022-03-03 22:15:25 -07:00
init-gitea-configure.yml Initial Push 2022-03-03 22:15:25 -07:00
init-gitea-themes.yml Initial Push 2022-03-03 22:15:25 -07:00
main.yml Initial Push 2022-03-03 22:15:25 -07:00
role-gitea.yml Initial Push 2022-03-03 22:15:25 -07:00

README.md

Ansible AWX Template: Gitea Management

Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI. This template is used specifically for management of Gitea.

Provides / Information

This repository is for Gitea operations and management.

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