Ansible roles: proxy_env, ssh, etc_hosts, libvirt released

1 minute read

Made some time to do some work for a few Ansible roles that I maintain. You’ll find the new releases below.

stafwag.proxy_env 2.1.0

An Ansible role to set up the proxy environment in the shell environment ( /etc/profile & /etc/csh_cshrc ) and the package manager. The following package managers are supported:

  • apt
  • pacman
  • pkgng
  • Suse (on Suse /etc/sysconfig/proxy is configured)
  • yum

playbook

stafwag.proxy_env 2.1.0 is available at:

Changelog

stafwag.proxy_env 2.1.0

  • Create pkg.conf on FreeBSD if not exists

  • Create pkg.conf on FreeBSD if not exists
  • Corrected ansible-lint errors
  • Clean up

stafwag.ssh 1.1.1

playbook

An ansible role to manage sshd/ssh

stafwag.ssh 1.1.1 is available at:

Changelog

stafwag.ssh 1.1.1

  • Corrected handler name
    • BUGFIX: Corrected handler name

stafwag.ssh 1.1.0

  • Corrected last ansible-lint errors
    • Corrected last ansible-lint errors
    • Example playbooks added
    • Documentation updated

stafwag.libvirt 2.1.0

playbook

An ansible role to install libvirt/KVM packages and enable the libvirtd service.

stafwag.libvirt 2.1.0 is available at:

Changelog

stafwag.libvirt 2.1.0

  • Update ArchLinux packages
    • update_ssh_known_hosts directive added to allow to update the ssh host key after the virtual machine is installed.
    • Documentation updated
    • Debug code added

stafwag.etc_hosts 1.1.1

playbook

An ansible role to manage /etc/hosts

stafwag.etc_hosts 1.1.1 is available at:

Changelog

stafwag.etc_hosts 1.1.1

  • CleanUp
    • Ansible-lint errors corrected
    • Documenation updated

Have fun!

Leave a comment