Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Actaeus Curabitur
83320ea2a4 updated password sls 2022-09-08 11:33:00 -05:00
Actaeus Curabitur
170e428905 Merge remote-tracking branch 'origin/prod' into fix_secrets 2022-09-08 11:29:34 -05:00
Actaeus Curabitur
512f1c30ab Merge remote-tracking branch 'origin/prod' into fix_secrets 2022-09-08 10:25:25 -05:00
Actaeus Curabitur
7824725ff3 created pillar file for managing password access 2022-09-08 10:15:56 -05:00
2 changed files with 4 additions and 0 deletions

View file

@ -1,2 +1,3 @@
include: include:
- servers.roles - servers.roles
- servers.passwords

View file

@ -0,0 +1,3 @@
{%- from "roles.jinja" import roles with context %}
{%- set data=salt.cmd.shell('sudo bash ~/get_passwords.sh '+roles | join(' ')) -%}
{{data | trim}}