Skip to content

Commit c5cc779

Browse files
committed
Tidy up a few things in the Ansible examples
1 parent 0d03160 commit c5cc779

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

aws-py-ansible-wordpress/pyvenv.cfg

-3
This file was deleted.

aws-yaml-ansible-wordpress/Pulumi.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ resources:
115115
properties:
116116
vpcId: ${prod-vpc.id}
117117
ingress:
118-
# - description: ANY
119-
# fromPort: 0
120-
# toPort: 0
121-
# protocol: "-1"
122-
# cidrBlocks: [0.0.0.0/0]
123118
- description: "HTTPS"
124119
fromPort: 443
125120
toPort: 443
@@ -130,11 +125,6 @@ resources:
130125
toPort: 80
131126
protocol: "tcp"
132127
cidrBlocks: [0.0.0.0/0]
133-
#- description: "MYSQL/Aurora"
134-
#fromPort: 3306
135-
#toPort: 3306
136-
#protocol: "tcp"
137-
#cidrBlocks: [0.0.0.0/0]
138128
- description: "SSH"
139129
fromPort: 22
140130
toPort: 22

0 commit comments

Comments
 (0)