Compare commits

...

5 Commits

Author SHA1 Message Date
nazunalika 303a71ceb6
we run on 22220 2022-06-04 18:02:42 -07:00
nazunalika 6e8a2766bc
fix post tasks 2022-06-04 18:01:01 -07:00
nazunalika d7843b2a0a
fix role 2022-06-03 20:15:53 -07:00
nazunalika df870050aa
adjust requirements 2022-06-03 20:09:33 -07:00
nazunalika 8dcc288de2
fix up template a bit 2022-06-03 20:07:12 -07:00
5 changed files with 12 additions and 8 deletions

View File

@ -2,4 +2,7 @@
collections:
- name: community.general
- name: ansible.posix
- name: https://git.shootthej.net/lun/ansible-gitea.git
type: git
version: main
...

View File

@ -27,7 +27,7 @@
post_tasks:
- name: Touching run file that ansible has ran here
ansible.builtin.files:
ansible.builtin.file:
path: /var/log/ansible.run
state: touch
mode: '0644'

View File

@ -27,7 +27,7 @@
post_tasks:
- name: Touching run file that ansible has ran here
ansible.builtin.files:
ansible.builtin.file:
path: /var/log/ansible.run
state: touch
mode: '0644'

View File

@ -40,7 +40,7 @@
post_tasks:
- name: Touching run file that ansible has ran here
ansible.builtin.files:
ansible.builtin.file:
path: /var/log/ansible.run
state: touch
mode: '0644'

View File

@ -20,15 +20,14 @@ ENABLE_PUSH_CREATE_ORG = true
DEFAULT_BRANCH = main
[server]
SSH_DOMAIN = git.resf.org
DOMAIN = git.resf.org
SSH_DOMAIN = {{ gitea_basename }}
DOMAIN = {{ gitea_basename }}
HTTP_PORT = 3000
ROOT_URL = https://git.resf.org/
ROOT_URL = https://{{ gitea_basename }}/
DISABLE_SSH = false
SSH_PORT = 22
SSH_PORT = 22220
LFS_START_SERVER = true
LFS_CONTENT_PATH = /var/lib/gitea/data/lfs
LFS_JWT_SECRET = {{ gitea_lfs_secret | default('0000000000000000010001000100000000000000000') }}
OFFLINE_MODE = false
LANDING_PAGE = explore
;PROTOCOL = unix
@ -77,6 +76,8 @@ ROUTER = console
[ui]
DEFAULT_THEME = gitea-blue
THEMES = auto,gitea,arc-green,gitea-blue,gitea-modern,carbonred,darkred,pitchblack
AUTHOR = RESF Git Service
DESCRIPTION = RESF Git Service for the Rocky community
[admin]
DISABLE_REGULAR_ORG_CREATION = true