7 lines
216 B
YAML
7 lines
216 B
YAML
---
|
|
ansible_user: root
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_private_key_file: /Users/graham/.ssh/id_ed25519
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=accept-new'
|
|
|
|
firewall_enabled: false
|