add collection
This commit is contained in:
@@ -3,4 +3,5 @@ collections:
|
|||||||
- ansible.controller
|
- ansible.controller
|
||||||
- redhat_cop.controller_configuration
|
- redhat_cop.controller_configuration
|
||||||
#linux
|
#linux
|
||||||
- redhat.insights
|
- redhat.insights
|
||||||
|
- community.general
|
||||||
@@ -33,14 +33,14 @@
|
|||||||
when: sat_url is defined
|
when: sat_url is defined
|
||||||
|
|
||||||
- name: register subscription mangler
|
- name: register subscription mangler
|
||||||
redhat_subscription:
|
community.general.redhat_subscription:
|
||||||
state: present
|
state: present
|
||||||
activationkey: "{{ activation_key }}"
|
activationkey: "{{ activation_key }}"
|
||||||
org_id: "{{ org_id }}"
|
org_id: "{{ org_id }}"
|
||||||
auto_attach: yes
|
auto_attach: yes
|
||||||
|
|
||||||
- name: disable htb repo
|
- name: disable htb repo
|
||||||
rhsm_repository:
|
community.general.rhsm_repository:
|
||||||
name: rhel-7-server-htb*
|
name: rhel-7-server-htb*
|
||||||
state: disabled
|
state: disabled
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ controller_templates:
|
|||||||
inventory: "Workshop Inventory"
|
inventory: "Workshop Inventory"
|
||||||
project: "Ansible official demo project"
|
project: "Ansible official demo project"
|
||||||
playbook: "linux/ec2_register.yml"
|
playbook: "linux/ec2_register.yml"
|
||||||
|
execution_environment: Default execution environment
|
||||||
credentials:
|
credentials:
|
||||||
- "Workshop Credential"
|
- "Workshop Credential"
|
||||||
survey_enabled: true
|
survey_enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user