aboutsummaryrefslogtreecommitdiffstats
path: root/play-basics.yml
diff options
context:
space:
mode:
Diffstat (limited to 'play-basics.yml')
-rw-r--r--play-basics.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/play-basics.yml b/play-basics.yml
new file mode 100644
index 0000000..d2d6fe3
--- /dev/null
+++ b/play-basics.yml
@@ -0,0 +1,32 @@
+# =========================================================================== #
+# __ __ _
+# ____ / /___ ___ __ / /_ ____ ______(_)_________
+# / __ \/ / __ `/ / / / / __ \/ __ `/ ___/ / ___/ ___/
+# / /_/ / / /_/ / /_/ / / /_/ / /_/ (__ ) / /__(__ )
+# / .___/_/\__,_/\__, (_) /_.___/\__,_/____/_/\___/____/
+# /_/ /____/
+#
+# =========================================================================== #
+#
+---
+- name: Init new instances with basics tools and softwares
+ strategy: free
+ hosts: servers
+ roles:
+ - update
+ - setup_python
+ - setup_dotfiles
+ - setup_hostname
+ - setup_security
+
+- name: Init new instances in git group with basic git config
+ strategy: free
+ hosts: servergit
+ roles:
+ - setup_git
+
+- name: Init new instances in git group with basic git config
+ strategy: free
+ hosts: serversyncthing
+ roles:
+ - setup_syncthing
remember that computers suck.