Skip to content

Commit f556336

Browse files
committed
Remove manual setting of firewall during droplet creation
The firewall is now attached to droplet tags, and thus is automatically added to new droplets since we tag them.
1 parent 471195e commit f556336

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Initial setup
117117
The summary of the initial setup is:
118118

119119
1. Create the droplet with monitoring and relevant SSH keys.
120-
2. Assign new droplet to the matplotlib.org project and the Web firewall.
120+
2. Assign new droplet to the matplotlib.org project.
121121
3. Add DNS entries pointing to the server on CloudFlare.
122122
4. Grab the SSH host fingerprints.
123123
5. Reboot.

create.yml

-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@
9191
community.digitalocean.digital_ocean_droplet:
9292
state: present
9393
name: "{{ host }}.matplotlib.org"
94-
firewall:
95-
- Web
9694
image: fedora-39-x64
9795
monitoring: true
9896
project: matplotlib.org

0 commit comments

Comments
 (0)