ansible_role_x2goclient
Ansible role x2goclient
Ansible role to install or uninstall X2Go client for Linux or Windows.
Requirements
None.
Role Variables
package_state
: set a default value that can be used as a global variable across roles ajholanda roles.x2goclient_state
: desired state after running package manager task.
Dependencies
None.
Example Playbook
- hosts: all
roles:
- ajholanda.x2goclient
To uninstall
- hosts: all
vars:
x2goclient_state: absent
roles:
- ajholanda.x2goclient
License
MIT.
Author Information
About
Install or uninstall X2Go client for Linux or Windows
Install
ansible-galaxy install ajholanda/ansible_role_x2goclient
License
mit
Downloads
11
Owner