Compare commits

..

No commits in common. "9f6c2dc7b25dab906b7ab4d56b3b0a574bad68f9" and "1a369e174170df3ecbef066f572ccbca17f8c675" have entirely different histories.

2 changed files with 1 additions and 11 deletions

View File

@ -1,8 +1,3 @@
#!/bin/sh
PASSFILE="/srv/secrets/ansible_vault_pass"
if [ -f "$PASSFILE" ]; then
doas cat "$PASSFILE"
else
pass ansible-vault
fi
pass ansible-vault

View File

@ -4,11 +4,6 @@
name: deploy
gid: 700
- name: create group 'media'
group:
name: deploy
gid: 701
- name: determine available groups
getent:
database: group