2024-09/04/hosts_entwicklung.yml

41 lines
794 B
YAML
Raw Permalink Normal View History

2024-09-17 08:34:44 +00:00
---
apt:
children:
debian:
hosts:
debian-7:
ansible_host: 172.22.244.96
ansible_user: root
debian-8:
ansible_host: 172.22.244.90
ansible_user: debian
ansible_become: True
ubuntu:
hosts:
ub-precise:
ansible_host: 172.22.244.92
ub-trusty:
ansible_host: 172.22.244.91
vars:
ansible_user: ubuntu
ansible_become: True
yum:
children:
centos:
hosts:
centos-6:
ansible_host: 172.22.244.93
centos-7:
ansible_host: 172.22.244.94
vars:
ansible_user: root
zypper:
children:
suse:
hosts:
opensuse-12:
ansible_host: 172.22.244.95
vars:
ansible_user: root