12 lines
355 B
YAML
12 lines
355 B
YAML
# This tasks will be applied on controller nodes,
|
|
# here you can also specify several roles, for example
|
|
# ['cinder', 'compute'] will be applied only on
|
|
# cinder and compute nodes
|
|
- role: ['controller','compute']
|
|
stage: post_deployment
|
|
type: puppet
|
|
parameters:
|
|
puppet_manifest: puppet/site.pp
|
|
puppet_modules: puppet/modules/
|
|
timeout: 42
|