Releases: caktus/tequila-common
Releases · caktus/tequila-common
v0.9.2
v0.9.1
- Consistently use the
recommended module:options format <https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html#action-shorthand>
_
for all tasks. - Change
include
toinclude_tasks
. - Fix search to be more specific for whether project user exists in /etc/ssh/sshrc.
- Requires at least Ansible 2.4
v 0.9.0
- Fix for Ansible 2.7.9: include direction on ufw tasks. (Became required in Ansible 2.7.8 or 2.7.9, not documented yet but see ansible/ansible#53854)
v0.8.9
v0.8.8
v 0.8.8 on Aug 9, 2018
- Fix for sftp: add --quiet to grep in /etc/sshrc.
v 0.8.7 on Aug 9, 2018
- Fix for ssh agent forwarding: don't use setfacl on the socket unless
the project user exists.
v 0.8.6 on Jul 30, 2018
- Some changes to help with ssh agent forwarding.
v0.8.6
v0.8.5 - add project_user separate from project_name
- Configure the project user separately from the project name, as
tequila-django does.
Revert the hostname setting task
Update CHANGES.rst Bump the date of the new release.
v0.8.3: Merge pull request #9 from caktus/TEQ-18-set-hostnames
Set the hostname from the inventory file
v0.8.2: Merge pull request #6 from caktus/add-sphinx-docs
Add sphinx docs