Simon Pasquier | 03352fa | 2017-01-12 17:32:16 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | # This is the public key associated to the default private key setup in |
| 4 | # openssh.client.lab |
| 5 | cluster_public_key: >- |
| 6 | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEvr+tWAJ62wROllpSZeaSPxxnVY3R65sfUW8wM6L8tr1knJOTQLoBikmcjISb3ekyPlwubTypGoxb7al06FiNwfr3KDkytflKRGTyMKYgchighuFCfBuePd13cjf1l19TYU7u7a+VuCVWi7pmhDGUkMi24s23OroQb7D14XX17v46wLrqJQi2nrXzN/DWXcn/ycq8IZ7ZFgN/uYlbpfAKX8PCvImbDDO8+BgndAy4MPz8cWOWsnfGMVNePhvhazVcijLvx8Vu2Iuvg7CoJiSGjTe7YTms44/WpnFkHreyK8cwsw4wzls4BApu6UU2jIAsAMZh9zux/Rtni71dcNfF |
| 7 | linux: |
| 8 | system: |
| 9 | user: |
| 10 | root: |
| 11 | enabled: true |
| 12 | name: root |
| 13 | home: /root |
| 14 | openssh: |
| 15 | server: |
| 16 | permit_root_login: true |
| 17 | user: |
| 18 | root: |
| 19 | enabled: true |
| 20 | user: ${linux:system:user:root} |
| 21 | public_keys: |
| 22 | - ${public_keys:root} |
| 23 | public_keys: |
| 24 | root: |
| 25 | key: ${_param:cluster_public_key} |