Skip to content

Commit 8a92817

Browse files
committed
chore: ansible.cfg 추가 (기본 설정)
1 parent d3cc194 commit 8a92817

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

IaC/3-v3/ansible/ansible.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[defaults]
2+
roles_path = ./roles
3+
inventory = ./inventory/aws_ec2.yaml
4+
host_key_checking = False
5+
timeout = 60
6+
7+
[ssh_connection]
8+
pipelining = True

0 commit comments

Comments
 (0)