fixed renaming of gnocci host_vars directories
authorChristian Pointner <equinox@realraum.at>
Mon, 26 Nov 2018 21:44:59 +0000 (22:44 +0100)
committerChristian Pointner <equinox@realraum.at>
Mon, 26 Nov 2018 21:44:59 +0000 (22:44 +0100)
ansible/host_vars/gnocchi0/main.yml [new file with mode: 0644]
ansible/host_vars/gnocchi0/vault.yml [new file with mode: 0644]
ansible/host_vars/gnocchi1/main.yml [new file with mode: 0644]
ansible/host_vars/gnocchi1/vault.yml [new file with mode: 0644]
ansible/host_vars/gnocci0/main.yml [deleted file]
ansible/host_vars/gnocci0/vault.yml [deleted file]
ansible/host_vars/gnocci1/main.yml [deleted file]
ansible/host_vars/gnocci1/vault.yml [deleted file]

diff --git a/ansible/host_vars/gnocchi0/main.yml b/ansible/host_vars/gnocchi0/main.yml
new file mode 100644 (file)
index 0000000..623ef3c
--- /dev/null
@@ -0,0 +1,13 @@
+---
+network:
+  nameservers: "{{ net.mgmt.dns }}"
+  domain: realraum.at
+  primary:
+    interface: enp1s0
+    ip: "{{ net.mgmt.prefix | ipaddr(250) | ipaddr('address') }}"
+    mask: "{{ net.mgmt.prefix | ipaddr('netmask') }}"
+    gateway: "{{ net.mgmt.gw }}"
+
+install:
+  disks:
+    primary: sda
diff --git a/ansible/host_vars/gnocchi0/vault.yml b/ansible/host_vars/gnocchi0/vault.yml
new file mode 100644 (file)
index 0000000..df5d4ac
--- /dev/null
@@ -0,0 +1,8 @@
+$ANSIBLE_VAULT;1.1;AES256
+66323066353065353661346261313235333834343034313532343739343531373035366364303138
+6433663331336264613830643035363962346131353830640a376336363433653437306236656230
+39313361376130316464333566383533396663393863646333393536613230333233333335323938
+3662646635383161360a333661663063343862373638373933383362383164623039383763613036
+61346661346261306465393039343732343635326364306363653666343130383836343539336439
+34306462316666623665323239613561663730353933633663636631323063383164643937366334
+393864666635663237346434613264303532
diff --git a/ansible/host_vars/gnocchi1/main.yml b/ansible/host_vars/gnocchi1/main.yml
new file mode 100644 (file)
index 0000000..537e7d5
--- /dev/null
@@ -0,0 +1,13 @@
+---
+network:
+  nameservers: "{{ net.mgmt.dns }}"
+  domain: realraum.at
+  primary:
+    interface: enp1s0
+    ip: "{{ net.mgmt.prefix | ipaddr(251) | ipaddr('address') }}"
+    mask: "{{ net.mgmt.prefix | ipaddr('netmask') }}"
+    gateway: "{{ net.mgmt.gw }}"
+
+install:
+  disks:
+    primary: sda
diff --git a/ansible/host_vars/gnocchi1/vault.yml b/ansible/host_vars/gnocchi1/vault.yml
new file mode 100644 (file)
index 0000000..ab3ecca
--- /dev/null
@@ -0,0 +1,8 @@
+$ANSIBLE_VAULT;1.1;AES256
+31366163653363386462333866383263366435353838623965653035623138356339633866623932
+3538626561373636313833333434393434616366303633370a346364356161616662666164323063
+30333934663463383034623730366365386536373465383362353132386434396461353039363863
+3861333238386263620a613539393937383264346566613330666165623363313838326638623563
+64643233613539356337613435376130633466313261616235326430326161663263343363343361
+36373736303233333831316266633365306435646634643166663038326364323839386430373438
+373966366161613436646365346339316365
diff --git a/ansible/host_vars/gnocci0/main.yml b/ansible/host_vars/gnocci0/main.yml
deleted file mode 100644 (file)
index 623ef3c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
----
-network:
-  nameservers: "{{ net.mgmt.dns }}"
-  domain: realraum.at
-  primary:
-    interface: enp1s0
-    ip: "{{ net.mgmt.prefix | ipaddr(250) | ipaddr('address') }}"
-    mask: "{{ net.mgmt.prefix | ipaddr('netmask') }}"
-    gateway: "{{ net.mgmt.gw }}"
-
-install:
-  disks:
-    primary: sda
diff --git a/ansible/host_vars/gnocci0/vault.yml b/ansible/host_vars/gnocci0/vault.yml
deleted file mode 100644 (file)
index df5d4ac..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-$ANSIBLE_VAULT;1.1;AES256
-66323066353065353661346261313235333834343034313532343739343531373035366364303138
-6433663331336264613830643035363962346131353830640a376336363433653437306236656230
-39313361376130316464333566383533396663393863646333393536613230333233333335323938
-3662646635383161360a333661663063343862373638373933383362383164623039383763613036
-61346661346261306465393039343732343635326364306363653666343130383836343539336439
-34306462316666623665323239613561663730353933633663636631323063383164643937366334
-393864666635663237346434613264303532
diff --git a/ansible/host_vars/gnocci1/main.yml b/ansible/host_vars/gnocci1/main.yml
deleted file mode 100644 (file)
index 537e7d5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
----
-network:
-  nameservers: "{{ net.mgmt.dns }}"
-  domain: realraum.at
-  primary:
-    interface: enp1s0
-    ip: "{{ net.mgmt.prefix | ipaddr(251) | ipaddr('address') }}"
-    mask: "{{ net.mgmt.prefix | ipaddr('netmask') }}"
-    gateway: "{{ net.mgmt.gw }}"
-
-install:
-  disks:
-    primary: sda
diff --git a/ansible/host_vars/gnocci1/vault.yml b/ansible/host_vars/gnocci1/vault.yml
deleted file mode 100644 (file)
index ab3ecca..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-$ANSIBLE_VAULT;1.1;AES256
-31366163653363386462333866383263366435353838623965653035623138356339633866623932
-3538626561373636313833333434393434616366303633370a346364356161616662666164323063
-30333934663463383034623730366365386536373465383362353132386434396461353039363863
-3861333238386263620a613539393937383264346566613330666165623363313838326638623563
-64643233613539356337613435376130633466313261616235326430326161663263343363343361
-36373736303233333831316266633365306435646634643166663038326364323839386430373438
-373966366161613436646365346339316365