Commit ab195c64 by Edward Zarecor

updating tags

parent 5ecf02aa
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
command: /usr/sbin/aa-complain "/etc/apparmor.d/code.jail.{{ item.QUEUE_CONFIG.HANDLERS[0].CODEJAIL.name }}" command: /usr/sbin/aa-complain "/etc/apparmor.d/code.jail.{{ item.QUEUE_CONFIG.HANDLERS[0].CODEJAIL.name }}"
with_items: XQWATCHER_COURSES with_items: XQWATCHER_COURSES
tags: tags:
- disable-install - manage
- disable-install:base - manage:sandbox
- name: create jail virtualenv - name: create jail virtualenv
shell: > shell: >
...@@ -83,12 +83,14 @@ ...@@ -83,12 +83,14 @@
service: name=apparmor state=started service: name=apparmor state=started
tags: tags:
- manage - manage
- manage:sandbox
- name: load code sandbox profile - name: load code sandbox profile
command: apparmor_parser -r "/etc/apparmor.d/code.jail.{{ item.QUEUE_CONFIG.HANDLERS[0].CODEJAIL.name }}" command: apparmor_parser -r "/etc/apparmor.d/code.jail.{{ item.QUEUE_CONFIG.HANDLERS[0].CODEJAIL.name }}"
with_items: XQWATCHER_COURSES with_items: XQWATCHER_COURSES
tags: tags:
- manage - manage
- manage:sandbox
# #
# Leaves aa in either complain or enforce depending upon the value of the # Leaves aa in either complain or enforce depending upon the value of the
...@@ -101,11 +103,13 @@ ...@@ -101,11 +103,13 @@
# AA having issues on 14.04 # AA having issues on 14.04
# https://github.com/edx/codejail/issues/38 # https://github.com/edx/codejail/issues/38
tags: tags:
- removed - manage
- manage:sandbox
- name: put code sandbox into aa-enforce - name: put code sandbox into aa-enforce
command: /usr/sbin/aa-enforce "/etc/apparmor.d/code.jail.{{ item.QUEUE_CONFIG.HANDLERS[0].CODEJAIL.name }}" command: /usr/sbin/aa-enforce "/etc/apparmor.d/code.jail.{{ item.QUEUE_CONFIG.HANDLERS[0].CODEJAIL.name }}"
when: not CODE_JAIL_COMPLAIN|bool when: not CODE_JAIL_COMPLAIN|bool
with_items: XQWATCHER_COURSES with_items: XQWATCHER_COURSES
tags: tags:
- removed - manage
- manage:sandbox
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment