generated from coredotbin/template-ansible-project
All checks were successful
Build, test, and deploy Hugo site / build-hugo (push) Successful in 23s
19 lines
364 B
YAML
19 lines
364 B
YAML
---
|
|
|
|
# coredotbin.openssh
|
|
openssh_port: 22
|
|
openssh_hostkeys:
|
|
- /etc/ssh/ssh_host_ed25519_key
|
|
openssh_kexalgorithms:
|
|
- curve25519-sha256@libssh.org
|
|
- diffie-hellman-group-exchange-sha256
|
|
openssh_macs:
|
|
- hmac-sha2-512-etm@openssh.com
|
|
- hmac-sha2-256-etm@openssh.com
|
|
- umac-128-etm@openssh.com
|
|
|
|
# grog.package
|
|
package_list:
|
|
- name: tmux
|
|
- name: rsync
|