ansible plays for docker, haproxy & varnish

This commit is contained in:
2025-12-28 21:38:13 +01:00
parent c2a04735a4
commit ec0eb23acd
58 changed files with 815 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Deploy ssh keys
hosts: all
roles:
- role: roles/ssh
ssh_skip_sshd_config: true
ssh_skip_ssh_config: true
ssh_keys_users:
- 'root'