main.yml 305 B

123456789101112131415
  1. galaxy_info:
  2. author: Antony Messerli
  3. description: Installs a self hosted version of netboot.xyz
  4. license: Apache-2.0
  5. min_ansible_version: 2.7
  6. platforms:
  7. - name: Ubuntu
  8. versions:
  9. - all
  10. - name: Centos
  11. versions:
  12. - all
  13. galaxy_tags:
  14. - system
  15. dependencies: []