diff options
Diffstat (limited to 'play-basics.yml')
-rw-r--r-- | play-basics.yml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/play-basics.yml b/play-basics.yml index d2d6fe3..961bcc5 100644 --- a/play-basics.yml +++ b/play-basics.yml @@ -9,24 +9,11 @@ # =========================================================================== # # --- -- name: Init new instances with basics tools and softwares +- name: Init new instances with basic tools and packages strategy: free hosts: servers roles: - update - - setup_python - - setup_dotfiles + - setup_utils - 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 |