Skip to content

Commit 24e205f

Browse files
committed
ignore python and alias name change
1 parent 74cba72 commit 24e205f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ansible.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[defaults]
22
inventory = ./hosts/inventory.ini
3-
roles_path = ./roles
3+
roles_path = ./roles
4+
interpreter_python=auto_silent

hosts/inventory.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[web_servers]
2-
web_server ansible_host={{the_ip}}
2+
the_vm ansible_host={{the_ip}}
33

44
[web_servers:vars]
55
ansible_user={{the_user}}

0 commit comments

Comments
 (0)