From 7b3341cc90db23065b8a236a374dae003767e292 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Mon, 3 Jan 2022 10:08:36 -0500 Subject: [PATCH] cleanup: removed centos code, cleaned up debian & ubuntu references --- README.md | 2 +- k3s.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"