Skip to content

Commit

Permalink
Updated README with additional variable and tags info
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyreveal committed Jun 2, 2022
1 parent 6a56386 commit 4676467
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions examples/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ Available tags:
- labels
- inventory
- inventorysources
- instancegroups
- hosts
- groups
- ees
- notifications
- jobtemplates
- workflows
- schedules
- roles

Requirements
------------
Expand Down Expand Up @@ -171,6 +175,30 @@ Variables

Dictionary of workflows to create. One example exists that will need to be filled in. You can also copy / paste the example for additional workflows.

`vars/controller_execution_environments.yml`:

controller_execution_environments

Dictionary of exection environments to define. One example exists that will need to be filled in. You can also copy / paste the example for additional execution environments.

`vars/controller_notification_templates.yml`:

controller_notification_templates

Dictionary of notification templates to create. One example exists that will need to be filled in. You can also copy / paste the example for additional notification templates.

`vars/controller_roles.yml`:

controller_roles

Dictionary of roles to define. One example exists that will need to be filled in. You can also copy / paste the example for additional roles.

`vars/controller_instance_groups.yml`:

controller_instance_groups

Dictionary of instance groups to create. One example exists that will need to be filled in. You can also copy / paste the example for additional instance groups.

Dependencies
------------

Expand Down

0 comments on commit 4676467

Please sign in to comment.