New in version 5.0.2 #183
ansibleguy76
announced in
Announcements
Replies: 1 comment 4 replies
-
Hi! in Cli it works: echo "R3Jl********************QAo=" | base64 -d | ansible-playbook -e 'numachine=99999' -i inventory.y
ml demarrage.yml --vault-password-file=/bin/cat #----------------------------------------- name: Démarrage machine
showHelp: true
help: |
Projet Démarrage de d'une machine
roles:
- public
description: This workflow start a machine.
categories:
- Ansible
tileClass: has-background-warning-light
# vaultCredentials: __vaultCredentials__
playbook: demarrage.yml
inventory: inventory.yml
verbose: true
type: ansible
fields:
- name: numachine
type: number
label: Numéro de machine
- name: __vaultCredentials__
type: password
label: vault password |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Adding
When using array, the resultsets are merged.
Changed
Fixed
Beta Was this translation helpful? Give feedback.
All reactions