-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_hosts.yaml
52 lines (52 loc) · 1.12 KB
/
example_hosts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
all:
hosts:
fedora:
ansible_host: 192.168.1.80
debian:
ansible_host: 192.168.1.81
ubuntu:
ansible_host: 192.168.1.82
opensuse:
ansible_host: 192.168.1.83
manjaro:
ansible_host: 192.168.1.86
rocky:
ansible_host: 192.168.1.87
almalinux:
ansible_host: 192.168.1.88
oracle:
ansible_host: 192.168.1.89
mageia:
ansible_host: 192.168.1.90
centos7:
ansible_host: 192.168.1.91
centos8:
ansible_host: 192.168.1.92
alpine:
ansible_host: 192.168.1.93
ubuntu18:
ansible_host: 192.168.1.94
ubuntu21:
ansible_host: 192.168.1.95
debian11:
ansible_host: 192.168.1.96
solus:
ansible_host: 192.168.1.97
vars:
ansible_python_interpreter: /usr/bin/python3
# superuser: root
children:
macos:
hosts:
catalina:
ansible_host: 192.168.1.84
vars:
ansible_user: algonaut
windows:
hosts:
win10:
ansible_host: 192.168.1.85
vars:
ansible_user: algonaut
ansible_connection: ssh
ansible_shell_type: cmd