6 lines
86 B
YAML
6 lines
86 B
YAML
- hosts: lxc
|
|
roles:
|
|
- add_ssh_user
|
|
vars:
|
|
ansible_host_key_checking: False
|