sbaerlocher / ansible.onedrive

Disables or removes Microsoft OneDrive on a Windows 10 device. [EOL 01.10.2020]

Home Page:https://github.com/sbaerlocher/ansible.windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: onedrive

Build Status license Ansible Galaxy

Description

Disables or removes Microsoft OneDrive on a Windows 10 device.

Installation

ansible-galaxy install sbaerlocher.onedrive

Requirements

None

Role Variables

Variable Default Comments (type)
onedrive_disable true Disables OneDrive in the registry.
onedrive_remove false Uninstalls OneDrive on the device.

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - sbaerlocher.onedrive

Changelog

1.1.0

  • Compatible with 2.9.0

1.0.0

  • Inital commit

Author

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2020, Simon Bärlocher

About

Disables or removes Microsoft OneDrive on a Windows 10 device. [EOL 01.10.2020]

https://github.com/sbaerlocher/ansible.windows

License:MIT License