Files
dsk-iac/ansible/security_check/server_check.yml
2024-01-12 14:05:12 +09:00

9 lines
157 B
YAML

---
- hosts: all
become: false
gather_facts: true
vars:
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
roles:
- role: security_check