Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
galaxy.yml 1.03 KiB
Newer Older
  • Learn to ignore specific revisions
  • namespace: lydra
    name: yunohost
    
    readme: README.md
    authors:
    
    - Lydra (<support@lydra.fr>)
    
    description: Yunohost related Roles and Modules
    license_file: 'LICENSE'
    tags:
      - yunohost
      - cloud
      - web
    
    repository: https://github.com/LydraFr/ansible-yunohost
    documentation: https://github.com/LydraFr/ansible-yunohost/blob/main/README.md
    homepage: https://github.com/LydraFr/ansible-yunohost
    issues: https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/issues
    # A list of file glob-like patterns used to filter any files or directories that should not be included in the build
    # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
    # uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
    
    # and '.git' are always filtered. 
    # More info https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_distributing.html#ignoring-files-and-folders
    build_ignore:
    - .git*
    - .yamllint.yml
    - Pip*
    - .vscode