9 lines
145 B
YAML
9 lines
145 B
YAML
---
|
|
# Default is to log in as root
|
|
ansible_user: root
|
|
remote_user: root
|
|
|
|
# Add further variables which apply to all servers to this file...
|
|
|
|
...
|