Added add_ssh_user playbook

This commit is contained in:
Mathieu BOURBON
2026-01-23 11:00:27 +01:00
parent 76b6c89a78
commit ee988790b5
4 changed files with 55 additions and 0 deletions

5
add_ssh_user.yml Normal file
View File

@@ -0,0 +1,5 @@
- hosts: lxc
roles:
add_ssh_user
vars:
ansible_host_key_checking: False