diff --git a/README.md b/README.md index ccd36a0..d65a51c 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ This playbook can be run using the following command line; ansible-playbook -i -e "username=" k3s.yml ie, - ansible-playbook -i k3s_inventory.yml -e "username=ubuntu" k3s.yml + ansible-playbook -i k3s_inventory.yml -e "username=someuser" k3s.yml diff --git a/k3s.yml b/k3s.yml index b04bfd3..496fb64 100644 --- a/k3s.yml +++ b/k3s.yml @@ -25,7 +25,7 @@ # ansible-playbook -i -e "username=" k3s.yml # # ie, -# ansible-playbook -i k3s_inventory.yml -e "username=ubuntu" k3s.yml +# ansible-playbook -i k3s_inventory.yml -e "username=someuser" k3s.yml # ########################################################################### @@ -40,7 +40,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"