0a975ae4af4eb8c5299bc7239d9be9010bdaeef9
The value of the `shlib_directory` is dependent the system architecture. Specifically, x86_64 machines use `/usr/lib64/postfix`, while everything else uses `/usr/lib/postfix`. This role was originally deployed on a Raspberry Pi, so the original path was correct. Attempting to deploy it on an x86_64 machine revealed the error. This commit adds a new task that loads a variables file based on the architecture. Each option defines an `arch_libdir` variable, which can be expanded in the `postfix_shlib_directory` variable as needed.
Description
Ansible configuration policy for the private network/home lab of Dustin C. Hatch
http://dustin.hatch.name/
Languages
Jinja
86.2%
Python
6.6%
Shell
4.6%
Groovy
2.6%