Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skosachiov authored Apr 4, 2022
1 parent d651d7d commit 4969d4f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ Tested on Ubunru 20.04 and Centos Stream 8.
2. Install packages \
Ubuntu: `apt install git ansible` \
RHEL 8, Centos 8, Oracle linux 8: `dnf install epel-release; dnf install git ansible-core`
3. echo "localhost ansible_connection=local" >> /etc/ansible/hosts
4. ansible-pull --tag server --extra-vars "fqdn_sshserver=my.ssh.example.com no_shell_pass=deploysecret" -U https://github.com/skosachiov/linux-remote-assistance
3. `echo "localhost ansible_connection=local" >> /etc/ansible/hosts`
4. `ansible-pull --tag server --extra-vars "fqdn_sshserver=my.ssh.example.com no_shell_pass=deploysecret" -U https://github.com/skosachiov/linux-remote-assistance`

### Client configuration (X11 display server, no Wayland support yet)
1. Logon to the client and get root access
2. Install packages \
Ubuntu: \
apt install git ansible \
RHEL 8, Centos 8, Oracle linux 8: \
dnf install epel-release; dnf install git ansible-core
3. echo "localhost ansible_connection=local" >> /etc/ansible/hosts
4. ansible-pull --tag client --extra-vars "fqdn_sshserver=my.ssh.example.com no_shell_pass=deploysecret" -U https://github.com/skosachiov/linux-remote-assistance
Ubuntu: `apt install git ansible` \
RHEL 8, Centos 8, Oracle linux 8: `dnf install epel-release; dnf install git ansible-core`
3. `echo "localhost ansible_connection=local" >> /etc/ansible/hosts`
4. `ansible-pull --tag client --extra-vars "fqdn_sshserver=my.ssh.example.com no_shell_pass=deploysecret" -U https://github.com/skosachiov/linux-remote-assistance`

## Screenshots

Expand Down

0 comments on commit 4969d4f

Please sign in to comment.