13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
|
|
# Example fleet inventory for mutual-TLS cert distribution.
|
||
|
|
# Copy to fleet.ini and adjust hostnames/IPs.
|
||
|
|
# Refs #806
|
||
|
|
|
||
|
|
[fleet_agents]
|
||
|
|
timmy ansible_host=192.168.1.10
|
||
|
|
allegro ansible_host=192.168.1.11
|
||
|
|
ezra ansible_host=192.168.1.12
|
||
|
|
|
||
|
|
[fleet_agents:vars]
|
||
|
|
ansible_user=hermes
|
||
|
|
ansible_python_interpreter=/usr/bin/python3
|