Store sensitive vars in pass
This commit is contained in:
parent
53a1343491
commit
44b73a216f
7 changed files with 15 additions and 8 deletions
|
@ -10,5 +10,5 @@ open_profile_field = 'Open! @ {}'
|
|||
closed_profile_field = 'Closed @ {}'
|
||||
|
||||
profile_fields = [('Website', 'https://bitlair.nl/')]
|
||||
access_token = '{{ mastodon_spacestate_access_token }}'
|
||||
access_token = '{{ lookup('passwordstore', 'services/mastodon subkey=spacestate_access_token') }}'
|
||||
homeserver = 'https://hsnl.social'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue