techjavelin/techjavelin/iac-github-actions // template

Describe what this action does

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
playbookAnsible playbook filepathyes
requirementsAnsible Galaxy requirements filepathno
directoryRoot directory of Ansible project (defaults to current)no
keySSH private key used to connect to the hostno
inventoryCustom content to write into hostsno
vault_passwordThe password used for decrypting vaulted filesno
known_hostsContents of SSH known_hosts fileno
optionsExtra options that should be passed to ansible-playbook commandno
sudoSet to "true" if root is required for running your playbooknofalse
no_colorSet to "true" if the Ansible output should not include colors (defaults to "false")no
use_pipenvSet to true if ansible should run inside of pipenvno
check_modeSet to true if ansible should run with --checkno
diffSet to true if you'd like ansible to output a diff rather than plaintext for check modeno
namedescription
outputThe captured output of both stdout and stderr from the Ansible Playbook run
pipenvThe captured output of pipenv install
pipenv_errorThe captured stderr output of pipenv install