Merge pull request #1 from Roosterfish/feature/custom-inventory

Add capabilities for custom inventory and vault password
This commit is contained in:
Dawid Dziurla
2020-04-06 23:15:07 +02:00
committed by GitHub
3 changed files with 31 additions and 2 deletions

View File

@@ -13,6 +13,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