ansible.role.xrdp/README.md
2020-02-17 15:15:06 +08:00

15 lines
375 B
Markdown

# Ansible role for installing xrdp and gnome desktop environment
URL: https://xpk.headdesk.me/git/xpk/role.xrdp.git
This role also creates a user ```xrdpuser```.
## Tested platforms:
- RHEL7.6
## Add this as a submodule to your ansible home
```
git submodule add https://xpk.headdesk.me/git/xpk/role.xrdp.git roles/xrdp
git commit -S -m 'SUB: xrdp submodule'
git push
```