Add capabilities for custom inventory and vault password

This commit is contained in:
Julian Pelizäus
2020-03-22 20:30:44 +01:00
parent b2946c375b
commit 6d1f107198
3 changed files with 31 additions and 2 deletions

View File

@@ -10,6 +10,12 @@ inputs:
key:
description: SSH private key used to connect to the host
required: true
inventory:
description: Custom content to write into hosts
required: false
vault_password:
description: The password used for decrypting vaulted files
required: false
options:
description: Extra options that should be passed to ansible-playbook command
required: false