From a408697d37aaff288ceb891c8d10bfc6a097628d Mon Sep 17 00:00:00 2001 From: binary Date: Tue, 8 Sep 2020 18:42:32 +0200 Subject: basically refactored --- play-all.yml | 28 ---------------------------- roles/update/tasks/main.yml | 10 +++------- 2 files changed, 3 insertions(+), 35 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: diff --git a/roles/update/tasks/main.yml b/roles/update/tasks/main.yml index 4cd3541..0680189 100644 --- a/roles/update/tasks/main.yml +++ b/roles/update/tasks/main.yml @@ -9,7 +9,7 @@ # =========================================================================== # --- -- name: Copy default mirror for openbsd hosts +- name: Copy default mirror for system type = {{ ansible_distribution }} copy: src: installurl dest: /etc/installurl @@ -17,12 +17,8 @@ group: "{{ group_root }}" when: inventory_hostname in groups["openbsd"] -- name: Upgrading packages for distribution = {{ ansible_distribution }} +- name: Upgrading packages for system type = {{ ansible_distribution }} package: name: "*" state: latest - -- name: Applying syspatch for openbsd machines - syspatch: - apply: true - when: inventory_hostname in groups["openbsd"] + -- cgit v1.2.3