web_logs: Rename role

This commit is contained in:
Timo Makinen 2022-02-25 16:53:30 +00:00
parent c804523bfc
commit cfc3885d4d
4 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,10 @@
# {{ ansible_managed }}
{% for host in groups['webservers'] %}
[{{ host.split('.')[0] }}]
type = sftp
host = {{ host }}
user = logsync
key_file = ~/.ssh/id_ed25519
known_hosts_file = /etc/ssh/ssh_known_hosts
{% endfor %}