Skip to content

sbaerlocher/ansible.anydesk

Repository files navigation

Ansible Role: anydesk

Build Status license Ansible Galaxy Ansible Role

Description

Ansible Role which AnyDesk stores on all desktops.

Installation

ansible-galaxy install sbaerlocher.anydesk

Requirements

None

Role Variables

Download Linl

Dwonload link from AnyDesk.

anydesk_download_url: 'https://download.anydesk.com/AnyDesk.exe'

Directory

Directory where the file should be stored

anydesk_root_directory: "{{ ansible_env.SystemDrive }}\\{{ source_of_supply_name | default('Support') }}"
anydesk_tools_directory: '{{ anydesk_root_directory }}\\tools.d'

binary

Name of the binary file.

anydesk_binary_nane: AnyDesk.exe'

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - sbaerlocher.anydesk

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

Ansible Role which AnyDesk stores on all desktops.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published