Compare commits
No commits in common. "9f6c2dc7b25dab906b7ab4d56b3b0a574bad68f9" and "1a369e174170df3ecbef066f572ccbca17f8c675" have entirely different histories.
9f6c2dc7b2
...
1a369e1741
|
@ -1,8 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PASSFILE="/srv/secrets/ansible_vault_pass"
|
pass ansible-vault
|
||||||
if [ -f "$PASSFILE" ]; then
|
|
||||||
doas cat "$PASSFILE"
|
|
||||||
else
|
|
||||||
pass ansible-vault
|
|
||||||
fi
|
|
||||||
|
|
|
@ -4,11 +4,6 @@
|
||||||
name: deploy
|
name: deploy
|
||||||
gid: 700
|
gid: 700
|
||||||
|
|
||||||
- name: create group 'media'
|
|
||||||
group:
|
|
||||||
name: deploy
|
|
||||||
gid: 701
|
|
||||||
|
|
||||||
- name: determine available groups
|
- name: determine available groups
|
||||||
getent:
|
getent:
|
||||||
database: group
|
database: group
|
||||||
|
|
Loading…
Reference in New Issue