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