Start adding gitea role

This commit is contained in:
flyingscorpio@clevo 2022-03-21 15:39:06 +01:00
parent d403d0eef6
commit fbf9cedf05
6 changed files with 16 additions and 11 deletions

View file

@ -4,3 +4,4 @@
- role: common - role: common
- role: 2px - role: 2px
- role: tunuifranken - role: tunuifranken
- role: gitea

View file

@ -1,11 +0,0 @@
---
# gitea
name_gitea_db: giteadb
user_gitea_db: gitea
pass_gitea_db: !vault |
$ANSIBLE_VAULT;1.1;AES256
35643364663730613834303933646532363065636366396264303730303739336462316433333564
6162363431326533653131303366653638663961663261340a313631623133663663366261366136
38316339323034323332316239333765393230366138633262366438313935383533363665343566
6363326537336333320a363061646361643839666134333061313032316564633766663236366364
3138

View file

@ -0,0 +1,2 @@
dependencies:
- role: setup-mariadb

View file

@ -0,0 +1,4 @@
---
name_gitea_db: giteadb
user_gitea_db: gitea
pass_gitea_db: "{{ vault_pass_gitea_db }}"

View file

@ -0,0 +1,7 @@
$ANSIBLE_VAULT;1.1;AES256
39376565303061373265623139646166656632616565666133363932643832353732396631613966
6536633562336132653961646564326161316631393366650a623137303933663963376161616534
65316162613931356465303639373337656634346331303131663232383364613966653537643531
6632306463633764370a663966626435346163313863336436656132306563323834333038663833
34333733343635326165643861326362663962613434356239643032646436663764343435633134
3061396165373935646665343736313635613361316236656164

View file

@ -0,0 +1,2 @@
dependencies:
- role: gitea-mariadb