Skip to content

Latest commit

 

History

History
90 lines (51 loc) · 2.01 KB

CHANGES.rst

File metadata and controls

90 lines (51 loc) · 2.01 KB

Changelog

debops.debops

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer is drybjed.

Fixed

  • Fix sudo behaviour when debops__install_systemwide is enabled. [ganto]
  • Don't trigger role update handler when debops__update_method is sync. [ganto]
  • Only install system-wide debops.cfg if requested. [ganto]
  • Update documentation. [drybjed]

Added

  • Add support for installing Ansible from git source using a bootstrap script. [drybjed]

Fixed

  • Rename forgotten variable names in handlers. [drybjed]

Added

  • Add support for Ansible installation from Debian Backports. [ganto]
  • Add support for cloning or initializing a new DebOps project. [ganto]
  • Add update method 'sync' for roles and playbooks. [ganto]

Changed

  • Change variable prefix from debops_ to debops__. [ganto]
  • Fix DebOps installation for local user. [ganto]

debops.debops v0.1.0 - 2015-10-28

Added

  • Add Changelog. [drybjed]

Changed

  • Rewrite the role to install debops package from PyPI instead of cloned repository. [drybjed]
  • Install DebOps playbooks and roles in the background using handlers. [drybjed]
  • Update documentation. [drybjed]