9 lines
176 B
YAML
9 lines
176 B
YAML
---
|
|
- name: Setup Ansible SSH
|
|
hosts: all
|
|
gather_facts: false ## required because ansible_host may not have python
|
|
check_mode: false
|
|
become: false
|
|
roles:
|
|
- common
|