meta: split into playbook which only runs local and playbook which tries to run on all hosts

This commit is contained in:
Johanna Dorothea Reichmann 2019-06-28 21:08:52 +02:00
parent 7389769b6d
commit bb2ad4b2bb
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 35 additions and 0 deletions

35
global.yml Normal file
View File

@ -0,0 +1,35 @@
---
all:
hosts:
carbon:
ansible_host: carbon.int.finallycoffee.eu
iron:
ansible_host: iron.int.finallycoffee.eu
platinum:
ansible_host: platinum.int.finallycoffee.eu
xenon:
ansible_host: xenon.int.finallycoffee.eu
yttrium:
ansible_host: yttrium.int.finallycoffee.eu
vars:
ansible_user: transcaffeine
ansible_become_user: transcaffeine
ansible_become: true
gnupg:
hosts:
all:
redshift:
hosts:
all:
tmux:
hosts:
all:
vim:
hosts:
all: