mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
deploy.yml unnecessary
This commit is contained in:
parent
e8f6864527
commit
418968f7c3
2 changed files with 1 additions and 5 deletions
2
algo
2
algo
|
@ -21,7 +21,7 @@ Enter the number of your desired provider
|
||||||
*) exit 1 ;;
|
*) exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
ansible-playbook deploy.yml -e "provider=${CLOUD}"
|
ansible-playbook "${CLOUD}.yml"
|
||||||
}
|
}
|
||||||
|
|
||||||
user_management () {
|
user_management () {
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
|
|
||||||
- include: "{{ provider }}.yml"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue