summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-06-09 19:43:20 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-06-09 19:43:20 +0100
commitd9090d33d065bcbe186885103120fbc288ad627b (patch)
tree6b97aa3b180ef3e16aa1493a8e58dcfc61c62507
parentb6ca297b5ed2189f5d99700d22a1ebd24c76252c (diff)
downloadinfra-d9090d33d065bcbe186885103120fbc288ad627b.tar.gz
infra-d9090d33d065bcbe186885103120fbc288ad627b.tar.bz2
infra-d9090d33d065bcbe186885103120fbc288ad627b.zip
Update README.txt with more info on how run stuff
-rw-r--r--README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 47f8d56..f9f536d 100644
--- a/README.txt
+++ b/README.txt
@@ -10,8 +10,16 @@ $ pip3 install -r requirements.txt
RUN
+Use master playbook to setup everything in one go.
+
+$ ansible-playbook master.yml
+
+Alternatively use specific playbook to setup only part of the system.
+
$ ansible-playbook essential.yml
$ ansible-playbook web.yml
+$ ansible-playbook mail.yml
+$ ansible-playbook vpn.yml
DOTFILES