The `common.yaml` Butane configuration file merges in all the other various Butane configuration files that we want to share amonst all CoreOS machines. These include the authorized SSH keys list, collectd deployment, SSH host certificate configuration, etc.
12 lines
203 B
YAML
12 lines
203 B
YAML
variant: fcos
|
|
version: 1.4.0
|
|
|
|
ignition:
|
|
config:
|
|
merge:
|
|
- local: sshkeys.ign
|
|
- local: collectd.ign
|
|
- local: local_exporter.ign
|
|
- local: notify-shutdown.ign
|
|
- local: step-ssh.ign
|