feat(core): change namespace
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 30s
test / Molecule tests (default, debian12) (push) Successful in 29s
test / Molecule tests (default, ubuntu2004) (push) Successful in 36s
test / Molecule tests (default, ubuntu2204) (push) Successful in 31s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 29s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 30s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 29s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 36s
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 30s
test / Molecule tests (default, debian12) (push) Successful in 29s
test / Molecule tests (default, ubuntu2004) (push) Successful in 36s
test / Molecule tests (default, ubuntu2204) (push) Successful in 31s
test / Molecule tests (with_custom_config, debian11) (push) Successful in 29s
test / Molecule tests (with_custom_config, debian12) (push) Successful in 30s
test / Molecule tests (with_custom_config, ubuntu2204) (push) Successful in 29s
test / Molecule tests (with_custom_config, ubuntu2004) (push) Successful in 36s
This commit is contained in:
parent
bb92e47db8
commit
d8a913fc2b
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: ednxzu/galaxy-import-role@v1
|
uses: ednxzu/galaxy-import-role@v2
|
||||||
with:
|
with:
|
||||||
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
|
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
|
||||||
|
repository-owner: ednxzu
|
||||||
|
repository-name: dns_resolver_conf
|
||||||
|
@ -60,7 +60,7 @@ Example Playbook
|
|||||||
# calling the role inside a playbook with either the default or group_vars/host_vars
|
# calling the role inside a playbook with either the default or group_vars/host_vars
|
||||||
- hosts: servers
|
- hosts: servers
|
||||||
roles:
|
roles:
|
||||||
- ednxzu.dns_resolver_conf
|
- ednz_cloud.dns_resolver_conf
|
||||||
```
|
```
|
||||||
|
|
||||||
License
|
License
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
# meta file for dns_resolver_conf
|
# meta file for dns_resolver_conf
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
namespace: 'ednxzu'
|
namespace: "ednz_cloud"
|
||||||
role_name: 'dns_resolver_conf'
|
role_name: "dns_resolver_conf"
|
||||||
author: 'Bertrand Lanson'
|
author: "Bertrand Lanson"
|
||||||
description: 'Configure dns resolution for debian-based distros.'
|
description: "Configure dns resolution for debian-based distros."
|
||||||
license: 'license (BSD, MIT)'
|
license: "license (BSD, MIT)"
|
||||||
min_ansible_version: '2.10'
|
min_ansible_version: "2.10"
|
||||||
platforms:
|
platforms:
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
@ -17,9 +17,9 @@ galaxy_info:
|
|||||||
- bullseye
|
- bullseye
|
||||||
- bookworm
|
- bookworm
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- 'ubuntu'
|
- "ubuntu"
|
||||||
- 'debian'
|
- "debian"
|
||||||
- 'dns'
|
- "dns"
|
||||||
- 'resolvectl'
|
- "resolvectl"
|
||||||
|
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Include ednxzu.dns_resolver_conf"
|
- name: "Include ednz_cloud.dns_resolver_conf"
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "ednxzu.dns_resolver_conf"
|
name: "ednz_cloud.dns_resolver_conf"
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Include ednxzu.dns_resolver_conf"
|
- name: "Include ednz_cloud.dns_resolver_conf"
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "ednxzu.dns_resolver_conf"
|
name: "ednz_cloud.dns_resolver_conf"
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Include ednxzu.dns_resolver_conf"
|
- name: "Include ednz_cloud.dns_resolver_conf"
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "ednxzu.dns_resolver_conf"
|
name: "ednz_cloud.dns_resolver_conf"
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Include ednxzu.dns_resolver_conf"
|
- name: "Include ednz_cloud.dns_resolver_conf"
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: "ednxzu.dns_resolver_conf"
|
name: "ednz_cloud.dns_resolver_conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user