diff options
author | binary <me@rgoncalves.se> | 2020-11-02 13:19:51 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-02 13:19:51 +0100 |
commit | 1e059c8be273e090ed27a198e1b7b7ca5c0257b3 (patch) | |
tree | 3eecd65af9a28b2bfeaf3548c44888b96d181b8a /play-basics.yml | |
parent | 9b4de351b435da646ea99ff3c79e78943eedde76 (diff) | |
download | infrastructure-1e059c8be273e090ed27a198e1b7b7ca5c0257b3.tar.gz |
Remove bloated functionnalities
Diffstat (limited to 'play-basics.yml')
-rw-r--r-- | play-basics.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/play-basics.yml b/play-basics.yml deleted file mode 100644 index 961bcc5..0000000 --- a/play-basics.yml +++ /dev/null @@ -1,19 +0,0 @@ -# =========================================================================== # -# __ __ _ -# ____ / /___ ___ __ / /_ ____ ______(_)_________ -# / __ \/ / __ `/ / / / / __ \/ __ `/ ___/ / ___/ ___/ -# / /_/ / / /_/ / /_/ / / /_/ / /_/ (__ ) / /__(__ ) -# / .___/_/\__,_/\__, (_) /_.___/\__,_/____/_/\___/____/ -# /_/ /____/ -# -# =========================================================================== # -# ---- -- name: Init new instances with basic tools and packages - strategy: free - hosts: servers - roles: - - update - - setup_utils - - setup_hostname - - setup_security |