Skip to content

Commit

Permalink
try thisg
Browse files Browse the repository at this point in the history
  • Loading branch information
l3acon committed May 22, 2024
1 parent 5445f4d commit 284224e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion vmware/install_ssms.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
---
- name: Install SSMS
hosts: "{{ _hosts }}"
vars:
exe_path: "C:\Users\Administrator\Downloads\SSMS-Setup-ENU.exe"

tasks:
- name: Install package
ansible.windows.win_get_url:
url: "{{ ssms_installation_source }}"
dest: "{{ exe_path }}"

- name: Install package
ansible.windows.win_package:
path: "{{ ssms_installation_source}}"
path: "{{ exe_path }}"
arguments: /install /passive /norestart
4 changes: 2 additions & 2 deletions vmware/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ controller_templates:
credentials:
- "Windows machine credential"
extra_vars:
ssms_installation_source: "https://aka.ms/ssmsfullsetup"
ssms_installation_source: "https://aka.ms/ssmsfullsetup"
survey_enabled: true
survey:
name: ''
Expand All @@ -98,7 +98,7 @@ controller_templates:
- "VMWare vCenter Credential"
- "Windows Administrator Password"
extra_vars:
vmware_dns_severs: 10.15.168.254
vmware_dns_severs: 10.11.5.19
survey_enabled: true
survey:
name: ''
Expand Down

0 comments on commit 284224e

Please sign in to comment.