ansible-learning/inventory/group_vars/all/vars.yml

6 lines
207 B
YAML
Raw Normal View History

2023-08-22 15:48:17 +02:00
# 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