Merge gitea_apache2 into gitea role
This commit is contained in:
parent
c8fed5771f
commit
8c03857a64
7 changed files with 7 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: setup_fail2ban
|
||||
- role: setup_apache2
|
||||
- role: certbot
|
||||
- role: gitea_mariadb
|
||||
- role: gitea_apache2
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
- name: Copy vHost conf
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
src: git.tunuifranken.info.conf.j2
|
||||
src: apache2/git.tunuifranken.info.conf.j2
|
||||
dest: /etc/apache2/sites-available/git.tunuifranken.info.conf
|
||||
mode: 0644
|
||||
notify: Reload apache2 service
|
|
@ -2,6 +2,9 @@
|
|||
- name: Include vault variables
|
||||
ansible.builtin.include_vars: vault.yml
|
||||
|
||||
- name: Include apache2 tasks
|
||||
ansible.builtin.include_tasks: apache2.yml
|
||||
|
||||
- name: Install needed packages
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
server_admin_email_gitea: tfranken@protonmail.com
|
||||
gitea_domain: git.tunuifranken.info
|
||||
gitea_jtw_secret: "{{ vault_gitea_jtw_secret }}"
|
||||
gitea_internal_token: "{{ vault_gitea_internal_token }}"
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
dependencies:
|
||||
- role: setup_apache2
|
||||
- role: certbot
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
server_admin_email_gitea: tfranken@protonmail.com
|
Loading…
Reference in a new issue