PiKVM comes with its own custom Arch Linux-based operating systems. We want to be able to manage it with our configuration policy, especially for setting up authentication, etc. It won't really work with the host-provisioner without some pretty significant changes to the base playbooks, but we can control some bits directly.
5 lines
66 B
YAML
5 lines
66 B
YAML
- name: reload sshd
|
|
service:
|
|
name: sshd
|
|
state: reloaded
|