mirror of
https://github.com/ansible/awx.git
synced 2026-03-16 08:27:29 -02:30
Merge pull request #13200 from shanemcd/disable-work-signing
Disable work signing by default in dev env
This commit is contained in:
@@ -86,11 +86,13 @@
|
||||
command: openssl genrsa -out {{ work_sign_private_keyfile }} {{ receptor_rsa_bits }}
|
||||
args:
|
||||
creates: "{{ work_sign_private_keyfile }}"
|
||||
when: sign_work | bool
|
||||
|
||||
- name: Generate public RSA key for signing work
|
||||
command: openssl rsa -in {{ work_sign_private_keyfile }} -out {{ work_sign_public_keyfile }} -outform PEM -pubout
|
||||
args:
|
||||
creates: "{{ work_sign_public_keyfile }}"
|
||||
when: sign_work | bool
|
||||
|
||||
- name: Include LDAP tasks if enabled
|
||||
include_tasks: ldap.yml
|
||||
|
||||
Reference in New Issue
Block a user