This commit is contained in:
Price Hiller 2022-09-18 22:48:41 -05:00
parent f27748fedd
commit 0febd7ec08
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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']