Add local DNS resolutions for forgejo
This commit is contained in:
parent
b473c79476
commit
f784701b74
1 changed files with 9 additions and 0 deletions
|
@ -32,3 +32,12 @@
|
||||||
|
|
||||||
- name: Include ssh tasks
|
- name: Include ssh tasks
|
||||||
ansible.builtin.include_tasks: ssh.yml
|
ansible.builtin.include_tasks: ssh.yml
|
||||||
|
|
||||||
|
- name: Make local DNS resolutions
|
||||||
|
become: true
|
||||||
|
ansible.builtin.lineinfile:
|
||||||
|
line: "{{ item }}"
|
||||||
|
path: /etc/hosts
|
||||||
|
with_items:
|
||||||
|
- "127.0.0.1\ttunuifranken.info"
|
||||||
|
- "127.0.0.1\tgit.tunuifranken.info"
|
||||||
|
|
Loading…
Reference in a new issue