XRDP

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

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: crivetimihai.xrdp
      vars:
        xrdp_enable_service: true
        xrdp_firewall_configure: true
        xrdp_firewall_rules:
          - port: 3389
      tags: xrdp
# Install the role
ansible-galaxy install crivetimihai.xrdp

# Run the playbook
ansible-playbook xrdp-playbook.yml

Last update: 2020-02-04