Skip to content
Snippets Groups Projects
Commit fb96570f authored by Christoph's avatar Christoph
Browse files

Galaxy compliant

Galaxy-ng requires:
 - 'meta/runtime.yml'
 - README.md for each role
parent f7720460
No related branches found
No related tags found
No related merge requests found
---
# Collections must specify a minimum required ansible version to upload
# to galaxy
requires_ansible: '>=2.9.10'
# Ansible Role: scc\_net.network.resolvconf
Write resolv.conf file.
## Dependencies
- none
## Role Variables
```
resolvconf_nameserver:
- "2a00:1398::1"
- "2a00:1398::2"
resolvconf_nameserver_v6_only:
- "2a00:1398::64:1"
- "2a00:1398::64:2"
resolvconf_domain: "{{ '.'.join(ansible_fqdn.split('.')[1:]) }}"
resolvconf_search_default:
- "{{ resolvconf_domain }}"
resolvconf_search: []
resolvconf_sortlist: []
resolvconf_option: []
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment