diff --git a/README.md b/README.md index 7ed3ddc..dc8e35f 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ This playbook can be run using the following command line; ansible-playbook -i -e "username=" docker.yml 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 diff --git a/docker.yml b/docker.yml index e5f7b27..40daaba 100644 --- a/docker.yml +++ b/docker.yml @@ -12,7 +12,7 @@ # ansible-playbook -i -e "username=" docker.yml # # 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: # Set the following variable as required # ie, - # username: ubuntu + # username: someuser # # Default is to apply the playbook against the root user username: "root"