Skip to content

Commit

Permalink
configuration: define variable for all nodes (#95)
Browse files Browse the repository at this point in the history
Part of osism/issues#702

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Oct 18, 2023
1 parent 0a449ff commit b7c30b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/guides/configuration-guides/inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ It is located in the directory `environments/manager`. There is a `hosts` file w
manager node in it.

## Reconciler

## Host Vars

## Group Vars

### Define variable for all nodes

The Ansible group `all` is specifically used internally by OSISM, is reserved and is not supported
for additional variables. When variables are added in the configuration repository for the all group,
they are ignored. In OSISM the group `generic` can be used to store variables for all nodes.

0 comments on commit b7c30b1

Please sign in to comment.