From 8853ae07a1104510777d742444c5f0d1697d6844 Mon Sep 17 00:00:00 2001 From: willtome Date: Thu, 10 Feb 2022 16:57:09 -0600 Subject: [PATCH] add collection --- collections/requirements.yml | 3 ++- linux/ec2_register.yml | 4 ++-- linux/setup.yml | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/collections/requirements.yml b/collections/requirements.yml index e763191..e7ba2af 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -3,4 +3,5 @@ collections: - ansible.controller - redhat_cop.controller_configuration #linux - - redhat.insights \ No newline at end of file + - redhat.insights + - community.general \ No newline at end of file diff --git a/linux/ec2_register.yml b/linux/ec2_register.yml index 82e0e98..79f97eb 100644 --- a/linux/ec2_register.yml +++ b/linux/ec2_register.yml @@ -33,14 +33,14 @@ when: sat_url is defined - name: register subscription mangler - redhat_subscription: + community.general.redhat_subscription: state: present activationkey: "{{ activation_key }}" org_id: "{{ org_id }}" auto_attach: yes - name: disable htb repo - rhsm_repository: + community.general.rhsm_repository: name: rhel-7-server-htb* state: disabled ignore_errors: yes diff --git a/linux/setup.yml b/linux/setup.yml index 13b7955..5b4b022 100644 --- a/linux/setup.yml +++ b/linux/setup.yml @@ -9,6 +9,7 @@ controller_templates: inventory: "Workshop Inventory" project: "Ansible official demo project" playbook: "linux/ec2_register.yml" + execution_environment: Default execution environment credentials: - "Workshop Credential" survey_enabled: true