diff options
author | binary <me@rgoncalves.se> | 2020-09-08 18:42:32 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-09-08 18:42:32 +0200 |
commit | a408697d37aaff288ceb891c8d10bfc6a097628d (patch) | |
tree | e5f38a79876b97a738b53feb3adbf91275317d27 /play-all.yml | |
parent | eff2fccc90b7b00e723a8f47d37649ebb5cf1060 (diff) | |
download | infrastructure-a408697d37aaff288ceb891c8d10bfc6a097628d.tar.gz |
basically refactored
Diffstat (limited to 'play-all.yml')
-rw-r--r-- | play-all.yml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/play-all.yml b/play-all.yml index 071a006..9375914 100644 --- a/play-all.yml +++ b/play-all.yml @@ -1,18 +1,4 @@ -- name: Standalone role [-] setup_fail2ban - hosts: all - tags: - - setup_fail2ban - roles: - - setup_fail2ban - -- name: Standalone role [-] setup_firewalld - hosts: all - tags: - - setup_firewalld - roles: - - setup_firewalld - - name: Standalone role [-] setup_git hosts: all tags: @@ -27,20 +13,6 @@ roles: - setup_hostname -- name: Standalone role [-] setup_httpd - hosts: all - tags: - - setup_httpd - roles: - - setup_httpd - -- name: Standalone role [-] setup_mkdocs - hosts: all - tags: - - setup_mkdocs - roles: - - setup_mkdocs - - name: Standalone role [-] setup_security hosts: all tags: |