You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
280 B
YAML
15 lines
280 B
YAML
|
5 months ago
|
#to be lauched with the -i arg
|
||
|
|
#fly -t tutorial execute -c manual_launch.yml -i manual=.
|
||
|
|
platform: linux
|
||
|
|
image_resource:
|
||
|
|
type: registry-image
|
||
|
|
source:
|
||
|
|
repository: alpine/ansible
|
||
|
|
inputs:
|
||
|
|
- name: manual
|
||
|
|
run:
|
||
|
|
args:
|
||
|
|
- manual/print_hello.yml
|
||
|
|
path: ansible-playbook
|
||
|
|
|