diff options
Diffstat (limited to 'company/resolv_conf-templates/resolv.conf')
-rw-r--r-- | company/resolv_conf-templates/resolv.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/company/resolv_conf-templates/resolv.conf b/company/resolv_conf-templates/resolv.conf new file mode 100644 index 0000000..7a647b0 --- /dev/null +++ b/company/resolv_conf-templates/resolv.conf @@ -0,0 +1,8 @@ +# File managed by ansible + +search example.com +nameserver 10.1.16.1 +nameserver 10.2.16.1 +nameserver 10.1.16.2 +nameserver 10.2.16.2 +options timeout:3 rotate |