--- ansible_user: westfarn ansible_python_interpreter: /usr/bin/python3 admin_user: westfarn # UFW ufw_ssh_port: 22 ufw_ssh_allowed_network: 10.0.0.0/24 ufw_allowed_tcp_ports: - 80 - 443 # Docker docker_users: - "{{ admin_user }}"