cleanup: removed centos code, cleaned up debian & ubuntu references

This commit is contained in:
Radar231 2022-01-03 10:08:36 -05:00
parent 8a12ceb2b4
commit 7b3341cc90
2 changed files with 3 additions and 3 deletions

View File

@ -23,5 +23,5 @@ This playbook can be run using the following command line;
ansible-playbook -i <inventory file> -e "username=<username>" k3s.yml ansible-playbook -i <inventory file> -e "username=<username>" k3s.yml
ie, ie,
ansible-playbook -i k3s_inventory.yml -e "username=ubuntu" k3s.yml ansible-playbook -i k3s_inventory.yml -e "username=someuser" k3s.yml

View File

@ -25,7 +25,7 @@
# ansible-playbook -i <inventory file> -e "username=<username>" k3s.yml # ansible-playbook -i <inventory file> -e "username=<username>" k3s.yml
# #
# ie, # 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 }}" numhosts: "{{ groups['all'] | length }}"
# Set the following variable as required # Set the following variable as required
# ie, # ie,
# username: ubuntu # username: someuser
# #
# Default is to apply the playbook against the root user # Default is to apply the playbook against the root user
username: "root" username: "root"