Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
R ecosystem
WindowsR
Commits
fe7890f8
Commit
fe7890f8
authored
Oct 15, 2020
by
Jean-Francois Rey
☕
Browse files
rm windows update
parent
507fb3c9
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ansible_provisioning/playbook.yml
View file @
fe7890f8
---
---
-
name
:
Windows R tools
-
name
:
Windows R tools
hosts
:
windows10
hosts
:
windows10
#remote_user: vagrant
#vars:
# ansible_user: vagrant
# ansible_password: vagrant
# ansible_connection: winrm
# ansible_winrm_transport: basic
# ansible_winrm_server_cert_validation: ignore
tasks
:
tasks
:
-
name
:
ping
-
name
:
ping
win_ping
:
win_ping
:
-
name
:
Install security updates
#
- name: Install security updates
win_updates
:
#
win_updates:
category_names
:
#
category_names:
-
SecurityUpdates
#
- SecurityUpdates
reboot
:
yes
#
reboot: yes
-
name
:
copy R script
-
name
:
copy R script
win_copy
:
win_copy
:
src
:
./files/install-r.ps1
src
:
./files/install-r.ps1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment