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 f982e623a2
update pre-commit config
1 month ago
collections adjust requirements 10 months ago
defaults Initial Push 1 year ago
files Add signup redirect link 3 months ago
handlers add httpd and other fun stuff 10 months ago
roles Add a tmp folder for init 10 months ago
tasks fqnc 2 months ago
templates enable registration 3 months ago
tests should be possible to use httpd module for certs 1 year ago
tmp Add a tmp folder for init 10 months ago
vars fix quotes 10 months ago
.ansible-lint Initial Push 1 year ago
.gitignore Add a tmp folder for init 10 months ago
.pre-commit-config.yaml update pre-commit config 1 month ago
.yamllint Initial Push 1 year ago
README.md Update readme, update vars 1 year ago
adhoc-create-org.yml Use ansible.builtin and add new adhocs 1 year ago
adhoc-create-repo.yml add repo creation 12 months ago
adhoc-create-team.yml add repo creation 12 months ago
adhoc-team-mod-members.yml Use ansible.builtin and add new adhocs 1 year ago
init-ansible-host.yml more FQCN 5 months ago
init-gitea-configure.yml more FQCN 5 months ago
init-gitea-themes.yml improve some FQCN 5 months ago
init-gitea-update.yml address more FQCN 1 year ago
main.yml Initial Push 1 year ago
role-gitea.yml add missing theme 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