30 lines
714 B
YAML
30 lines
714 B
YAML
variant: fcos
|
|
version: 1.4.0
|
|
|
|
storage:
|
|
files:
|
|
- path: /etc/ssh/bootstrap.sh
|
|
mode: 0755
|
|
contents:
|
|
local: ssh-bootstrap.sh
|
|
- path: /etc/containers/systemd/step-ssh-renew@.container
|
|
mode: 0644
|
|
contents:
|
|
local: step-ssh-renew@.container
|
|
- path: /etc/sysconfig/step-ssh-renew
|
|
mode: 0600
|
|
contents:
|
|
local: step-ssh-renew.env
|
|
- path: /etc/systemd/system/ssh-bootstrap.service
|
|
mode: 0644
|
|
contents:
|
|
local: ssh-bootstrap.service
|
|
- path: /etc/systemd/system/step-ssh-renew.target
|
|
mode: 0644
|
|
contents:
|
|
local: step-ssh-renew.target
|
|
- path: /etc/systemd/system/step-ssh-renew.timer
|
|
mode: 0644
|
|
contents:
|
|
local: step-ssh-renew.timer
|