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