Remove local resolution entries
This commit is contained in:
parent
0ea59b67b0
commit
31b92d645f
2 changed files with 0 additions and 12 deletions
|
@ -36,9 +36,3 @@
|
|||
|
||||
- name: Include ssh tasks
|
||||
ansible.builtin.include_tasks: ssh.yml
|
||||
|
||||
- name: "Make DNS resolution local for {{ forgejo_domain }}"
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
line: "127.0.0.1\t{{ forgejo_domain }}"
|
||||
path: /etc/hosts
|
||||
|
|
|
@ -53,12 +53,6 @@
|
|||
dest: ~/.ssh/id_rsa
|
||||
mode: 0600
|
||||
|
||||
- name: Make DNS resolution for tunuifranken.info local
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
line: "127.0.0.1\ttunuifranken.info"
|
||||
path: /etc/hosts
|
||||
|
||||
- name: Clone tunuifranken.info repo
|
||||
ansible.builtin.git:
|
||||
repo: git@tunuifranken.info:flyingscorpio/tunuifranken.info.git
|
||||
|
|
Loading…
Reference in a new issue