diff --git a/README.md b/README.md index 7ee787e..ba388f8 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This playbook demonstrates how to use the Mondoo Package role to install `cnquer - hosts: linux_hosts become: yes roles: - - role: mondoo.client + - role: mondoohq.client vars: registration_token: "changeme" ``` @@ -76,7 +76,7 @@ In addition we support the following variables: - hosts: linux_hosts become: yes roles: - - role: mondoo.client + - role: mondoohq.client vars: registration_token: "changeme" force_registration: true @@ -96,7 +96,7 @@ If you want to use cnspec behind a proxy https_proxy: "http://192.168.56.1:3128" roles: - - role: mondoo.client + - role: mondoohq.client vars: registration_token: "changeme" force_registration: true @@ -108,7 +108,7 @@ If you want to use cnspec behind a proxy ```bash # download mondoo role -ansible-galaxy install mondoo.client +ansible-galaxy install mondoohq.client # apply the playbook ansible-playbook -i hosts playbook.yml ``` @@ -139,7 +139,7 @@ If you are targeting windows, the configuration is slightly different since `bec ```yaml - hosts: windows_hosts roles: - - role: mondoo.client + - role: mondoohq.client vars: registration_token: "changeme" force_registration: false @@ -149,7 +149,7 @@ If you are targeting windows, the configuration is slightly different since `bec ```bash # download mondoo role -ansible-galaxy install mondoo.client +ansible-galaxy install mondoohq.client # apply the playbook ansible-playbook -i hosts playbook.yml ``` diff --git a/meta/main.yml b/meta/main.yml index 57280fa..0271ac1 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -7,7 +7,7 @@ collections: galaxy_info: role_name: client - namespace: mondoo + namespace: mondoohq github_branch: main author: Mondoo, Inc description: Install and configure cnquery and cnspec diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 6ba6fef..324ab03 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -5,7 +5,7 @@ - name: Converge hosts: all roles: - - role: mondoo.client + - role: mondoohq.client vars: registration_token: "" # not set by default to test package installation in CI/CD use_become: false