summaryrefslogtreecommitdiff
path: root/destroy
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-02-21 08:17:03 -0600
committerTom Barrett <tom@tombarrett.xyz>2020-02-21 08:17:03 -0600
commit01e2662903dadce5903581eac738d0b413e521c2 (patch)
treebb51df97bbdae985794acdf049a6864b96ec0015 /destroy
parent876baeb4d455fb811897a00e31fb5231512becd6 (diff)
startup for ldap
Diffstat (limited to 'destroy')
-rwxr-xr-xdestroy4
1 files changed, 4 insertions, 0 deletions
diff --git a/destroy b/destroy
index 09a8c54..4f26cc9 100755
--- a/destroy
+++ b/destroy
@@ -7,3 +7,7 @@ ssh-keygen -R "192.168.122.100"
lxc-stop -n nfs
lxc-destroy -n nfs
ssh-keygen -R "192.168.122.110"
+
+lxc-stop -n ldap
+lxc-destroy -n ldap
+ssh-keygen -R "192.168.122.120"