new demo choco
This commit is contained in:
@@ -26,8 +26,9 @@ stdout_callback = yaml
|
|||||||
#remote_port = 22
|
#remote_port = 22
|
||||||
#module_lang = C
|
#module_lang = C
|
||||||
#module_set_locale = False
|
#module_set_locale = False
|
||||||
|
interpreter_python = auto_legacy
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
interpreter_python = /usr/bin/python
|
#interpreter_python = /usr/bin/python
|
||||||
|
|
||||||
# plays will gather facts by default, which contain information about
|
# plays will gather facts by default, which contain information about
|
||||||
# the remote system.
|
# the remote system.
|
||||||
|
|||||||
@@ -31,7 +31,11 @@ deploy_application:
|
|||||||
question_description: Select Present, Absent or Update
|
question_description: Select Present, Absent or Update
|
||||||
variable: app_state
|
variable: app_state
|
||||||
required: true
|
required: true
|
||||||
default: present
|
default: present
|
||||||
|
choices:
|
||||||
|
- present
|
||||||
|
- absent
|
||||||
|
- update
|
||||||
#video: "https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED"
|
#video: "https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED"
|
||||||
project:
|
project:
|
||||||
name: "Ansible official demo project"
|
name: "Ansible official demo project"
|
||||||
|
|||||||
Reference in New Issue
Block a user