diff --git a/ansible-bootstrap/configure.yml b/ansible-bootstrap/configure.yml index 9d48b25..35f5448 100644 --- a/ansible-bootstrap/configure.yml +++ b/ansible-bootstrap/configure.yml @@ -67,3 +67,6 @@ - name: Copy plugins shell: cp -Rf /opt/rundeck-plugins/* /var/lib/rundeck/libext/ && chown -R rundeck:rundeck /var/lib/rundeck/libext + +- name: Configure System ACLS + shell: install -o root -g rundeck --mode=0640 /config/acls/*.aclpolicy /etc/rundeck/ || true