now done
This commit is contained in:
parent
f27748fedd
commit
0febd7ec08
@ -8,7 +8,7 @@ all:
|
||||
ansible_winrm_transport: ntlm
|
||||
ansible_port: 5985
|
||||
vars:
|
||||
devops_env: IDEV
|
||||
devops_env: QA
|
||||
ssl_ciphers:
|
||||
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
||||
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384_P384
|
||||
|
@ -84,6 +84,8 @@
|
||||
name: DL_ISG_WEB
|
||||
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
|
||||
ansible.windows.win_acl:
|
||||
path: "{{ item.path }}"
|
||||
@ -104,3 +106,4 @@
|
||||
- user: Administrators
|
||||
path: C:\Logs
|
||||
rights: FullControl
|
||||
when: devops_env is in ['QA', 'PROD', 'TRN']
|
||||
|
Loading…
Reference in New Issue
Block a user