now done
This commit is contained in:
parent
f27748fedd
commit
0febd7ec08
@ -8,7 +8,7 @@ all:
|
|||||||
ansible_winrm_transport: ntlm
|
ansible_winrm_transport: ntlm
|
||||||
ansible_port: 5985
|
ansible_port: 5985
|
||||||
vars:
|
vars:
|
||||||
devops_env: IDEV
|
devops_env: QA
|
||||||
ssl_ciphers:
|
ssl_ciphers:
|
||||||
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
||||||
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P384
|
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P384
|
||||||
|
@ -84,6 +84,8 @@
|
|||||||
name: DL_ISG_WEB
|
name: DL_ISG_WEB
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
# TODO: Determine adding group to another group? Ask Monique, not sure what this means.
|
||||||
|
|
||||||
- name: Ensure ISG Team & Admin Have Proper Log Permissions
|
- name: Ensure ISG Team & Admin Have Proper Log Permissions
|
||||||
ansible.windows.win_acl:
|
ansible.windows.win_acl:
|
||||||
path: "{{ item.path }}"
|
path: "{{ item.path }}"
|
||||||
@ -104,3 +106,4 @@
|
|||||||
- user: Administrators
|
- user: Administrators
|
||||||
path: C:\Logs
|
path: C:\Logs
|
||||||
rights: FullControl
|
rights: FullControl
|
||||||
|
when: devops_env is in ['QA', 'PROD', 'TRN']
|
||||||
|
Loading…
Reference in New Issue
Block a user