add initial resolv_conf role; fixes for etc_hosts
This commit is contained in:
22
roles/resolv_conf/defaults/main.yml
Normal file
22
roles/resolv_conf/defaults/main.yml
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
__project_author : Chris Hammer
|
||||
__project_email : chris@thezengarden.net
|
||||
__project_repo : https://github.com/jchristianh-ansible-collections/baseos
|
||||
|
||||
|
||||
__template_header : The Zen Garden
|
||||
|
||||
|
||||
__resolv_conf_file : /etc/resolv.conf
|
||||
__resolv_conf_file_docker : /etc/resolv.conf.docker
|
||||
__resolv_conf_version : 1.0.0
|
||||
__resolv_conf_revision : 22315
|
||||
|
||||
|
||||
__search_domain : thezengarden.net
|
||||
__nameservers :
|
||||
- 10.10.10.55
|
||||
- 10.1.1.210
|
||||
|
||||
|
||||
...
|
Reference in New Issue
Block a user