Initialisation depot
This commit is contained in:
9
Migration/Ansible/roles/samba4-dc/tasks/network.yml
Normal file
9
Migration/Ansible/roles/samba4-dc/tasks/network.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# Network configuration tasks
|
||||
|
||||
- name: Configure DNS resolution
|
||||
template:
|
||||
src: resolv.conf.j2
|
||||
dest: /etc/resolv.conf
|
||||
backup: yes
|
||||
|
||||
Reference in New Issue
Block a user