mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-02-11 10:09:08 +00:00
ansible plays for docker, haproxy & varnish
This commit is contained in:
10
ansible/plays/ssh_keys.yml
Normal file
10
ansible/plays/ssh_keys.yml
Normal 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'
|
||||
|
||||
Reference in New Issue
Block a user