meta: split into playbook which only runs local and playbook which tries to run on all hosts
This commit is contained in:
parent
7389769b6d
commit
bb2ad4b2bb
35
global.yml
Normal file
35
global.yml
Normal 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:
|
||||
|
Loading…
Reference in New Issue
Block a user