aboutsummaryrefslogblamecommitdiffstats
path: root/play-basics.yml
blob: 961bcc5a9a27e3bf9cef9f7009576a8e574130f6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                               
                                                        



                
                 

                    
# =========================================================================== #
#               __                 __               _          
#        ____  / /___ ___  __     / /_  ____ ______(_)_________
#       / __ \/ / __ `/ / / /    / __ \/ __ `/ ___/ / ___/ ___/
#      / /_/ / / /_/ / /_/ /    / /_/ / /_/ (__  ) / /__(__  ) 
#     / .___/_/\__,_/\__, (_)  /_.___/\__,_/____/_/\___/____/  
#    /_/            /____/
#
# =========================================================================== #
#
---
- name: Init new instances with basic tools and packages
  strategy: free
  hosts: servers
  roles:
    - update
    - setup_utils
    - setup_hostname
    - setup_security
remember that computers suck.