Initial Push of scraped playbooks
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: "Fix DNS"
|
||||
hosts: rpis
|
||||
|
||||
tasks:
|
||||
- name: "Copy working resolv.conf"
|
||||
ansible.builtin.copy:
|
||||
src: /srv/ansible/files/rpis/resolve.conf
|
||||
dest: /etc/resolv.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
become: True
|
||||
...
|
||||
Reference in New Issue
Block a user