Skip to content

v1.6.1

Compare
Choose a tag to compare
@martbhell martbhell released this 12 Sep 06:38
· 749 commits to master since this release

General Updates

local.yml (for ansible-pull) now has the systemd-journal role added.

If the git-mirror on the install node is not mirroring the systemd-journal role (added on Tuesday 6/9/2016) ansible-pull will stop working until it is. One way of adding it is with a git pull and tools/pullReqs.sh in the fgci-ansible repo.

New Roles

  • hosts-int: populate /etc/hosts with all the hosts from the ansible inventory. Not in ansible-pull yet. #151

Role Updates

  • nfs_mount: optionally use the ansible mount module instead of lineinfile (which remains the default) 1