chore: initial release #22

Merged
jon_nfc merged 54 commits from development into master 2024-02-21 09:07:13 +00:00
25 changed files with 725 additions and 9 deletions
Showing only changes of commit e4c6126136 - Show all commits

View File

@ -45,7 +45,9 @@ tags:
# collection label 'namespace.name'. The value is a version range
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies: {}
dependencies:
ansible.eda: '1.4.5'
community.mysql: '3.8.0'
# The URL of the originating SCM repository
repository: https://gitlab.com/nofusscomputing/projects/ansible/collections/phpipam_scan_agent

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
ansible-core==2.16.1
ansible-rulebook==1.0.5
PyMySQL==1.1.0
xmltodict==0.13.0