ansible_xrdp_ubuntu
Ansible XRDP | Ubuntu 20.04
Role to install and configure XRDP on a Ubuntu host (20.04+)
🧐 About
This role will allow you to configure xrdp from scratch on your Ubuntu 20.04+ server/vm.
🧩 Prerequisites
Ansible will obviously be required. The recommended way to install is via pip
.
pip3 install ansible
You will need to install the ansible systemfiles.ansible_xrdp_ubuntu
role using ansible-galaxy
ansible-galaxy install systemfiles.ansible_xrdp_ubuntu
🚀 Usage
To use this role, clone this repository
git clone https://github.com/SystemFiles/ansible-xrdp-ubuntu.git
Then, create a copy of the example configuration and inventory files.
cp ./example.config.yml ./config.yml
cp ./example.inventory.yml ./inventory.yml
Customize the configuration to fit your needs and enter your hosts in the inventory.yml
file. Then, execute the play.
ansible-playbook main.yml
👷♂️ Authors
Install
ansible-galaxy install SystemFiles/ansible-xrdp-ubuntu
License
apache-2.0
Downloads
52
Owner