ContainerSolutions / dcos-ansible-packet

Ansible playbook for installing DC/OS on Packet cloud
4 stars 3 forks source link

Create separate firewall rules for public agent #30

Open frankscholten opened 7 years ago

frankscholten commented 7 years ago

Allow ports that are used by public agent like 443, 80 et cetera.

nervetattoo commented 7 years ago

This could be a section in vars.yml?

fw_pubagent_ports:
  - 80
  - 443
  - <custom>
frankscholten commented 7 years ago

Yes. But I think opening these ports should be optional though. For instance during development I want a cluster that is completely shielded from internet traffic.