Skip to content

Commit

Permalink
Galaxy prep (#3)
Browse files Browse the repository at this point in the history
* Add files for pipeline to push to galaxy

* Lint issues

* Add ansible-lint

* exclude plugins dir

* lint issue

* Minor readme update

* pin ansible-lint version

* pin ansible-lint version fix typo

* pin ansible-lint version

* Fix version number build issue
  • Loading branch information
steven-schattenberg-itential authored Nov 5, 2024
1 parent 8ba390b commit 01992f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main # or version tag instead of 'main'
uses: ansible/ansible-lint@v24.9.2 # or version tag instead of 'main'
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ encounter any problems using this collection, please open an issue
For additional details please consult the Itential Community Guide found
[here](CONTRIBUTING.md)


## Code of Conduct

This project is managed by the Itential community and sponsered by Itential and
Expand Down
17 changes: 14 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tags:

# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# (specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies: {}

Expand All @@ -57,7 +57,7 @@ repository: https://github.com/itential/itential.core
documentation: https://github.com/itential/itential.core

# The URL to the homepage of the collection/project
homepage: https://www.itential.com
homepage: https://github.com/itential/itential.core

# The URL to the collection issue tracker
issues: https://github.com/itential/itential.core/issues
Expand All @@ -66,7 +66,18 @@ issues: https://github.com/itential/itential.core/issues
# 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. Mutually exclusive with 'manifest'
build_ignore: []
build_ignore:
- .gitignore
- .gitlab-ci.yml
- ansible.cfg
- '*.log'
- '*.bin'
- '*.whl'
- '*.tgz'
- '*.gz'
- '*.pem'
- '*.cert'
- scripts

# A dict controlling use of manifest directives used in building the collection artifact. The key 'directives' is a
# list of MANIFEST.in style
Expand Down

0 comments on commit 01992f7

Please sign in to comment.