Add gitea to /etc/hosts.
This commit is contained in:
parent
c2a1a93329
commit
25046e9054
@ -111,6 +111,12 @@
|
||||
line: "127.0.0.1 git.{{ DOMAIN }} git"
|
||||
become: true
|
||||
|
||||
- name: Add gitea.{{ DOMAIN }} to /etc/hosts
|
||||
ansible.builtin.lineinfile:
|
||||
path: "/etc/hosts"
|
||||
line: "127.0.0.1 gitea.{{ DOMAIN }} gitea"
|
||||
become: true
|
||||
|
||||
- name: Check if lets encrypt certificate installation is already done
|
||||
stat:
|
||||
path: /mnt/volumes/reverse-proxy_conf/data/reverse-proxy-gitea-le-ssl.conf
|
||||
|
Loading…
Reference in New Issue
Block a user