taskotron-stg: set the selinux fcontext type for the buildmaster_home

This commit is contained in:
Martin Krizek 2016-12-15 14:01:24 +00:00
parent 5c98294ee5
commit bb8b90aba4

View file

@ -36,7 +36,7 @@
- name: set the selinux fcontext type for the buildmaster_home to var_lib_t
command: semanage fcontext -a -t var_lib_t "{{ buildmaster_home }}(/.*)?"
when: deployment_type in ['dev', 'qa-stg']
when: deployment_type in ['dev', 'stg', 'qa-stg']
- name: add the buildmaster user
user: name={{ buildmaster_user }} home={{ buildmaster_home }}