network-automation-scripts/ansible/debian-graylog-example/inventory/group_vars/debian_linux.yaml

9 lines
260 B
YAML
Raw Permalink Normal View History

2024-12-28 20:10:53 +01:00
---
# Group_vars for Debian Linux
# ===========================
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
ansible_user: "[ANSIBLE_USERNAME]"
ansible_password: "[ANSIBLE_PASSWORD]"
ansible_become_password: "[ANSIBLE_PASSWORD]"
ansible_become: true