Skip to content

Commit

Permalink
palulukon: Allow access to AWS IP metadata NTP service
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Nov 13, 2024
1 parent 41c52dd commit 9584cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/palulukon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
default_attributes(
:networking => {
:firewall => {
:allowlist => ["172.31.0.2"]
:allowlist => ["172.31.0.2", "169.254.169.254", "169.254.169.123"]
},
:interfaces => {
:external => {
Expand Down

0 comments on commit 9584cda

Please sign in to comment.