aboutsummaryrefslogtreecommitdiff
path: root/inventory.yaml
blob: f1bf383d35aede4b542c04897398e698cbadb7dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
all:
  children:
    metal_servers:
      hosts:
        host:
          ansible_connection: local
    containers:
      vars:
        ansible_connection: local
        ansible_become_method: community.general.machinectl
        ansible_become_user: root
      children:
        mail_servers:
          hosts:
            mail:
        git_servers:
          hosts:
            git: