blob: 961bcc5a9a27e3bf9cef9f7009576a8e574130f6 (
plain) (
tree)
|
|
# =========================================================================== #
# __ __ _
# ____ / /___ ___ __ / /_ ____ ______(_)_________
# / __ \/ / __ `/ / / / / __ \/ __ `/ ___/ / ___/ ___/
# / /_/ / / /_/ / /_/ / / /_/ / /_/ (__ ) / /__(__ )
# / .___/_/\__,_/\__, (_) /_.___/\__,_/____/_/\___/____/
# /_/ /____/
#
# =========================================================================== #
#
---
- name: Init new instances with basic tools and packages
strategy: free
hosts: servers
roles:
- update
- setup_utils
- setup_hostname
- setup_security
|