36 lines
528 B
YAML
36 lines
528 B
YAML
|
---
|
||
|
|
||
|
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:
|
||
|
|