Skip to content

Commit

Permalink
removed yaml syntax highlighting which doesn't look good either
Browse files Browse the repository at this point in the history
switched a couple of commands to a root shell (# not $)
  • Loading branch information
sej7278 committed Dec 14, 2023
1 parent 5402e8f commit a95d8a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/eportal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1087,9 +1087,9 @@ You can find instructions to install KernelCare agent on http://your-eportal-dom
To install agent through ePortal you can use special endpoint `http://your-eportal-domain/install-kernelcare`:

```text
$ export [email protected]
$ curl -s http://eportal.mycompany.com/install-kernelcare | bash
$ kcarectl --register my-key
# export [email protected]
# curl -s http://eportal.mycompany.com/install-kernelcare | bash
# kcarectl --register my-key
```

Exporting `KCARE_MAILTO` is an optional step, it helps to configure corresponding entry in `/etc/cron.d/kcare-cron` to receive all notifications related to failed KernelCare updates.
Expand Down Expand Up @@ -1132,7 +1132,7 @@ To start the automated deployment, you need to specify the following information

Ansible playbook for deployment phase may look like:

```yaml
```text
- hosts: kernelcare
vars:
eportal_srv: http://192.168.250.19
Expand All @@ -1153,7 +1153,7 @@ Ansible playbook for deployment phase may look like:

Ansible playbook file example for KernelCare agent removal:

```yaml
```text
- hosts: kernelcare
tasks:
- name: unregister KernelCare agents
Expand Down

0 comments on commit a95d8a8

Please sign in to comment.