-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8f733a
commit cbc8db3
Showing
5 changed files
with
67 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
export METHOD=local | ||
export ONDEMAND_CELLULAR=true | ||
export ONDEMAND_WIFI=true | ||
export ONDEMAND_WIFI_EXCLUDE=test1,test2 | ||
export WINDOWS=true | ||
export STORE_CAKEY=true | ||
export LOCAL_DNS=true | ||
export SSH_TUNNELING=true | ||
export ENDPOINT=algo.lxc | ||
export USERS=user1,user2 | ||
export EXTRA_VARS="install_headers=false tests=true apparmor_enabled=false" | ||
export ANSIBLE_EXTRA_ARGS="--skip-tags apparmor" |