Functionality - Variables
Built-In Variables
These variables are part of the PPA task environment.
You can use them at any point in a Playbook.
Global Namespace
Built-in variables all belong to the globals namespace & cannot be overridden.
Task Variables
user
Name: globals.task.user
Value: the Task Operator's username in PPA.
version
Name: globals.task.version
Value: the PPA Appliance software version.
addr
Name: globals.task.addr
Value: the PPA Appliance IP address.
trigger
Name: globals.task.trigger
Value: one of the following depending on how the task was started
- job (schedule)
- api (API call)
- ui (PPA Interface)