X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.ansible%2Finventories%2Flf_inventory%2Fhost_vars%2F10.32.8.16.yaml;h=13a6635079ee853239122d5346898f0c727ae23b;hp=e73da2bdacb3c98a489ccf7f8a85e36b544fc237;hb=ef9c2349ca6e6a138bbe66593a60ef1c40d1f901;hpb=2112f4e1edf3f6c431c73cdd2871a1644c38ece6 diff --git a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.32.8.16.yaml b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.32.8.16.yaml index e73da2bdac..13a6635079 100644 --- a/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.32.8.16.yaml +++ b/fdio.infra.ansible/inventories/lf_inventory/host_vars/10.32.8.16.yaml @@ -27,7 +27,7 @@ nomad_certificates: dest: "{{ nomad_key_file }}" nomad_datacenter: "yul1" nomad_encrypt: "Y4T+5JGx1C3l2NFBBvkTWQ==" -nomad_name: "{{ hostname }}-{{ ansible_architecture }}" +nomad_node_name: "{{ hostname }}-{{ ansible_architecture }}" nomad_node_role: "both" nomad_node_class: "builder" nomad_options: @@ -37,6 +37,7 @@ nomad_options: docker.volumes.enabled: true driver.whitelist: "docker,raw_exec,exec" fingerprint.network.disallow_link_local: true +nomad_service_mgr: "systemd" nomad_retry_servers: - "10.32.8.14" - "10.32.8.15" @@ -67,9 +68,10 @@ consul_retry_servers: - "10.32.8.14" - "10.32.8.15" - "10.32.8.17" +consul_service_mgr: "systemd" # Docker daemon settings. docker_daemon: - dns: [ "172.17.0.1" ] + dns: ["172.17.0.1"] dns-opts: [] - dns-search: [ "{{ansible_hostname}}" ] + dns-search: ["{{ansible_hostname}}"]