Dustin C. Hatch 0a975ae4af roles/postfix: Vary shlib directory by arch
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.
2018-08-07 19:51:09 -05:00
2018-08-01 22:13:53 -05:00
2018-08-01 22:11:40 -05:00
2018-06-04 20:03:55 -05:00
2018-01-29 15:11:07 -06:00
2018-01-29 15:11:07 -06:00
2018-05-19 10:20:22 -05:00
2018-04-08 12:20:03 -05:00
2018-01-29 15:03:45 -06:00
2018-03-27 20:44:43 -05:00
2018-07-01 15:19:20 -05:00
2018-07-01 15:16:39 -05:00
2018-06-06 21:45:36 -05:00
2018-04-08 10:11:43 -05:00
2018-08-04 11:31:40 -05:00
2018-03-27 20:44:43 -05:00
2018-07-23 17:35:10 -05:00
Description
Ansible configuration policy for the private network/home lab of Dustin C. Hatch
http://dustin.hatch.name/
7.7 MiB
Languages
Jinja 86.2%
Python 6.6%
Shell 4.6%
Groovy 2.6%