irunasroot/Create AWX/AAP Project

Action for launching an AWX/AAP Project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
controller_urlThe URL of AWX/AAP. Type: stringyes
controller_usernameThe username to log into the controller. One of username/password or token needs to be provided. Type: stringno
controller_passwordThe password to log into the controller. One of username/password or token needs to be provided. Type: stringno
controller_tokenThe token to authenticate to the controller. One of username/password or token needs to be provided. Type: stringno
controller_timeoutThe timeout in milliseconds to wait for a call to the controller before erroring out. Type: string[integer]no5000
controller_verify_certificateVerify if the controller's certificate is valid. Type string[boolean]notrue
project_idThe Project ID only set this if you already have a project defined. Running this action with project_is specified will keep it in sync with the rest of the settings defined in this action. Type string[integer]no
nameName of this project. Type string.yes
descriptionOptional description of this project. Type stringno
local_pathLocal path (relative to PROJECTS_ROOT) containing playbooks and related files for this project. Type stringno
scm_typeSpecifies the source control system used to store the project. Can only be one of 'git', 'svn', 'insights', or 'archive'. Type stringnogit
scm_urlThe location where the project is stored. If scm_type is 'git' and this is not specified this will automatically be discovered. Type stringno
scm_branchSpecific branch, tag or commit to checkout. Type stringno
scm_refspecFor git projects, an additional refspec to fetch. Type stringno
scm_cleanDiscard any local changes before syncing the project. Type string[boolean]no
scm_track_submodulesTrack submodules latest commits on defined branch. Type string[boolean]no
scm_delete_on_updateDelete the project before syncing. Type string[boolean]no
credentialCredential ID. Type string[integer]no
timeoutThe amount of time (in seconds) to run before the task is canceled. Type string[integer]no
organizationThe organization ID used to determine access to this template. Type string[integer]yes1
scm_update_on_launchUpdate the project when a job is launched that uses the project. Type string[boolean]no
scm_update_cache_timeoutThe number of seconds after the last project update ran that a new project update will be launched as a job dependency. Type string[integer]no
allow_overrideAllow changing the SCM branch or revision in a job template that uses this project. Type string[boolean]no
default_environmentThe default execution environment for jobs run using this project. Type string[integer]no
signature_validation_credentialAn optional credential used for validating files in the project against unexpected changes. Type string[integer]no

no outputs