task_variable_validation.yml 198 B

1234567
  1. ---
  2. - name: "Validate variables"
  3. ansible.builtin.assert:
  4. that:
  5. - machine_subtype is string
  6. - vpn_network_address is string
  7. - vpn_server_port >= 1 and vpn_server_port <= 65535