Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
641 B

  1. {
  2. "name": "Backup Server",
  3. "description": "Performs a backup of the entire service to a remote location.",
  4. "spec": [
  5. {
  6. "question_name": "Enable Backup",
  7. "question_description": "Set if remote backup is enabled or not. If enabled a daily backup of your server will be sent to the backup server located in {{ backup_server_location }}.",
  8. "required": false,
  9. "min": null,
  10. "max": null,
  11. "default": "{{ matrix_awx_backup_enabled | string | lower }}",
  12. "choices": "true\nfalse",
  13. "new_question": true,
  14. "variable": "matrix_awx_backup_enabled",
  15. "type": "multiplechoice"
  16. }
  17. ]
  18. }