ansible.role.xrdp/README.md

15 lines
376 B
Markdown
Raw Normal View History

2019-01-27 00:24:13 +08:00
# Ansible role for installing xrdp and gnome desktop environment
URL: https://xpk.headdesk.me/git/xpk/role.xrdp.git
2019-01-27 00:42:03 +08:00
This role also creates a user ```xrdpuser```.
2019-01-27 00:24:13 +08:00
## Tested platforms:
- RHEL7.6
2020-02-17 15:12:56 +08:00
## Add this as a submodule to your ansible home
2020-02-17 15:13:17 +08:00
```
2020-02-17 15:12:56 +08:00
git submodule add https://xpk.headdesk.me/git/xpk/role.xrdp.git roles/xrdp
git commit -S -m 'ADD: adcli submodule'
git push
2020-02-17 15:13:17 +08:00
```