XRDP
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Xrdp
As a: UNIX and Linux system administrator
I want to: set up XRDP and tigervnc
So that: log into remotely into a graphical interface.
Using the role
Using the role in a playbook
--- - name: Install xrdp hosts: all tasks: - name: xrdp is configured import_role: name: devopstoolbox.xrdp vars: xrdp_enable_service: true xrdp_firewall_configure: true xrdp_firewall_rules: - port: 3389 tags: xrdp
# Install the role ansible-galaxy install devopstoolbox.xrdp # Run the playbook ansible-playbook xrdp-playbook.yml
Last update: 2020-02-09