mirror of
https://codeberg.org/hyperreal/ansible-homelab
synced 2024-11-01 16:43:09 +01:00
Fix README.md
This commit is contained in:
parent
3e46e50d7c
commit
c9b0a5c013
@ -40,7 +40,8 @@ Copy and paste the result as the value of the passwd key in the cloud-config.
|
||||
Start the instance, then check the cloud-init status:
|
||||
|
||||
```shell
|
||||
lxc start debian-mail -- cloud-init --wait
|
||||
lxc start debian-mail
|
||||
lxc exec debian-mail -- cloud-init status --wait
|
||||
```
|
||||
|
||||
Once that's done, you should be able to ssh directly to the debian user, and Ansible will be ready to run.
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo
|
||||
|
||||
lxc exec "$1" -- apt install -y ssh python3-dev
|
||||
|
||||
|
||||
# vim: ft=bash ai et sw=4 ts=4
|
Loading…
Reference in New Issue
Block a user