Skip to content

Commit

Permalink
Configure riot port for external usage
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 15, 2019
1 parent a4591c8 commit 150c99e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/aws/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ module "security_group" {
protocol = "tcp"
cidr_blocks = "${chomp(data.http.ip.body)}/32"
},
{
from_port = 7700
to_port = 7700
protocol = "tcp"
cidr_blocks = "${chomp(data.http.ip.body)}/32"
},
{
from_port = 9100
to_port = 9100
Expand Down
1 change: 1 addition & 0 deletions deploy/aws/provision/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
with_items:
- /var/qed/riot-stop.sh
- /var/qed/riot-start.sh
- name: wait for raised riot port
wait_for:
port: 7700
host: "{{ansible_hostname}}"
Expand Down

0 comments on commit 150c99e

Please sign in to comment.