From 68983889d348f0d8b15972c1a5fec27ef024dd75 Mon Sep 17 00:00:00 2001 From: konsthol Date: Mon, 25 Sep 2023 06:07:39 +0300 Subject: [PATCH] Fixed a little bug... --- assets/pages/tips_tricks/tips_n_tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/pages/tips_tricks/tips_n_tricks.md b/assets/pages/tips_tricks/tips_n_tricks.md index 55c2036..05695fa 100644 --- a/assets/pages/tips_tricks/tips_n_tricks.md +++ b/assets/pages/tips_tricks/tips_n_tricks.md @@ -64,7 +64,7 @@ Example usage: `secdep -P aws -a deleteall --awsregion us-east-2` -## Usage with Ansible 🤖 goes hand in hand +## Usage with Ansible 🤖 goes hand in hand If you have Ansible installed, you can use the hosts file generated by SecDep to run commands on all of the instances simultaneously. This file is located in the SecDep directory and is being updated every time you create or delete an instance. All instances have a secdep user created and you automatically have an ssh key to use for the connection so you can easily use Ansible to run commands to all of them. If you have Ansible playbooks you wish to run on fresh installations you should create the instances without the `--deploy` flag.