exemONE Agent Installer 작성

This commit is contained in:
ByeonJungHun
2024-03-15 13:14:57 +09:00
commit 62999578d9
33 changed files with 461 additions and 0 deletions

8
ansible.cfg Normal file
View File

@@ -0,0 +1,8 @@
[defaults]
inventory = inventory
roles_path = roles
deprecation_warnings = False
display_skipped_hosts = no
ansible_home = .
stdout_callback = debug
host_key_checking = False