- 07 Jun 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Inventory sub-tab
- Updated on 07 Jun 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
In this tab, you can view the peers that have Peer Management enabled in a cluster. These are devices that can be selected to run a Playbook. This page also lists the ansible inventories associated with your Nodegrid device. When you run an ansible-inventory --list command in Ansible, all the inventories are listed on the Inventory tab. For a coordinator, the peers of Cluster are automatically added to the ansible inventory.
Run Inventory Item
- Go to System :: Central Management :: Inventory.
- In the table, select the checkbox of name to run.
- Click Run (displays dialog).
- From the Playbook drop-down, select one.
- Enter Variables. (Variables entered here have priority over variables created in the Variables tab.)Examplesname=value
name=“value with space”
name1=value1 name2=value2
{“name”:“value”}
@/tmp/custom_vars_file.yml - On Type menu, select one:
- Apply Now radio button
- Schedule radio button (expands dialog)In the Task menu, enter Task Name.
In the Execution Time menu, enter details (see table below).
- Click Run.NOTEScheduled tasks can be managed on System :: Scheduler tab.
Execution Time Date/Time examples
Factor | Daily Task: | Every Saturday: | Every Hour |
Minute | 1 | 45 | 0 |
Hour | 0 | 23 | * |
Day of Month | * (every day) | * | * |
Month | * (every month) | * | * |
Day of Week | * (every day of week) | 6 | * |