From 4969d4ff94defd8689e6833d1db4b3e9572f88be Mon Sep 17 00:00:00 2001 From: skosachiov Date: Mon, 4 Apr 2022 18:16:34 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dd1e34c..0225064 100644 --- a/README.md +++ b/README.md @@ -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