-
Hi there, I just managed to finish running the ansible playbook. There were a few hiccups: 1: ansible host needs rsync, otherwise ansible fails at task "Copy liberator role source to target host" But with those fixed, the ansible run works fine. Just wondering "what now". I can't seem to access the UI or even the apidocs here: https://10.1.1.26:8443/apidocs From checking this morning, it doesn't even respond to SYN packets. There's no firewall running on the system. It was Debian 10 netinst with just SSH selected before I started. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Turns out it was the default nftables config that ansible pushes. |
Beta Was this translation helpful? Give feedback.
-
I got your idea! |
Beta Was this translation helpful? Give feedback.
Turns out it was the default nftables config that ansible pushes.
When I added my local range to accept it worked fine, eg. ip saddr 10.1.1.0/24 accept
I can get to the API now.