Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed May 30, 2024
1 parent 969a7c4 commit 5cf3666
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lab/server-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ yamllint /etc/netplan/00-installer-config.yaml
* reboot
* ensure networking is ok
* this is needed also for the permissions to be update, otherwise next step will fail

## DHCP Server

```Shell
Expand All @@ -123,7 +123,6 @@ systemctl restart isc-dhcp-server

to see new devices use `cat /var/lib/dhcp/dhcpd.leases`


## Others

* install ansible
Expand All @@ -132,12 +131,6 @@ to see new devices use `cat /var/lib/dhcp/dhcpd.leases`
sudo apt -y install ansible-core
```

* make sure dhcp is running

```bash
systemctl status isc-dhcp-server
```

* Fix pasword-less access

```bash
Expand Down

0 comments on commit 5cf3666

Please sign in to comment.