griggheo / ansible-consul-template

Ansible role for installing consul-template
Apache License 2.0
54 stars 52 forks source link

The consul-template system service is run as the root user #57

Closed awarner-greshamtech closed 2 years ago

awarner-greshamtech commented 2 years ago

Hello, this is a PR which fixes #55 to allow the user and group that is used to run the service to be optionally specified, and optionally created by this ansible role. Where the user and group are created by this role, it is a non-root user.

awarner-greshamtech commented 2 years ago

I have the molecule tests running on github actions ( https://github.com/awarner-greshamtech/ansible-consul-template/actions/workflows/main.yml ) would you be interesting in a PR for that workflow?

griggheo commented 2 years ago

@awarner-greshamtech yes please create a PR for the molecule tests in GH Actions.