mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
9 lines
129 B
Bash
9 lines
129 B
Bash
|
|
#! /usr/bin/env nix-shell
|
||
|
|
#! nix-shell -i bash -p ansible jq
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
SCW_TOKEN=`jq '.token' -r ~/.scwrc`
|
||
|
|
|
||
|
|
ansible-playbook "$@"
|