Browse Source

Add definition on inventory for all

master
jdongmo 4 years ago
parent
commit
9a9bcb15e7
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      inventory/group_vars/all.yml

+ 7
- 0
inventory/group_vars/all.yml View File

@@ -0,0 +1,7 @@
---
children:
all:
vars:
ansible_user: master
ansible_python_interpreter: "/usr/bin/python3"
...

Loading…
Cancel
Save