copr-pulp-dev: open the API port

This commit is contained in:
Pavel Raiskup 2024-02-27 17:21:59 +01:00
parent aac6cdc608
commit e8966f34e1

View file

@ -14,3 +14,9 @@ public_ip: 44.206.10.188
swap_file_path: /swap swap_file_path: /swap
swap_file_size_mb: 16384 swap_file_size_mb: 16384
ansible_ssh_user: centos ansible_ssh_user: centos
tcp_ports: [
22,
# PULP API
24817,
]