playbook 추가

This commit is contained in:
ByeonJungHun
2024-02-19 16:11:31 +09:00
parent f9d8451a8f
commit 0551d7058d

View File

@@ -0,0 +1,8 @@
---
- hosts: all
become: true
gather_facts: true
environment:
PATH: "/usr/local/bin:{{ ansible_env.PATH }}"
roles:
- role: exem-infra