This commit is contained in:
Neill Cox 2023-09-26 10:05:59 +10:00
parent 3f7eddb978
commit 067b053c5c

View file

@ -7,7 +7,7 @@ chpasswd: {{expire: False}}
ssh_pwauth: True ssh_pwauth: True
ssh_authorized_keys: ssh_authorized_keys:
- {data.public_key} - {data.public_key}
{bootmd} {data.bootcmd}
runcmd: runcmd:
- "service sshd restart" - "service sshd restart"
- "subscription-manager register --username {data.rhn_user} --password '{data.rhn_password}'" - "subscription-manager register --username {data.rhn_user} --password '{data.rhn_password}'"