feat(core): change namespace
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian11) (push) Successful in 36s
test / Molecule tests (default, debian12) (push) Successful in 41s
test / Molecule tests (default, ubuntu2004) (push) Successful in 40s
test / Molecule tests (default, ubuntu2204) (push) Successful in 50s
test / Molecule tests (with_custom_ca, debian11) (push) Successful in 39s
test / Molecule tests (with_custom_ca, debian12) (push) Successful in 38s
test / Molecule tests (with_custom_ca, ubuntu2004) (push) Successful in 45s
test / Molecule tests (with_custom_ca, ubuntu2204) (push) Successful in 48s

This commit is contained in:
Bertrand Lanson 2024-02-05 22:57:10 +01:00
parent 33941ed34a
commit ff1de6ded2
12 changed files with 31 additions and 29 deletions

View File

@ -13,6 +13,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Publish
uses: ednxzu/galaxy-import-role@v1
uses: ednxzu/galaxy-import-role@v2
with:
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
repository-owner: ednxzu
repository-name: import_vault_root_ca

View File

@ -28,7 +28,7 @@ This variable defines which CA certificate to install on the machine, it is only
Dependencies
------------
`ednxzu.manage_apt_packages` to install consul-template.
`ednz_cloud.manage_apt_packages` to install consul-template.
Example Playbook
----------------
@ -37,7 +37,7 @@ Example Playbook
# calling the role inside a playbook with either the default or group_vars/host_vars
- hosts: servers
roles:
- ednxzu.import_vault_root_ca
- ednz_cloud.import_vault_root_ca
```
License

View File

@ -1,12 +1,12 @@
---
# meta file for hashicorp_nomad
galaxy_info:
namespace: 'ednxzu'
role_name: 'import_vault_root_ca'
author: 'Bertrand Lanson'
description: 'Imports root CA certificates from Vault to the trust store on debian-based distros.'
license: 'license (BSD, MIT)'
min_ansible_version: '2.10'
namespace: "ednz_cloud"
role_name: "import_vault_root_ca"
author: "Bertrand Lanson"
description: "Imports root CA certificates from Vault to the trust store on debian-based distros."
license: "license (BSD, MIT)"
min_ansible_version: "2.10"
platforms:
- name: Ubuntu
versions:
@ -17,11 +17,11 @@ galaxy_info:
- bullseye
- bookworm
galaxy_tags:
- 'ubuntu'
- 'debian'
- 'vault'
- 'openssl'
- 'store'
- 'certificate'
- "ubuntu"
- "debian"
- "vault"
- "openssl"
- "store"
- "certificate"
dependencies: []

View File

@ -3,6 +3,6 @@
hosts: all
become: true
tasks:
- name: "Include ednxzu.import_vault_root_ca"
- name: "Include ednz_cloud.import_vault_root_ca"
ansible.builtin.include_role:
name: "ednxzu.import_vault_root_ca"
name: "ednz_cloud.import_vault_root_ca"

View File

@ -1,4 +1,4 @@
---
# requirements file for molecule
roles:
- name: ednxzu.manage_apt_packages
- name: ednz_cloud.manage_apt_packages

View File

@ -3,6 +3,6 @@
hosts: all
become: true
tasks:
- name: "Include ednxzu.import_vault_root_ca"
- name: "Include ednz_cloud.import_vault_root_ca"
ansible.builtin.include_role:
name: "ednxzu.import_vault_root_ca"
name: "ednz_cloud.import_vault_root_ca"

View File

@ -1,4 +1,4 @@
---
# requirements file for molecule
roles:
- name: ednxzu.manage_apt_packages
- name: ednz_cloud.manage_apt_packages

View File

@ -3,6 +3,6 @@
hosts: all
become: true
tasks:
- name: "Include ednxzu.import_vault_root_ca"
- name: "Include ednz_cloud.import_vault_root_ca"
ansible.builtin.include_role:
name: "ednxzu.import_vault_root_ca"
name: "ednz_cloud.import_vault_root_ca"

View File

@ -1,4 +1,4 @@
---
# requirements file for molecule
roles:
- name: ednxzu.manage_apt_packages
- name: ednz_cloud.manage_apt_packages

View File

@ -3,6 +3,6 @@
hosts: all
become: true
tasks:
- name: "Include ednxzu.import_vault_root_ca"
- name: "Include ednz_cloud.import_vault_root_ca"
ansible.builtin.include_role:
name: "ednxzu.import_vault_root_ca"
name: "ednz_cloud.import_vault_root_ca"

View File

@ -1,4 +1,4 @@
---
# requirements file for molecule
roles:
- name: ednxzu.manage_apt_packages
- name: ednz_cloud.manage_apt_packages

View File

@ -2,7 +2,7 @@
# task/prerequisites file for import_vault_root_ca
- name: "Install dependencies"
ansible.builtin.include_role:
name: ednxzu.manage_apt_packages
name: ednz_cloud.manage_apt_packages
vars:
manage_apt_packages_list: "{{ import_vault_root_ca_packages }}"
@ -12,4 +12,4 @@
state: directory
owner: "root"
group: "root"
mode: '0755'
mode: "0755"