22 lines
508 B
INI
Executable File
22 lines
508 B
INI
Executable File
---
|
|
test:
|
|
hosts:
|
|
debian:
|
|
ubuntu:
|
|
rocky:
|
|
vars:
|
|
ansible_python_interpreter: "/usr/bin/python3"
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
|
ansible_user: jonnybravo
|
|
ansible_become: true
|
|
|
|
Prep:
|
|
hosts:
|
|
mandan01
|
|
vars:
|
|
ansible_python_interpreter: "/usr/bin/python3"
|
|
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
|
|
ansible_user: jonnybravo
|
|
ansible_become: true
|
|
|