prakhar1985
2020-02-27 b42a425d16300b6541eac1c86881147582b4769e
Allowed port 80 in SG (#1196)

1 files modified
9 ■■■■ changed files
ansible/configs/ansible-tower-implementation/default_vars_osp.yml 9 ●●●● patch | view | raw | blame | history
ansible/configs/ansible-tower-implementation/default_vars_osp.yml
@@ -35,13 +35,20 @@
security_groups:
  - name: TowerSG
    rules:
      - name: SatHTTPSPorts
      - name: TowerHTTPSPorts
        description: "HTTPS Public"
        from_port: 443
        to_port: 443
        protocol: tcp
        cidr: "0.0.0.0/0"
        rule_type: Ingress
      - name: TowerHTTPPorts
        description: "HTTP Public"
        from_port: 80
        to_port: 80
        protocol: tcp
        cidr: "0.0.0.0/0"
        rule_type: Ingress
      - name: BastionUDPPorts
        description: "Only from bastion"
        from_port: 1