95e4f4877b
- Use dictionary for service group mappings, bringing the role into line with the method used in other roles; - Use systemd module instead of shell on the services restart handlers; - Use ansible package module to install distro packages; - Added variables for CentOS. The role should now support CentOS; - Removed extras folder. Change-Id: I5c8430804aacceca01c5821ca2528514033d15f4
5 lines
240 B
Django/Jinja
5 lines
240 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
D /var/lock/{{ item.value.service_name }} 2755 {{ sahara_system_user_name }} {{ sahara_system_group_name }}
|
|
D /var/run/{{ item.value.service_name }} 2755 {{ sahara_system_user_name }} {{ sahara_system_group_name }}
|