Playbooks to a new Lilik
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.

13 lines
257 B

  1. ---
  2. - block:
  3. - import_tasks: '01-install.yaml'
  4. tags:
  5. - 'install'
  6. - 'role::gitea::install'
  7. - import_tasks: '02-configure.yaml'
  8. tags:
  9. - 'configure'
  10. - 'role::gitea::configure'
  11. tags:
  12. - 'role::gitea'
  13. ...