File tree 5 files changed +38
-29
lines changed
5 files changed +38
-29
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ psm_exists: false
13
13
psm_hardened : false
14
14
psm_registered : false
15
15
16
- psm_service_name : " Cyber-Ark Privileged Session Manager"
16
+ psm_service_name : " CyberArk Privileged Session Manager"
17
17
18
18
psm_base_bin_drive : " C:"
19
19
psm_extract_folder : " {{ psm_base_bin_drive }}\\ Cyberark\\ packages"
Original file line number Diff line number Diff line change 1
1
---
2
2
# tasks file for psm prerequisities
3
3
4
+ - name : Install .NET Framework 4.8
5
+ win_chocolatey :
6
+ name : dotnetfx
7
+ state : present
8
+ register : dotnetfx_response
9
+
10
+ - name : Reboot host if required
11
+ win_reboot :
12
+ reboot_timeout : 300
13
+ when : dotnetfx_response.rc == 3010
14
+
4
15
- name : Update NLA & UpdateRDSSecurityLayer installation
5
16
win_shell : |
6
17
try
Original file line number Diff line number Diff line change 7
7
- name : Get roles directory dirname
8
8
set_fact :
9
9
roles_dirname : " {{ playbook_dir | dirname | basename }}"
10
- dotnet_installer_path : " C:\\ ndp48-x86-x64-allos-enu.exe"
11
-
12
- - name : Download .NET Framework 4.8
13
- win_get_url :
14
- url : https://download.visualstudio.microsoft.com/download/pr/014120d7-d689-4305-befd-3cb711108212/0fd66638cde16859462a6243a4629a50/ndp48-x86-x64-allos-enu.exe
15
- dest : " {{ dotnet_installer_path }}"
16
-
17
- - name : Install Microsoft .NET Framework 4.8
18
- win_package :
19
- path : " {{ dotnet_installer_path }}"
20
- product_id : ' {50e73eb2-10f7-4457-954a-6b06fccc7d04}'
21
- arguments : /q /norestart
22
- register : dotnet_install
23
-
24
- - name : Delete .NET Framework Installer
25
- win_file :
26
- path : " {{ dotnet_installer_path }}"
27
- state : absent
28
10
29
11
- name : download package from s3
30
12
aws_s3 :
31
13
bucket : cloud-initiatives-pipeline-bucket
32
- object : " Packages/v12.6 /Privileged Session Manager-Rls-v12.6 .zip"
14
+ object : " Packages/v13.0 /Privileged Session Manager-Rls-v13.0 .zip"
33
15
dest : " /tmp/psm.zip"
34
16
mode : get
35
17
delegate_to : localhost
36
18
37
- - name : Reboot host if required
38
- win_reboot :
39
- when : dotnet_install.reboot_required
40
-
41
19
- name : PSM Deployment
42
20
include_role :
43
21
name : " {{ roles_dirname }}"
Original file line number Diff line number Diff line change 1
- ansible == 2.8.8
1
+ adal == 1.2.2
2
+ ansible == 2.9.5
2
3
ansible-lint == 4.2.0
4
+ applicationinsights == 0.11.9
5
+ argcomplete == 1.11.1
6
+ bcrypt == 3.1.7
3
7
boto == 2.49.0
4
- boto3 == 1.12.8
5
- botocore == 1.15.8
8
+ boto3 == 1.12.19
9
+ botocore == 1.15.19
6
10
certifi == 2019.11.28
7
11
cffi == 1.14.0
8
12
chardet == 3.0.4
13
+ colorama == 0.4.3
9
14
cryptography == 2.8
10
15
docutils == 0.15.2
16
+ humanfriendly == 8.1
11
17
idna == 2.9
18
+ importlib-metadata == 1.5.0
19
+ isodate == 0.6.0
12
20
Jinja2 == 2.11.1
13
21
jmespath == 0.9.5
22
+ knack == 0.3.3
14
23
MarkupSafe == 1.1.1
24
+ msrest == 0.6.1
15
25
ntlm-auth == 1.4.0
26
+ oauthlib == 3.1.0
27
+ packaging == 20.3
28
+ paramiko == 2.7.1
16
29
pathspec == 0.7.0
17
30
pyasn1 == 0.4.8
18
- pycparser == 2.19
31
+ pycparser == 2.20
32
+ Pygments == 2.6.1
33
+ PyJWT == 1.7.1
34
+ PyNaCl == 1.3.0
19
35
pyOpenSSL == 19.1.0
36
+ pyparsing == 2.4.6
20
37
python-dateutil == 2.8.1
21
38
pywinrm == 0.4.1
22
39
PyYAML == 5.3
23
40
requests == 2.23.0
24
41
requests-credssp == 1.1.1
25
42
requests-ntlm == 1.1.0
43
+ requests-oauthlib == 1.3.0
26
44
ruamel.yaml == 0.16.10
27
45
ruamel.yaml.clib == 0.2.0
28
46
s3transfer == 0.3.3
29
47
six == 1.14.0
48
+ tabulate == 0.8.2
30
49
urllib3 == 1.25.8
31
50
xmltodict == 0.12.0
32
51
yamllint == 1.20.0
52
+ zipp == 3.1.0
Original file line number Diff line number Diff line change 1
1
---
2
2
# vars file for psm
3
- psm_sha1_checksum : " f876c7d40c98cac85639440a5c359311760db32d "
3
+ psm_sha1_checksum : " e8262c0683e4815bd88fd94c1f3586ed53d0bf5b "
You can’t perform that action at this time.
0 commit comments