diff options
author | Aaron LI <aly@aaronly.me> | 2019-10-03 18:08:48 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-10-03 18:08:48 +0800 |
commit | 9397be26eeb407e3ed41c983c04b1276f12357ff (patch) | |
tree | 8be46aefc562ef6541a60bddbbe0808c775e4164 | |
parent | 970d11934904b74a67d29e54ecfbacec85c6766b (diff) | |
download | ansible-dfly-vps-9397be26eeb407e3ed41c983c04b1276f12357ff.tar.bz2 |
README: Add bootstrap usage
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -113,6 +113,16 @@ Extensions Usages ------ +* Bootstrap the remote host: + + ``` + $ sh bootstrap.sh + ``` + + **NOTE**: + The remote host should be configured to allow SSH `root` login, + which will be disabled later to enhance security. + * Test host connection: ``` |