mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-04-05 13:41:56 +00:00
make facts override the role vars
This commit is contained in:
parent
b47025a610
commit
7eab49a6d2
@ -11,25 +11,10 @@
|
||||
paths:
|
||||
- "vars"
|
||||
|
||||
- name: Load host variables to override role vars
|
||||
include_vars:
|
||||
dir: "{{ inventory_dir }}/host_vars"
|
||||
ignore_unknown_extensions: True
|
||||
extensions:
|
||||
- ''
|
||||
- "yaml"
|
||||
- "yml"
|
||||
tags: consul_override_role_vars
|
||||
|
||||
- name: Load group variables to override role vars
|
||||
include_vars:
|
||||
dir: "{{ inventory_dir }}/group_vars"
|
||||
ignore_unknown_extensions: True
|
||||
extensions:
|
||||
- ''
|
||||
- "yaml"
|
||||
- "yml"
|
||||
tags: consul_override_role_vars
|
||||
- name: Set facts about needed vars
|
||||
set_fact:
|
||||
consul_version_build: "{{ consul_version_build }}"
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Consul cluster pre-check
|
||||
include_tasks: pre_check.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user