Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Add all to the security group
Browse files Browse the repository at this point in the history
This will allow to handle dynamically assigned ports
  • Loading branch information
jburel committed Oct 29, 2017
1 parent 323a40a commit 5826b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/os-devspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
meta:
hostname: "{{ vm_name }}"
groups: "{{ vm_groups }}"
security_groups: [default, docker-devspace-external]
security_groups: [default, docker-devspace-external, all]
register: vmdocker

- debug:
Expand Down

0 comments on commit 5826b51

Please sign in to comment.