Store sensitive vars in pass

This commit is contained in:
polyfloyd 2024-07-10 20:47:01 +02:00
parent 53a1343491
commit 44b73a216f
7 changed files with 15 additions and 8 deletions

View file

@ -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'