mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 12:52:55 +00:00
Add Resolv.conf to Installer
This commit is contained in:
@@ -78,6 +78,13 @@
|
||||
tags:
|
||||
- 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"
|
||||
ansible.builtin.template:
|
||||
src: './files/networking/interfaces'
|
||||
|
Reference in New Issue
Block a user