Skip to content

Commit

Permalink
Merge pull request #88 from cben/master
Browse files Browse the repository at this point in the history
README: fix links to upstream modules docs
  • Loading branch information
cben committed Jan 4, 2018
2 parents 1e98863 + 67c8e80 commit bde2e18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To view a module documentation execute:

### manageiq_provider module

**Upstream replacement:** https://docs.ansible.com/ansible/devel/manageiq_provider_module.html
**Upstream replacement:** https://docs.ansible.com/ansible/devel/module_docs/manageiq_provider_module.html

The `manageiq_provider` module currently supports adding, updating and deleting OpenShift, Amazon EC2 and Hawkular Datawarehouse providers to manageiq.
Example playbooks [add_openshift_provider.yml](examples/add_openshift_provider.yml), [add_amazon_provider.yml](examples/add_amazon_provider.yml) and [add_hawkular_datawarehouse_provider.yml](examples/add_hawkular_datawarehouse_provider.yml) are provided.
Expand All @@ -57,15 +57,15 @@ If all authentications are valid the provider's inventory is refreshed.

### manageiq_user module

**Upstream replacement:** https://docs.ansible.com/ansible/devel/manageiq_user_module.html
**Upstream replacement:** https://docs.ansible.com/ansible/devel/module_docs/manageiq_user_module.html

The `manageiq_user` module supports adding, updating and deleting users in manageiq.
Example playbook [create_user.yml](examples/create_user.yml) is provided.
To update an existing user pass the changed values together with the required parameters. To delete a user change `state=absent`.

### manageiq_policy_assignment module

**Upstream replacement:** https://docs.ansible.com/ansible/devel/manageiq_policies_module.html
**Upstream replacement:** https://docs.ansible.com/ansible/devel/module_docs/manageiq_policies_module.html

The `manageiq_policy_assignment` module currently supports assigning and unassigning Policies and Policy Profiles on resources in manageiq.
An example playbook [assign_policy.yml](examples/assign_policy.yml) is provided.
Expand All @@ -82,7 +82,7 @@ It is possible to add a date type custom attributes by specifying `field_type: "

### manageiq_tag_assignment module

**Upstream replacement:** https://docs.ansible.com/ansible/devel/manageiq_tags_module.html
**Upstream replacement:** https://docs.ansible.com/ansible/devel/module_docs/manageiq_tags_module.html

The `manageiq_tag_assignment` module currently supports assigning and unassigning tags on resources in manageiq.
List of supprted entities for tag assignment can be found in the [ManageIQ REST API docs](http://manageiq.org/docs/reference/latest/api/reference/tagging)
Expand Down

0 comments on commit bde2e18

Please sign in to comment.