This is tracking / announce issue. This repo is becoming unmaintained, we're in process of upstreaming these modules into Ansible itself. But the new modules have interface and sometimes behavior changes.
Anybody using any modules from this repo, subscribe to this issue to hear what's changing; better yet tell us where your playbooks are and we'll help transition :-)
This is tracking / announce issue. This repo is becoming unmaintained, we're in process of upstreaming these modules into Ansible itself. But the new modules have interface and sometimes behavior changes.
Anybody using any modules from this repo, subscribe to this issue to hear what's changing; better yet tell us where your playbooks are and we'll help transition :-)
cc @yaacov @theute @twiest @blrm @itewk @zgalor @jaryn @pavelzag @dtschan @ldomb. (some of you found by github search) https://github.com/ManageIQ/integration_tests/tree/master/utils/ansible_conf https://github.com/openshift/openshift-tools/blob/prod/ansible/playbooks/adhoc/manageiq/miq-setup.yml https://github.com/appuio/ansible-role-openshift-zabbix-monitoring/blob/master/vendor/openshift-tools/ansible/playbooks/adhoc/manageiq/miq-setup.yml https://github.com/ldomb/rhsummit2017/blob/master/roles/buildcfme/tasks/main.yml https://github.com/strategicdesignteam/cfme-ansible/blob/master/cfme-ose-provider/tasks/main.yml
Mixed usage?
Upstreamed modules
New code: in https://github.com/ansible/ansible/search?q=manageiq
name
param becameuserid
,fullname
becamename
.manageiq_policies
resource
param renamedresource_type
state: list
supportmanageiq_tags
resource
param renamedresource_type
state: list
supportAll new modules specify how to connect to manageiq (api url, user etc) differently.
Handling of sensitive fields (user or provider password/token) changed — now always attempting update, always reporting
changed: True
.