diff --git a/README.md b/README.md index e123920..e0de060 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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,5 +17,5 @@ This playbook can be run using the following command line; ansible-playbook -i -e "username=" microk8s.yml ie, - ansible-playbook -i microk8s_inventory.yml -e "username=ubuntu" microk8s.yml + ansible-playbook -i microk8s_inventory.yml -e "username=someuser" microk8s.yml diff --git a/microk8s.yml b/microk8s.yml index 84c5e33..b28fa8d 100644 --- a/microk8s.yml +++ b/microk8s.yml @@ -7,7 +7,7 @@ # # 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. @@ -19,7 +19,7 @@ # ansible-playbook -i -e "username=" microk8s.yml # # ie, -# ansible-playbook -i microk8s_inventory.yml -e "username=ubuntu" microk8s.yml +# ansible-playbook -i microk8s_inventory.yml -e "username=someuser" microk8s.yml # ########################################################################### @@ -35,7 +35,7 @@ numhosts: "{{ groups['all'] | length }}" # Set the following variable as required # ie, - # username: ubuntu + # username: someuser # # Default is to apply the playbook against the root user username: "root"