You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
adc/ansible/roles/acmedns_remote_host/readme.md

13 lines
722 B

# `acmedns_remote_host`
Set up a host so that an `acmedns_*_updater` role (which may run on another host) can copy certs to it.
This will include adding an ssh key to `authorized_keys`, and may include some other setup tasks.
Variables:
- `acmedns_remote_host_user`: The user on this host that will have the keys scp'd to it
- `acmedns_remote_host_ssh_client_pubkey`: The public key to add to `authorized_keys`
- `acmedns_remote_host_fix_homedir_permissions`: Modify homedir of `acmedns_remote_host_user` to not be world/group writable (required for ssh to allow key auth)
- `acmedns_remote_host_allow_passwordless_sudo`: Modify sudoers to allow `acmedns_remote_host_user` to sudo to root without providing a password