roles
This commit is contained in:
parent
de5f9412db
commit
f4ecbb9595
4 changed files with 5 additions and 5 deletions
|
@ -21,5 +21,5 @@ exclude_paths:
|
|||
- roles/ansible-role-unattended-upgrades
|
||||
- roles/ansible-manage-lvm
|
||||
- roles/ansible-ufw
|
||||
- roles/ansible-role-gitea
|
||||
- roles/ansible_role_gitea
|
||||
- roles/ansible-role-postgresql
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,7 +14,7 @@ roles/ansible-role-unattended-upgrades
|
|||
roles/ansible-manage-lvm
|
||||
roles/ansible-ufw
|
||||
roles/pandemonium1986-ansible-role-k9s
|
||||
roles/ansible-role-gitea
|
||||
roles/ansible_role_gitea
|
||||
collections/
|
||||
plugins/lookup/__pycache__/
|
||||
roles/ansible-role-postgresql
|
||||
|
|
|
@ -44,8 +44,8 @@ ufw_rules:
|
|||
comment: 'gitea'
|
||||
from_ip: 0.0.0.0/0
|
||||
|
||||
### ansible-role-gitea
|
||||
# https://git.mgrote.net/ansible-roles-mirrors/ansible-role-gitea
|
||||
### ansible_role_gitea
|
||||
# https://git.mgrote.net/ansible-roles-mirrors/ansible_role_gitea
|
||||
gitea_fork: "forgejo"
|
||||
# gitea update
|
||||
gitea_version: "1.21.7-0" # alt zum renovate testen
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
- hosts: git
|
||||
roles:
|
||||
- { role: ansible-role-postgresql, tags: "db", become: true }
|
||||
- { role: ansible-role-gitea, tags: "gitea", become: true }
|
||||
- { role: ansible_role_gitea, tags: "gitea", become: true }
|
||||
|
|
Loading…
Reference in a new issue