configuring more packages
This commit is contained in:
13
tasks/pkgs/consul.yml
Normal file
13
tasks/pkgs/consul.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- ansible.builtin.include_vars:
|
||||
file: consul.yml
|
||||
name: _consul
|
||||
|
||||
- name: ensure hashicorp repo is active
|
||||
ansible.builtin.include_tasks:
|
||||
file: "pkgs/hashicorp_repo.yml"
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + [ _consul[ansible_os_family].pkg ] }}"
|
||||
|
||||
Reference in New Issue
Block a user