Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471195e commit f556336Copy full SHA for f556336
README.md
@@ -117,7 +117,7 @@ Initial setup
117
The summary of the initial setup is:
118
119
1. Create the droplet with monitoring and relevant SSH keys.
120
-2. Assign new droplet to the matplotlib.org project and the Web firewall.
+2. Assign new droplet to the matplotlib.org project.
121
3. Add DNS entries pointing to the server on CloudFlare.
122
4. Grab the SSH host fingerprints.
123
5. Reboot.
create.yml
@@ -91,8 +91,6 @@
91
community.digitalocean.digital_ocean_droplet:
92
state: present
93
name: "{{ host }}.matplotlib.org"
94
- firewall:
95
- - Web
96
image: fedora-39-x64
97
monitoring: true
98
project: matplotlib.org
0 commit comments