mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-12-04 21:13:38 +01:00
This commit is contained in:
parent
2a1a97c5e3
commit
d5dfdab24d
2 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
./download -i {{lcl_identifier}} -p {{lcl_password}} -o out.csv -headless
|
||||
./push -t {{ynab_token}} -b {{ynab_budget_id}} -a {{ynab_account_id}} -f out.csv
|
||||
./push -t {{ynab_token}} -b {{ynab_budget_id}} -a {{ynab_account_id}} -w {{webhook_url}} -f out.csv
|
||||
|
|
|
@ -69,3 +69,13 @@
|
|||
6634393231313632350a366432666137396264393933363062613430633133393835663765663861
|
||||
36373833656562393830323535653337383135613538356262323033643930343564396461666462
|
||||
6331393437306161383537626462393239313363346163343765
|
||||
webhook_url: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
33373335313163346635663038613063366439326665643164313132626664373066313966333762
|
||||
3662616230353165386235323938373430636131633565320a353366616463363435363637656633
|
||||
32636336613635353935396435633631396463303563333166666566373238376332626262663163
|
||||
6232363435393337630a373034383165366333316436386131646336633331636434663463363866
|
||||
39343635393139613638303439393133663566336566376266303761326666306432306262336563
|
||||
32656461353530353230366436623233626364316536383939646238323630346261306264656264
|
||||
34376162633764376637613136363731643162393864643565326235363838626231363936316462
|
||||
65616534633964613864
|
||||
|
|
Loading…
Reference in a new issue