From d6e4fe2d6b1b28c52c08fc356b6deda3308d6ec3 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 3 Jan 2022 10:08:31 -0500 Subject: [PATCH] cleanup: removed centos code, cleaned up debian & ubuntu references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb6ccd0..9899e91 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This role will install a microk8s cluster to three or more target hosts. This role requires at least three target hosts, previously deployed. Each host should have at least 4GB of RAM and at least a 20GB disk. The hosts -should also be running Ubuntu LTS, 16.04, 18.04 or 20.04. +should also be running Ubuntu LTS; 18.04, 20.04 or 22.04. It is also assumed that the user running the playbook has SSH key access set up for the root user on the target hosts. @@ -17,7 +17,7 @@ This playbook can be run using the following command line; ansible-playbook -i -e "username=" microk8s.yml ie, -ansible-playbook -i cluster_inventory.yml -e "username=joe" microk8s.yml +ansible-playbook -i cluster_inventory.yml -e "username=someuser" microk8s.yml NOTE: