bzr - Deploy software (or files) from bzr branches

Author:André Paramés

Synopsis

New in version 1.1.

Manage bzr branches to deploy files or software.

Options

parameter required default choices comments
dest yes
    Absolute path of where the branch should be cloned to.
    executable no
      Path to bzr executable to use. If not supplied, the normal mechanism for resolving binary paths will be used. (added in Ansible 1.4)
      force no yes
      • yes
      • no
      If yes, any modified files in the working tree will be discarded.
      name yes
        SSH or HTTP protocol address of the parent branch.
        version no head
          What version of the branch to clone. This can be the bzr revno or revid.

          Examples


          # Example bzr checkout from Ansible Playbooks
          - bzr: name=bzr+ssh://foosball.example.org/path/to/branch dest=/srv/checkout version=22

          Table Of Contents

          Previous topic

          Source Control Modules

          Next topic

          git - Deploy software (or files) from git checkouts