Plumb puppetmaster through ansible task
The previous change to make the puppetmaster configurable in the ansible playbook omitted passing through the parameter in the task. Also, add the parameter to the module docs. Change-Id: I6bcd58803fd11c3d64608ea1d9fca269042936b4
This commit is contained in:
parent
7a19e14546
commit
5c1b663f30
@ -30,6 +30,10 @@ options:
|
||||
- How long to wait for I(puppet) to finish.
|
||||
required: false
|
||||
default: 30m
|
||||
puppetmaster:
|
||||
description:
|
||||
- The hostname of the puppetmaster to contact.
|
||||
required: true
|
||||
show_diff:
|
||||
description:
|
||||
- Should puppet return diffs of changes applied. Defaults to off to avoid leaking secret changes by default.
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
- name: run puppet
|
||||
puppet:
|
||||
puppetmaster: "{{puppetmaster}}"
|
||||
|
Loading…
Reference in New Issue
Block a user