Skip to content

Commit

Permalink
Merge #84 with extra fixes - adds examples/assign_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cben committed Jul 24, 2017
2 parents 0f13ea8 + 5391d98 commit e6177ff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/assign_tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
- hosts: localhost
tasks:
- manageiq_tag_assignment:
miq_password: '******'
miq_url: https://miq.example.com
miq_username: admin
miq_verify_ssl: false
resource: provider
resource_name: openshift_provider
state: present
tags:
- category: environment
name: qa
- category: department
name: accounting
name: Create a tag in ManageIQ
register: result
- debug: var=result

0 comments on commit e6177ff

Please sign in to comment.