Advertisement
viniciusxp

inventory

Dec 4th, 2022 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.35 KB | None | 0 0
  1. all:
  2.   hosts:
  3.   children:
  4.     orchestrator:
  5.       hosts:
  6.         localhost:
  7.           ansible_connection: local
  8.     workers:
  9.       hosts:
  10.         thelma:
  11.           ansible_host: 10.1.10.20
  12.           user: root
  13.           ansible_ssh_user: root
  14.         louise:
  15.           ansible_host: 10.1.10.30
  16.           user: root
  17.           ansible_ssh_user: root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement