diff --git a/global.yml b/global.yml new file mode 100644 index 0000000..b30f101 --- /dev/null +++ b/global.yml @@ -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: + diff --git a/inventory.yaml b/local.yml similarity index 100% rename from inventory.yaml rename to local.yml