aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-10-03 18:08:48 +0800
committerAaron LI <aly@aaronly.me>2019-10-03 18:08:48 +0800
commit9397be26eeb407e3ed41c983c04b1276f12357ff (patch)
tree8be46aefc562ef6541a60bddbbe0808c775e4164 /README.md
parent970d11934904b74a67d29e54ecfbacec85c6766b (diff)
downloadansible-dfly-vps-9397be26eeb407e3ed41c983c04b1276f12357ff.tar.bz2
README: Add bootstrap usage
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 268abbc..3ea5cae 100644
--- a/README.md
+++ b/README.md
@@ -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:
```