mirror of
https://github.com/roles-ansible/ansible_role_resolvconf.git
synced 2024-08-16 10:09:52 +02:00
change README because role moved
This commit is contained in:
parent
2d6a52467f
commit
d71e1456ef
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,5 @@
|
|||
[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_resolvconf/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/resolvconf) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_resolvconf/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_resolvconf/blob/main/LICENSE)
|
||||
|
||||
ansible role resolvconf
|
||||
=========================
|
||||
|
||||
|
@ -8,7 +10,7 @@ Ansible role to manage the ``/etc/resolv.conf`` file.
|
|||
| Variable | Default Value | Description |
|
||||
| -------- | ------------- | ----------- |
|
||||
| ``resolvconf__mode:`` | ``'0644'`` | The file mode for ``/etc/resolv.conf`` |
|
||||
| ``resolveconf__immutable:`` | ``false
|
||||
| ``resolveconf__immutable:`` | ``false`` | Change this to ``true`` to prevent ``/etc/resolv.conf`` to be changed by others |
|
||||
| ``resolvconf__nameservers: []`` | `` `` | Optionally configure a list of nameservers *(some [examples](https://www.ccc.de/censorship/dns-howto/))* |
|
||||
| ``resolvconf__domain:`` | `` `` | Optionally set a value for the domain option |
|
||||
| ``resolvconf__search: []`` | `` `` | Optionally set a list of search domains |
|
||||
|
@ -22,5 +24,6 @@ If you want to find out more about our tests, please have a look at the github m
|
|||
|
||||
| test status | Github Marketplace |
|
||||
| :--------- | :---------------- |
|
||||
| [![Ansible Lint check](https://github.com/DO1JLR/ansible_role_resolvconf/workflows/Ansible%20Lint%20check/badge.svg)](https://github.com/DO1JLR/ansible_role_resolvconf/actions?query=workflow%3A%22Ansible+Lint+check%22) | [ansible-lint action](https://github.com/marketplace/actions/ansible-lint) |
|
||||
| ![Yamllint GitHub Actions](https://github.com/DO1JLR/ansible_role_resolvconf/workflows/Yamllint%20GitHub%20Actions/badge.svg) | [yamllint gitHub actions](https://github.com/marketplace/actions/yamllint-github-action) |
|
||||
| [![Ansible Lint check](https://github.com/roles-ansible/ansible_role_resolvconf/actions/workflows/ansible-linting-check.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_resolvconf/actions/workflows/ansible-linting-check.yml) | [ansible-lint action](https://github.com/marketplace/actions/ansible-lint) |
|
||||
| [![Yamllint GitHub Actions](https://github.com/roles-ansible/ansible_role_resolvconf/actions/workflows/yamllint.yaml/badge.svg)](https://github.com/roles-ansible/ansible_role_resolvconf/actions/workflows/yamllint.yaml) | [yamllint github actions](https://github.com/marketplace/actions/yamllint-github-action) |
|
||||
| [![Galaxy release](https://github.com/roles-ansible/ansible_role_resolvconf/actions/workflows/galaxy.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_resolvconf/actions/workflows/galaxy.yml) | [publish-ansible-role-to-galaxy](https://github.com/marketplace/actions/publish-ansible-role-to-galaxy) |
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
# versionscheck
|
||||
playbook_version_number: 7 # should be a integer
|
||||
playbook_version_number: 8 # should be a integer
|
||||
playbook_version_path: 'do1jlr.resolvconf.version'
|
||||
|
|
Loading…
Reference in a new issue