diff options
author | Aaron LI <aly@aaronly.me> | 2018-02-14 00:18:24 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-02-14 00:20:47 +0800 |
commit | 7a63ffd9493b0a8b636de26b8f0954cf08a2b9d9 (patch) | |
tree | ba9e2c9005f630814681b3a10bfc9a00a2e3bac4 /roles/bootstrap/handlers | |
download | ansible-dfly-vps-7a63ffd9493b0a8b636de26b8f0954cf08a2b9d9.tar.bz2 |
Init ansible playbook for DFly VPS bootstrap
Diffstat (limited to 'roles/bootstrap/handlers')
-rw-r--r-- | roles/bootstrap/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/bootstrap/handlers/main.yml b/roles/bootstrap/handlers/main.yml new file mode 100644 index 0000000..6ecf94f --- /dev/null +++ b/roles/bootstrap/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: restart-sshd + command: service sshd restart |