aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2020-05-22 15:55:40 +0000
committerPeter Mikus <pmikus@cisco.com>2020-05-25 08:59:26 +0000
commit2820c4d81262fdbdb79548c21f1c657cc6213ed5 (patch)
tree5859ae982557385eb66cdc0b5fe59e7fd415d18f /resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
parentdd41e6e33cec88898593b5fdc3064113d2cc3a81 (diff)
Infra: Ansible Nomad III
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I6c37287e79e48ba40a5dda497cc3614c367230aa
Diffstat (limited to 'resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml14
1 files changed, 6 insertions, 8 deletions
diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
index fe96d08bc0..bae348b9c6 100644
--- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
+++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
@@ -1,8 +1,8 @@
----
+u---
# file: host_vars/10.30.51.30.yaml
hostname: "s40-nomad"
-inventory_cimc_hostname: '10.30.50.30'
+inventory_cimc_hostname: "10.30.50.30"
# User management.
users:
@@ -19,15 +19,15 @@ users:
# Nomad settings.
nomad_certificates:
- - src: "{{ vault_s40_nomad_ca_file }}"
+ - src: "{{ vault_nomad_v2_ca_file }}"
dest: "{{ nomad_ca_file }}"
- - src: "{{ vault_s40_nomad_cert_file }}"
+ - src: "{{ vault_nomad_v2_cert_file }}"
dest: "{{ nomad_cert_file }}"
- - src: "{{ vault_s40_nomad_key_file }}"
+ - src: "{{ vault_nomad_v2_key_file }}"
dest: "{{ nomad_key_file }}"
nomad_datacenter: "yul1"
nomad_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ=="
-nomad_name: "s40-nomad-{{ ansible_architecture }}"
+nomad_name: "{{ hostname }}-{{ ansible_architecture }}"
nomad_node_role: "both"
nomad_node_class: "builder"
nomad_options:
@@ -38,5 +38,3 @@ nomad_options:
fingerprint.network.disallow_link_local: true
nomad_retry_servers: [ "10.30.51.32", "10.30.51.33" ]
nomad_servers: [ "10.30.51.32:4647", "10.30.51.33:4647" ]
-
-