diff --git a/ansible-product_demos-1.0.5.tar.gz b/ansible-product_demos-1.0.5.tar.gz new file mode 100644 index 0000000..a68384a Binary files /dev/null and b/ansible-product_demos-1.0.5.tar.gz differ diff --git a/galaxy.yml b/galaxy.yml index 3319e2b..45c9227 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,5 +1,5 @@ --- -namespace: ipvsean +namespace: ansible name: product_demos version: 1.0.5 readme: README.md @@ -14,7 +14,26 @@ license: license_file: 'LICENSE' -tags: [] +tags: + - apache + - centos + - rhel + - el + - amazon + - linux + - fedora + - network + - f5 + - developer + - infrastructure + - security + - windows + - opencap + - insights + - patching + - tower + - awx + dependencies: {} repository: http://github.com/ansible/product-demos diff --git a/ipvsean-product_demos-1.0.1.tar.gz b/ipvsean-product_demos-1.0.1.tar.gz deleted file mode 100644 index f942977..0000000 Binary files a/ipvsean-product_demos-1.0.1.tar.gz and /dev/null differ diff --git a/ipvsean-product_demos-1.0.2.tar.gz b/ipvsean-product_demos-1.0.2.tar.gz deleted file mode 100644 index 2c07033..0000000 Binary files a/ipvsean-product_demos-1.0.2.tar.gz and /dev/null differ diff --git a/ipvsean-product_demos-1.0.3.tar.gz b/ipvsean-product_demos-1.0.3.tar.gz deleted file mode 100644 index abd3548..0000000 Binary files a/ipvsean-product_demos-1.0.3.tar.gz and /dev/null differ diff --git a/ipvsean-product_demos-1.0.4.tar.gz b/ipvsean-product_demos-1.0.4.tar.gz deleted file mode 100644 index 0862e56..0000000 Binary files a/ipvsean-product_demos-1.0.4.tar.gz and /dev/null differ diff --git a/playbooks/08_insights.yml b/playbooks/08_insights.yml index 76abe27..c53be9c 100644 --- a/playbooks/08_insights.yml +++ b/playbooks/08_insights.yml @@ -1,12 +1,13 @@ --- - name: install and configure insights agent on all specified nodes hosts: "{{ HOSTS | default('web') }}" - roles: - - role: RedHatInsights.insights-client - vars: - redhat_portal_username: "{{ insights_user }}" - redhat_portal_password: "{{ insights_password }}" - insights_display_name: "{{ inventory_hostname }}" + tasks: + - include_role: + name: RedHatInsights.insights-client + vars: + redhat_portal_username: "{{ insights_user }}" + redhat_portal_password: "{{ insights_password }}" + insights_display_name: "{{ inventory_hostname }}" when: ansible_os_family == 'RedHat' - name: print info to terminal window