From 78d22ef7de0814a453c706444dd57546d745e7c4 Mon Sep 17 00:00:00 2001 From: Rasmus Rosengren Date: Wed, 25 Aug 2021 01:12:35 +0200 Subject: [PATCH] Update readme to reflect changed, such as the addition of the convenience script --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 1258a3d..b594243 100644 --- a/README.md +++ b/README.md @@ -3,24 +3,8 @@ ## Usage Boot the live iso and set a root password, something simple is fine as it's -changed to key based auth anyway. Find the ip address (e.g. by `ip a`) and -add to `inventory/hosts.yml` under the `all` group. - -Before running any playbook, generate a new SSH key-pair: - -```bash -$ ssh-keygen -t ed25519 -f .ssh/id_ed25519 -N "" -``` - -Now run the `install` playbook: - -```bash -$ ansible-playbook install.yml -k -``` - -When the `install` playbook finishes, wait for the restart. Then find the new -ip address and put in the inventory file under the `all` group. Then run: +changed to key based auth anyway. To run the playbook: ```bash -$ ansible-playbook configure.yml +$ ./ansible.sh ```