변수 추가

This commit is contained in:
변정훈
2024-01-12 14:05:12 +09:00
committed by GitHub
parent fee97e57a5
commit e50f815f40

View File

@@ -2,5 +2,7 @@
- hosts: all - hosts: all
become: false become: false
gather_facts: true gather_facts: true
vars:
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
roles: roles:
- role: security_check - role: security_check