Skip to content

Commit

Permalink
Remove ConfigureRemotingForAnsible script
Browse files Browse the repository at this point in the history
  • Loading branch information
jullienl committed Mar 6, 2024
1 parent 912b8d0 commit e317dbd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions WIN_provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@
- "{{ staging_directory }}/baremetal/{{ inventory_hostname }}/sources/$OEM$/$$/Setup/Scripts"
delegate_to: localhost

- name: Download POSH script from GitHub to configure Windows for remote management with Ansible
become: yes
get_url:
url: https://raw.githubusercontent.com/jullienl/HPE-Synergy-baremetal/master/files/ConfigureRemotingForAnsible.ps1
dest: "{{ staging_directory }}/baremetal/{{ inventory_hostname }}/sources/$OEM$/$1/Temp/winRM.ps1"
mode: "0775"
delegate_to: localhost
# - name: Download POSH script from GitHub to configure Windows for remote management with Ansible
# become: yes
# get_url:
# url: https://raw.githubusercontent.com/jullienl/HPE-Synergy-baremetal/master/files/ConfigureRemotingForAnsible.ps1
# dest: "{{ staging_directory }}/baremetal/{{ inventory_hostname }}/sources/$OEM$/$1/Temp/winRM.ps1"
# mode: "0775"
# delegate_to: localhost

# Creating a Server Profile in HPE OneView from a boot from SAN Server Profile Template:

Expand Down

0 comments on commit e317dbd

Please sign in to comment.