6 lines
207 B
YAML
6 lines
207 B
YAML
# This will load variables for ansible group all
|
|
# which is by ansible default all the hosts in inventory file
|
|
# This something like global variables which are accessible by all host
|
|
---
|
|
ansible_user: root
|