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

This commit is contained in:
Radar231 2022-01-03 10:08:25 -05:00
parent 1f54948a8d
commit b9a5575dd7
2 changed files with 3 additions and 3 deletions

View File

@ -13,5 +13,5 @@ This playbook can be run using the following command line;
ansible-playbook -i <inventory file | IP,> -e "username=<username>" docker.yml ansible-playbook -i <inventory file | IP,> -e "username=<username>" docker.yml
ie, ie,
ansible-playbook -i 192.168.0.101, -e "username=ubuntu" docker.yml ansible-playbook -i 192.168.0.101, -e "username=someuser" docker.yml

View File

@ -12,7 +12,7 @@
# ansible-playbook -i <inventory file | IP,> -e "username=<username>" docker.yml # ansible-playbook -i <inventory file | IP,> -e "username=<username>" docker.yml
# #
# ie, # ie,
# ansible-playbook -i 192.168.0.101, -e "username=ubuntu" docker.yml # ansible-playbook -i 192.168.0.101, -e "username=someuser" docker.yml
# #
########################################################################### ###########################################################################
@ -25,7 +25,7 @@
vars: vars:
# 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"