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.
- github_issue – View GitHub issue.
- github_key – Manage GitHub access keys.
- github_release – Interact with GitHub Releases
- gitlab_deploy_key – Manages GitLab project deploy keys.
- gitlab_group – Creates/updates/deletes Gitlab Groups
- gitlab_hooks – Manages GitLab project hooks.
- gitlab_project – Creates/updates/deletes Gitlab Projects
- gitlab_user – Creates/updates/deletes Gitlab Users
- hg – Manages Mercurial (hg) repositories
- subversion – Deploys a subversion repository
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.