diff --git a/README.md b/README.md index e9d8b0e..00ecd0a 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/vars/main.yml b/vars/main.yml index c658e01..c3b7f33 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -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'