{"id":18338281,"url":"https://github.com/ngine-io/ansible-collection-cloudstack","last_synced_at":"2025-04-06T05:31:43.025Z","repository":{"id":37267209,"uuid":"235824788","full_name":"ngine-io/ansible-collection-cloudstack","owner":"ngine-io","description":"CloudStack Ansible Collections","archived":false,"fork":false,"pushed_at":"2024-12-02T09:41:36.000Z","size":489,"stargazers_count":23,"open_issues_count":26,"forks_count":32,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-21T17:56:34.973Z","etag":null,"topics":["ansible","ansible-collection","ansible-collections","cloudstack"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/ngine_io/cloudstack","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngine-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["resmo"],"custom":["paypal.me/resmo"]}},"created_at":"2020-01-23T15:31:29.000Z","updated_at":"2025-02-05T07:53:01.000Z","dependencies_parsed_at":"2023-12-11T14:35:42.972Z","dependency_job_id":"fdf1281e-682a-450b-a171-a441171b7ea6","html_url":"https://github.com/ngine-io/ansible-collection-cloudstack","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngine-io%2Fansible-collection-cloudstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngine-io%2Fansible-collection-cloudstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngine-io%2Fansible-collection-cloudstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngine-io%2Fansible-collection-cloudstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngine-io","download_url":"https://codeload.github.com/ngine-io/ansible-collection-cloudstack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247440345,"owners_count":20939221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-collection","ansible-collections","cloudstack"],"created_at":"2024-11-05T20:13:37.387Z","updated_at":"2025-04-06T05:31:41.483Z","avatar_url":"https://github.com/ngine-io.png","language":"Python","funding_links":["https://github.com/sponsors/resmo","paypal.me/resmo"],"categories":[],"sub_categories":[],"readme":"![Collection integration](https://github.com/ngine-io/ansible-collection-cloudstack/workflows/Collection%20integration/badge.svg)\n [![Codecov](https://img.shields.io/codecov/c/github/ngine-io/ansible-collection-cloudstack)](https://codecov.io/gh/ngine-io/ansible-collection-cloudstack)\n[![License](https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg)](LICENSE)\n\n# Ansible Collection for Apache CloudStack Clouds\n\nThis collection provides a series of Ansible modules and plugins for interacting with the [Apache CloudStack](https://cloudstack.apache.org) Cloud.\n\n## Requirements\n\n- ansible version \u003e= 2.9\n\n## Installation\n\nTo install the collection hosted in Galaxy:\n\n```bash\nansible-galaxy collection install ngine_io.cloudstack\n```\n\nTo upgrade to the latest version of the collection:\n\n```bash\nansible-galaxy collection install ngine_io.cloudstack --force\n```\n\n## Usage\n\n### Playbooks\n\nTo use a module from Apache CloudStack collection, please reference the full namespace, collection name, and modules name that you want to use:\n\n```yaml\n---\n- name: Using Apache CloudStack collection\n  hosts: localhost\n  tasks:\n    - ngine_io.cloudstack.instance:\n      ...\n```\n\nOr you can add full namepsace and collecton name in the `collections` element:\n\n```yaml\n---\n- name: Using Apache CloudStack collection\n  hosts: localhost\n  collections:\n    - ngine_io.cloudstack\n  tasks:\n    - instance:\n      ...\n```\n\n### Roles\n\nFor existing Ansible roles, please also reference the full namespace, collection name, and modules name which used in tasks instead of just modules name.\n\n### Plugins\n\nTo use a plugin, please reference the full namespace, collection name, and plugin name that you want to use:\n\n```yaml\nplugin: ngine_io.cloudstack.instance\n```\n\n## Contributing\n\nThere are many ways in which you can participate in the project, for example:\n\n- Submit bugs and feature requests, and help us verify as they are checked in\n- Review source code changes\n- Review the documentation and make pull requests for anything from typos to new content\n- If you are interested in fixing issues and contributing directly to the code base, please see the [CONTRIBUTING](CONTRIBUTING.md) document.\n\n## Run tests\n\nActivate env setup of ansible core:\n\n```\ngit clone git@github.com:ansible/ansible.git\ncd ansible\nsource hacking/env-setup\n```\n\nClone the repo:\n\n```\ngit clone git@github.com:ngine-io/ansible-collection-cloudstack.git\ncd ansible-collection-cloudstack\n```\n\nRun tests in docker with cloudstack simulator:\n```\n# All tests (note the trailing slash in `cloud/cs/`)\nansible-test integration --docker --color --diff -v cloud/cs/\n\n# One test e.g. cs_instance (note no trailing slash in `cloud/cs/cs_instance`)\nansible-test integration --docker --color --diff -v cloud/cs/cs_instance\n\n# Run tests for code you changed\nansible-test integration --docker --color --diff -v --changed cloud/cs/\n```\n\n## License\n\nGNU General Public License v3.0\n\nSee [COPYING](COPYING) to see the full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngine-io%2Fansible-collection-cloudstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngine-io%2Fansible-collection-cloudstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngine-io%2Fansible-collection-cloudstack/lists"}