|
|
@ -61,6 +61,7 @@ global_ssh_key_directory: "{{ global_public_key_directory }}/ssh"
|
|
|
|
global_ssh_host_key_directory: "{{ global_ssh_key_directory }}/hosts"
|
|
|
|
global_ssh_host_key_directory: "{{ global_ssh_key_directory }}/hosts"
|
|
|
|
|
|
|
|
|
|
|
|
global_validate_shell_script: "/usr/bin/shellcheck %s" # TODO add "--format="
|
|
|
|
global_validate_shell_script: "/usr/bin/shellcheck %s" # TODO add "--format="
|
|
|
|
|
|
|
|
global_validate_sshd_config: "/usr/sbin/sshd -t -f %s"
|
|
|
|
global_validate_sudoers_file: "/usr/sbin/visudo -c -f %s"
|
|
|
|
global_validate_sudoers_file: "/usr/sbin/visudo -c -f %s"
|
|
|
|
|
|
|
|
|
|
|
|
global_wireguard_private_directory: "{{ global_credentials_directory }}/wireguard"
|
|
|
|
global_wireguard_private_directory: "{{ global_credentials_directory }}/wireguard"
|
|
|
|