Skip to content

Releases: ahmadalli/ansible

Release 0.7.3

23 Feb 20:36
Compare
Choose a tag to compare

Bugfixes

  • on opennebula/node/setup role, netfilter sysctls doesn't persist after reboot on ubuntu 20.04 because /etc/sysctl.d/bridge-nf-call.conf has more priority. This was fixed by storing sysctl configs on /etc/sysctl.d/0-opennebula-bridge-nf-call.conf

Release 0.7.2

19 Feb 07:23
Compare
Choose a tag to compare

Features

  • keepalived now accepts multiple configurations (like firewalld)
  • keepalived_vrrp_instances has priority attribute now (which can replace keepalived_vrrp_instance_priorities)

Release 0.7.1

08 Feb 18:03
Compare
Choose a tag to compare

Bugfixes

  • fix missing fact

Release 0.7.0

08 Feb 17:49
Compare
Choose a tag to compare

Features

  • add facts tag to set_fact tasks

Release 0.6.1

28 Jan 16:50
Compare
Choose a tag to compare

Bug Fixes

  • adds required readme files

Release 0.6.0

28 Jan 16:45
Compare
Choose a tag to compare

Features

  • utils/os/package/manager now supports deb besides name
  • percona/xtradb/install role installs percona xtradb 8.0
  • percona/xtradb/configure prepares the basic configurations for the pxc cluster

Release 0.5.3

24 Jan 09:57
Compare
Choose a tag to compare

Features

  • docker/compose now checks the checksum of the file
  • docker/compose now accepts docker_compose_version

Release 0.5.1

23 Jan 09:14
Compare
Choose a tag to compare

Features

  • you can add dummy test to firewalld_xxx_configure array values (e.g. having firewalld_default_zone_interfaces and firewalld_default_zone_interfaces_groupx) and the role would merge the arrays and uses all of them.

Release 0.5.0

22 Jan 15:44
Compare
Choose a tag to compare

Features

  • docker/compose role would install docker-compose and its bash completion

Release 0.4.1

22 Jan 14:44
Compare
Choose a tag to compare

Features

  • users can set firewalld_servoce_xxx in order to configure the xxx service. hash_behavior=merge is not necessary anymore in order to share firewall services between groups and hosts
  • firewalld_zones is removed and firewalld_zone_xxx_setup: true must be present in order to setup xxx zone. this has two perks:
    1. firewalld zones can be shared between groups and hosts
    2. default zones will skip the setup process resulting in faster role execution