-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
8 changed files
with
34 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.env |
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# HeroCTF All in one | ||
|
||
- [terraform/](./terraform/): Deploy our infrastructure, mainly on Linode, AWS and GCP. | ||
- [ansible/](./ansible/): Setup our CTFd and challenges instances. |
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,6 @@ | ||
--- | ||
|
||
- hosts: challenges | ||
gather_facts: yes | ||
roles: | ||
- challs |
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,6 @@ | ||
--- | ||
|
||
- hosts: ctfd | ||
gather_facts: yes | ||
roles: | ||
- ctfd |
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 @@ | ||
challenges_git_url: [email protected]:HeroCTF/HeroCTF_v6.git |
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 @@ | ||
ctfd_version: 3.7.3 |
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,5 @@ | ||
[ctfd] | ||
heroctf-ctfd ansible_connection=ssh ansible_user=root | ||
|
||
[challenges] | ||
heroctf-challenge-1 ansible_connection=ssh ansible_user=root |
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,12 @@ | ||
[ctfd] | ||
heroctf-ctfd ansible_connection=ssh ansible_user=root | ||
|
||
[challenges] | ||
heroctf-challenge-1 ansible_connection=ssh ansible_user=root | ||
heroctf-challenge-2 ansible_connection=ssh ansible_user=root | ||
heroctf-challenge-3 ansible_connection=ssh ansible_user=root | ||
heroctf-challenge-4 ansible_connection=ssh ansible_user=root | ||
heroctf-challenge-5 ansible_connection=ssh ansible_user=root | ||
heroctf-challenge-6 ansible_connection=ssh ansible_user=root | ||
heroctf-challenge-7 ansible_connection=ssh ansible_user=root | ||
heroctf-challenge-8 ansible_connection=ssh ansible_user=root |