common: Add config shared by all hosts
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.
This commit is contained in:
11
common.yaml
Normal file
11
common.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
@@ -3,8 +3,9 @@ version: 1.4.0
|
||||
ignition:
|
||||
config:
|
||||
merge:
|
||||
- local: sshkeys.ign
|
||||
- local: common.ign
|
||||
- local: kubelet.ign
|
||||
|
||||
storage:
|
||||
files:
|
||||
- path: /etc/hostname
|
||||
|
||||
Reference in New Issue
Block a user