This repository has been archived on 2020-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-hitch/tasks/main.yml

16 lines
326 B
YAML

- name: Include sensitive info
include_vars:
dir: '{{ role_path }}/vault'
tags:
- vault
- hitch
- name: Copy Hitch configuration
template:
follow: yes
src: 'hitch.conf.j2'
dest: /etc/hitch/hitch.conf
notify: Run service actions
tags:
- hitch
- configs