Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating license and ansible min to match everywhere #370

Merged
merged 4 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ More information about contributing can be found in our [Contribution Guidelines

GNU General Public License v3.0 or later.

See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.
See [LICENSE](LICENSE) to see the full text.

All content in this folder is licensed under the same license as Ansible,
which is the same as license that applied before when the base for this
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.9.10'
requires_ansible: '>=2.14.0'
plugin_routing:
modules:
ah_ee_namespace:
Expand Down
6 changes: 6 additions & 0 deletions plugins/module_utils/ah_module.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/python
# coding: utf-8 -*-

# (c) 2020, Sean Sullivan <@sean-m-sullivan>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function

__metaclass__ = type
Expand Down
2 changes: 1 addition & 1 deletion roles/ansible_config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ automation_hub_list:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/ansible_config/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ah_collections:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/collection/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/collection_remote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ ah_collection_remotes:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)
4 changes: 2 additions & 2 deletions roles/collection_remote/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.11"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/collection_repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ ah_collection_repositories:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)
4 changes: 2 additions & 2 deletions roles/collection_repository/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.11"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/collection_repository_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ ah_collection_repositories:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)
4 changes: 2 additions & 2 deletions roles/collection_repository_sync/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.11"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/dispatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ This also speeds up the overall role. Each individual role has its own variable

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/dispatch/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "MIT"
license: GPL-3.0-or-later

min_ansible_version: "2.8"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ah_ee_images:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/ee_image/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ah_ee_namespaces:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/ee_namespace/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ah_ee_registries:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/ee_registry/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry_index/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ah_ee_registries:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/ee_registry_index/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_registry_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ah_ee_registries:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/ee_registry_sync/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ah_ee_repositories:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/ee_repository/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/ee_repository_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ah_ee_repositories:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/ee_repository_sync/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ah_groups:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/group/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/group_roles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ ah_group_roles:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/group_roles/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ ah_namespaces:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/namespace/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ah_auto_approve: true

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/publish/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
2 changes: 1 addition & 1 deletion roles/repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ ah_repositories:

## License

[GPLv3+](https://github.com/redhat-cop/ah_configuration#licensing)
[GPLv3+](https://github.com/ansible/galaxy_collection#licensing)

## Author

Expand Down
4 changes: 2 additions & 2 deletions roles/repository/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ galaxy_info:
# If the issue tracker for your role is not on github, uncomment the
# next line and provide a value
# issue_tracker_url: http://example.com/issue/tracker
license: "GPLv3+"
license: GPL-3.0-or-later

min_ansible_version: "2.9"
min_ansible_version: 2.14.0

# Optionally specify the branch Galaxy will use when accessing the GitHub
# repo for this role. During role install, if no tags are available,
Expand Down
Loading
Loading