Skip to content
Snippets Groups Projects
Commit b159e4fe authored by Leon Huck's avatar Leon Huck :speech_balloon:
Browse files

Transfered the modified 2_ansible_resource_provisioning.

parent a82400cc
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ proxy:
samba_users:
- username: debian
password: secret
ansible_contoller:
# set dynamically
......
---
- name: Wait for FloatIP to settle
ansible.builtin.pause:
seconds: 30
- name: Install rdp
apt:
name: xrdp
update_cache: true
state: present
- name: Install sshpass
apt:
name: sshpass
update_cache: true
state: present
- name: Install locate
apt:
name: plocate
update_cache: true
state: present
- name: Install Socks Proxy
apt:
name: dante-server
update_cache: true
state: present
- name: Configure Socks Proxy
......@@ -82,4 +109,10 @@
ansible.builtin.get_url:
url: "https://software-static.download.prss.microsoft.com/sg/download/888969d5-f34g-4e03-ac9d-1f9786c66749/SERVER_EVAL_x64FRE_en-us.iso"
dest: "/srv/WINDOWS_2022_SERVER_EVAL_x64FRE_en-us.iso"
mode: '0444'
\ No newline at end of file
mode: '0444'
# Todo:
### add nginx server
### configure ngnix server as winrm jump host
### https://serverfault.com/questions/734833/how-do-i-configure-a-winrm-jump-host-for-use-with-ansible
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment