9 lines
157 B
YAML
9 lines
157 B
YAML
---
|
|
- hosts: all
|
|
become: false
|
|
gather_facts: true
|
|
vars:
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
|
|
roles:
|
|
- role: security_check
|