Rewrite the UFW commands in the cloud-config.yaml files
Closed this issue ยท 4 comments
Rewrite the UFW commands in the cloud-config.yaml files :)
Hi @nicolasvienot,
Can you precise your issue, please? ๐
How can we solve it?
Hey @alallema,
I'll try to give some context :
When first creating the cloud-config.yaml
for DigitalOcean, there was an issue with the ufw commands not working. @eskombro had to force it with the command ufw --force enable
before launching the ufw commands. This was an issue in the DigitalOcean side, and @eskombro opened an issue and fixed it there.
This command was then copy/pasted for AWS and GCP. There is a high chance that the command ufw --force enable
is not needed anymore.
Also, the next commands ufw allow 'Nginx Full'
and ufw allow 'OpenSSH'
could be redefined to just allow the needed ports with the right rules.
This issue is about cleaning the ufw commands, but this is working as it is now and does not represent a risk.
Feel free to close it if this does not seem relevant.
Transfer of this issue to the cloud-provider project due to its depreciation
As we no longer offer as much maintenance on this repo, I don't think this issue is still relevant. I'm closing it