add collection

This commit is contained in:
willtome
2022-02-10 16:57:09 -06:00
parent 6f493f14dc
commit 8853ae07a1
3 changed files with 5 additions and 3 deletions

View File

@@ -3,4 +3,5 @@ collections:
- ansible.controller
- redhat_cop.controller_configuration
#linux
- redhat.insights
- redhat.insights
- community.general

View File

@@ -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

View File

@@ -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