questions.yaml 406 B

123456789101112131415161718
  1. groups:
  2. - name: Network Configuration
  3. description: Configure Network for Nginx
  4. questions:
  5. - variable: network
  6. label: ""
  7. group: Network Configuration
  8. schema:
  9. type: dict
  10. attrs:
  11. - variable: web_port
  12. label: WebUI Port
  13. description: The port for Nginx WebUI
  14. schema:
  15. type: int
  16. default: 8080
  17. required: true