Skip to content

Commit

Permalink
Add bootstrap collection (#1009)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Aug 23, 2024
1 parent d6024a1 commit 32d12e5
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions osism/core/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,53 @@
["prometheus", ["grafana"]],
"netdata",
],
"collection-bootstrap": [
[
"gather-facts",
[
[
"hostname",
[
[
"hosts",
[
[
"proxy",
[
[
"resolvconf",
[
[
"repository",
[
"rsyslog",
"journald",
"systohc",
"configfs",
"packages",
"sysctl",
"limits",
"services",
"motd",
"rng",
"smartd",
"cleanup",
"timezone",
"docker",
"docker-compose",
"chrony",
"lldpd",
],
],
],
],
],
],
],
],
],
],
],
],
],
}

0 comments on commit 32d12e5

Please sign in to comment.