mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 12:32:53 +00:00
Add Resolv.conf to Installer
This commit is contained in:
2
files/resolv.conf
Normal file
2
files/resolv.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
nameserver 127.0.0.1
|
||||||
|
nameserver 1.1.1.1
|
@@ -78,6 +78,13 @@
|
|||||||
tags:
|
tags:
|
||||||
- motd
|
- motd
|
||||||
|
|
||||||
|
- name: "Installer : Resolv.conf : Configure - Copy File"
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: './files/resolv.conf'
|
||||||
|
dest: '/etc/resolv.conf'
|
||||||
|
tags:
|
||||||
|
- resolv
|
||||||
|
|
||||||
- name: "Installer : Networking : Configure - Copy Configuration"
|
- name: "Installer : Networking : Configure - Copy Configuration"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: './files/networking/interfaces'
|
src: './files/networking/interfaces'
|
||||||
|
Reference in New Issue
Block a user