Skip to content

[WIP] Add community.proxmox to Ansible 11 and 12 #548

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
1 change: 1 addition & 0 deletions 11/ansible-11.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ community.mysql: >=3.10.0,<4.0.0
community.network: >=5.1.0,<6.0.0
community.okd: >=4.0.0,<5.0.0
community.postgresql: >=3.7.0,<4.0.0
community.proxmox: >=1.0.0,<2.0.0
community.proxysql: >=1.6.0,<2.0.0
community.rabbitmq: >=1.3.0,<2.0.0
community.routeros: >=3.0.0,<4.0.0
Expand Down
1 change: 1 addition & 0 deletions 11/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ community.mysql
community.network
community.okd
community.postgresql
community.proxmox
community.proxysql
community.rabbitmq
community.routeros
Expand Down
2 changes: 2 additions & 0 deletions 11/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ collections:
repository: https://github.com/openshift/community.okd
community.postgresql:
repository: https://github.com/ansible-collections/community.postgresql
community.proxmox:
repository: https://github.com/ansible-collections/community.proxmox
community.proxysql:
repository: https://github.com/ansible-collections/community.proxysql
community.rabbitmq:
Expand Down
1 change: 1 addition & 0 deletions 12/ansible-12.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ community.mongodb: >=1.7.0,<2.0.0
community.mysql: >=3.13.0,<4.0.0
community.okd: >=4.0.0,<5.0.0
community.postgresql: >=4.0.0,<5.0.0
community.proxmox: >=1.0.0,<2.0.0
community.proxysql: >=1.6.0,<2.0.0
community.rabbitmq: >=1.4.0,<2.0.0
community.routeros: >=3.6.0,<4.0.0
Expand Down
1 change: 1 addition & 0 deletions 12/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ community.mongodb
community.mysql
community.okd
community.postgresql
community.proxmox
community.proxysql
community.rabbitmq
community.routeros
Expand Down
2 changes: 2 additions & 0 deletions 12/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ collections:
repository: https://github.com/openshift/community.okd
community.postgresql:
repository: https://github.com/ansible-collections/community.postgresql
community.proxmox:
repository: https://github.com/ansible-collections/community.proxmox
community.proxysql:
repository: https://github.com/ansible-collections/community.proxysql
community.rabbitmq:
Expand Down
Loading