add initial resolv_conf role; fixes for etc_hosts

This commit is contained in:
Chris Hammer
2022-03-15 02:24:39 -04:00
parent 03e505837d
commit c4138d820d
14 changed files with 157 additions and 1 deletions

View File

@ -0,0 +1,2 @@
localhost

View File

@ -0,0 +1,5 @@
---
- hosts: localhost
remote_user: root
roles:
- resolv_conf