Source Control modules¶
- bzr – Deploy software (or files) from bzr branches
- git – Deploy software (or files) from git checkouts
- git_config – Read and write git configuration
- github_deploy_key – Manages deploy keys for GitHub repositories
- github_hooks – Manages GitHub service hooks (D)
- github_issue – View GitHub issue
- github_key – Manage GitHub access keys
- github_release – Interact with GitHub Releases
- github_webhook – Manage GitHub webhooks
- github_webhook_info – Query information about GitHub webhooks
- gitlab_deploy_key – Manages GitLab project deploy keys
- gitlab_group – Creates/updates/deletes GitLab Groups
- gitlab_hook – Manages GitLab project hooks
- gitlab_project – Creates/updates/deletes GitLab Projects
- gitlab_project_variable – Creates/updates/deletes GitLab Projects Variables
- gitlab_runner – Create, modify and delete GitLab Runners
- gitlab_user – Creates/updates/deletes GitLab Users
- hg – Manages Mercurial (hg) repositories
- subversion – Deploys a subversion repository
Bitbucket¶
Note
- (D): This marks a module as deprecated, which means a module is kept for backwards compatibility but usage is discouraged. The module documentation details page may explain more about this rationale.