Martin Migasiewicz
80cd8329e0
launchd: new module to control services on macOS hosts ( #305 )
2020-07-22 16:54:58 +03:00
Felix Fontein
7ac467a359
Restore removed google modules ( #675 )
...
* Revert "Remove entries of modules that no longer exist." partially.
This reverts commit c1e1b37da4
.
* Revert "The _info module is in google.cloud."
This reverts commit 26f5c84924
.
* Revert "Remove modules that were moved to the google.cloud collection according to ansible/ansible's ansible_builtin_runtime.yml."
This reverts commit a1442ccc35
.
* Fix FQCNs in examples and module references.
* Add changelog fragment.
* Update ignore.txt.
* Remove bad lines.
2020-07-21 07:45:32 +01:00
ekaulberg
7f76d8aff4
Remove old infini modules to prepare for collection implementation ( #607 )
...
* Removed old infini modules, added redirects to new collection.
* Fix key names.
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-07-10 21:08:09 +02:00
Ben Mildren
f420e8f02e
Migrating MySQL to community.mysql ( #633 )
...
* Migrating MySQL to community.mysql
* Added PR to changelog
* Removed missed tests
* Removed missed changelog fragments
* Update meta/runtime.yml
Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-07-10 18:54:04 +02:00
Felix Fontein
c1b5b51366
Remove DigitalOcean modules (moved to community.digitalocean) ( #622 )
...
* Remove DigitalOcean modules.
* Remove inventory scripts.
2020-07-07 16:41:16 +02:00
Ben Mildren
25aec0d712
migrating ProxySQL to community.proxysql ( #624 )
...
* migrating ProxySQL to community.proxysql
* Added PR to changelog
* Removed symlinks, fixed grammer in changelog fragment
* Fixed typo
* Added redirects to meta/runtime.yml
* Added docs_fragment redirect to meta/runtime.yml
Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
2020-07-07 13:38:54 +01:00
Felix Fontein
786f082976
Run tests with Ansible 2.9 as well ( #296 )
...
* Run some tests with Ansible 2.9. No need to run extra tests multiple times.
* Update ignore-2.9.txt.
* Adjust README.
* Add changelog fragment.
2020-07-02 13:40:16 +02:00
Felix Fontein
5269213907
Deprecate logicmonitor and logicmonitor_facts ( #541 )
...
* Deprecate logicmonitor and logicmonitor_facts.
* Remove modules instead of deprecating them.
* Remove bad entry from BOTMETA.
* Remove ignore.txt entries.
2020-06-23 15:55:59 +02:00
Felix Fontein
397920c7a2
Forgot to update ignore.txt. ( #370 )
2020-05-19 19:55:38 +02:00
Patrick Humpal
196d3205ca
Use api v4 for airbrake deploy notices ( #124 )
...
* Use api v4 for airbrake deploy notices
* fix invalid deprecated version
changes 2.14 to 2.12
* revert
* ignore it
2020-05-17 09:42:08 +02:00
Felix Fontein
85cbc27427
Improve Ansible 2.9 compatibility ( #306 )
...
* Adjust ignore-2.9.txt.
* Workaround for load_file_common_arguments's path option (similar to ansible-collections/community.crypto#14 ).
* Add changelog.
2020-05-08 14:38:23 +01:00
René Moser
ec52007c8d
cloudstack migrated to dedicated collection ngine_io.cloudstack ( #173 )
...
* cloudstack migrated to dedicated collection ngine_io.cloudstack
* remove leftovers
* remove more leftovers
2020-04-14 07:33:10 +02:00
René Moser
6ccf3682ac
vultr migrated to dedicated collection ngine_io.vultr ( #172 )
...
* vultr migrated to dedicated collection ngine_io.vultr
* remove leftover dead symlink
2020-04-13 20:35:34 +02:00
Abhijeet Kasurde
dccd998be0
Moved OpenStack inventory script to OpenStack collection ( #160 )
...
Moved Openstack inventory script to OpenStack Collection at
https://opendev.org/openstack/ansible-collections-openstack
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-04-13 12:44:25 +02:00
Sloane Hertel
11ef03e9dd
Remove the params module option from ldap_attr and ldap_entry ( #113 )
...
* Remove the params module option from ldap_attr and ldap_entry
Module options that circumvent Ansible's option handling were disallowed
in:
https://meetbot.fedoraproject.org/ansible-meeting/2017-09-28/ansible_dev_meeting.2017-09-28-15.00.log.html
Additionally, this particular usage can be insecure if bind_pw is set
this way as the password could end up in a logfile or displayed on
stdout.
Fixes CVE-2020-1746
* Remove checking the version of Ansible
Fix fail_json
* Apply suggestions from code review
Co-Authored-By: Felix Fontein <felix@fontein.de>
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-04-06 18:13:04 +02:00
Matt Martz
d9420f88bc
Migrate apt_repo to community.general ( #102 )
...
* Migrate apt_repo to community.general
* nuke version_added
Co-Authored-By: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2020-04-02 17:50:13 +02:00
Felix Fontein
be191cce6c
Move modules and module_utils unit tests to correct place ( #81 )
...
* Move modules and module_utils unit tests to correct place.
* Update ignore.txt
* Fix imports.
* Fix typos.
* Fix more typos.
2020-03-31 10:42:38 +02:00
Felix Fontein
6172e56b62
Fix netapp modules ( #76 )
...
* Replace missing netapp parts with own copy.
* Localize final fragment.
* Mark netapps docs fragment as deprecated.
* Drop dependency on netapp.ontap.
* Remove all netapp_e_* modules.
* Remove docs fragment.
2020-03-31 09:41:29 +02:00
Felix Fontein
027ffcae56
Fix more tests ( #66 )
...
* Fix permissions.
* Fix more FQCNs.
* Adjust more ansible_pkg_mgr usages.
* Fix plugin FQCN.
* Change port 12345 -> 12347.
* Print port usage first.
* Support both short and long name.
* Revert "Print port usage first."
This reverts commit ea1dbc60f08a2664a8b01abba7aa7610bc2a23f1.
* Revert "Change port 12345 -> 12347."
This reverts commit cbc13510ee9f855110b4134517b2a548745a1fb0.
* Fix cleanup.
* Add more FQCNs.
* Allow short name as well.
ci_complete
* Add remaining ignore.txt entries for ipaddress.
* Remove kubevirt ignore.txt entries.
* Added missing entries, and sorted.
* Remove superfluous fact gathering.
* Fix FQCNs.
* Temporarily disable supervisorctl (fails on OSX because socket path is too long)
* Add missing file.
* Fix permissions.
ci_complete
2020-03-30 11:06:48 +02:00
Felix Fontein
66267a50b3
Forgot entry in ignore.txt for module_utils/compat/ipaddress.py ( #62 )
2020-03-29 11:19:16 +02:00
Felix Fontein
07ecfc940c
Fix imports, part 2 ( #42 )
...
* Recover missing netapp.ontap module doc fragments from ansible/ansible@pre-ansible-base.
* Fix PEP8 issues.
* Remove netbox empty files, and test which shouldn't be here.
* Add forgotten file for kubevirt tests.
* Fix unit test imports.
* ansible/ansible#68415 has been fixed.
* Clean up/rearrange imports.
* Update ignore.txt, fix boilerplate.
* Netapp docs fragment: fix spacing
* Forgot to adjust kubevirt tests.
2020-03-25 11:43:51 +00:00
Dusan Matejka
24405289fe
removing zabbix modules and their references due to migration to a dedicated collection ( #11 )
2020-03-16 10:55:34 +00:00
Ansible Core Team
aebc1b03fd
Initial commit
2020-03-09 09:11:07 +00:00