ops/playbooks/dns/shecan.yml

11 lines
223 B
YAML
Raw Normal View History

2021-12-30 14:43:02 +03:30
- hosts: all
become: yes
tasks:
- name: set shecan dns
copy:
src: resolv.conf
dest: /etc/resolv.conf
owner: root
group: root
mode: u=rwx,g=rwx,o=rwx