Answers for "how to write inventory as yaml file in ansible"

0

how to write inventory as yaml file in ansible

all:
  hosts:
    mail.example.com:
  children:
    webservers:
      hosts:
        foo.example.com:
        bar.example.com:
    dbservers:
      hosts:
        one.example.com:
        two.example.com:
        three.example.com:
Posted by: Guest on June-30-2021

Browse Popular Code Answers by Language