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 | 10 months ago | |
defaults | 1 year ago | |
files | 3 months ago | |
handlers | 10 months ago | |
roles | 10 months ago | |
tasks | 2 months ago | |
templates | 3 months ago | |
tests | 1 year ago | |
tmp | 10 months ago | |
vars | 10 months ago | |
.ansible-lint | 1 year ago | |
.gitignore | 10 months ago | |
.pre-commit-config.yaml | 1 month ago | |
.yamllint | 1 year ago | |
README.md | 1 year ago | |
adhoc-create-org.yml | 1 year ago | |
adhoc-create-repo.yml | 12 months ago | |
adhoc-create-team.yml | 12 months ago | |
adhoc-team-mod-members.yml | 1 year ago | |
init-ansible-host.yml | 5 months ago | |
init-gitea-configure.yml | 5 months ago | |
init-gitea-themes.yml | 5 months ago | |
init-gitea-update.yml | 1 year ago | |
main.yml | 1 year ago | |
role-gitea.yml | 5 months ago |
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.
TODO
- Create valid tests
- Create valid template file to deploy
Provides / Information
This repository is for Gitea operations and management.
.
├── adhoc-create-org.yml
├── collections
│ ├── README.md
│ └── requirements.yml
├── defaults
│ └── main.yml
├── files
│ ├── README.md
│ └── var
│ └── lib
│ └── gitea
│ └── custom
│ └── public
│ └── css
│ ├── theme-carbonred.css
│ ├── theme-darkred.css
│ ├── theme-gitea-blue.css
│ ├── theme-gitea-modern.css
│ └── theme-pitchblack.css
├── handlers
│ └── main.yml
├── init-gitea-configure.yml
├── init-gitea-themes.yml
├── init-gitea-update.yml
├── main.yml
├── README.md
├── role-gitea.yml
├── roles
│ └── README.md
├── tasks
│ ├── gitea
│ │ ├── configure.yml
│ │ ├── install.yml
│ │ └── theme.yml
│ ├── gitea.yml
│ └── main.yml
├── templates
│ ├── etc
│ │ └── gitea
│ │ └── conf
│ │ └── app.ini.j2
│ └── README.md
├── tests
│ ├── inventory
│ ├── README.md
│ └── test.yml
└── vars
├── common.yml
├── db.yml
└── main.yml