Releases: ahmadalli/ansible
Releases · ahmadalli/ansible
Release 0.7.3
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
Features
keepalived
now accepts multiple configurations (likefirewalld
)keepalived_vrrp_instances
haspriority
attribute now (which can replacekeepalived_vrrp_instance_priorities
)
Release 0.7.1
Bugfixes
- fix missing fact
Release 0.7.0
Features
- add
facts
tag toset_fact
tasks
Release 0.6.1
Bug Fixes
- adds required readme files
Release 0.6.0
Features
utils/os/package/manager
now supportsdeb
besidesname
percona/xtradb/install
role installs percona xtradb 8.0percona/xtradb/configure
prepares the basic configurations for the pxc cluster
Release 0.5.3
Features
docker/compose
now checks the checksum of the filedocker/compose
now acceptsdocker_compose_version
Release 0.5.1
Features
- you can add dummy test to
firewalld_xxx_configure
array values (e.g. havingfirewalld_default_zone_interfaces
andfirewalld_default_zone_interfaces_groupx
) and the role would merge the arrays and uses all of them.
Release 0.5.0
Features
docker/compose
role would install docker-compose and its bash completion
Release 0.4.1
Features
- users can set
firewalld_servoce_xxx
in order to configure thexxx
service.hash_behavior=merge
is not necessary anymore in order to share firewall services between groups and hosts firewalld_zones
is removed andfirewalld_zone_xxx_setup: true
must be present in order to setupxxx
zone. this has two perks:- firewalld zones can be shared between groups and hosts
- default zones will skip the setup process resulting in faster role execution