Merge "Add python interpreter to ansible postconfig"
This commit is contained in:
commit
473ec7fbf8
@ -36,6 +36,10 @@ parameters:
|
||||
type: string
|
||||
default: 'standalone'
|
||||
description: Cloud name for the clouds.yaml
|
||||
PythonInterpreter:
|
||||
type: string
|
||||
description: The python interpreter to use for python and ansible actions
|
||||
default: /usr/bin/python
|
||||
|
||||
conditions:
|
||||
|
||||
@ -55,6 +59,10 @@ resources:
|
||||
type: OS::Heat::SoftwareConfig
|
||||
properties:
|
||||
group: ansible
|
||||
inputs:
|
||||
- name: ansible_python_interpreter
|
||||
description: Python interpreter to use for the ansible execution
|
||||
default: {get_param: PythonInterpreter}
|
||||
config: |
|
||||
---
|
||||
- name: StandalonePostConfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user