diff --git a/inventory.yaml b/inventory.yaml index dd4a34d..66ab9dc 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -4,22 +4,3 @@ mkt: mx03.maketank.net: uncle02.maketank.net: mon01.maketank.net: - -chaos: - hosts: - truhe.chaos: - auto02.chaos: - #wohnz.chaos: - -nummer5: - hosts: - pine01.wks: - pine02.wks: - pine03.wks: - pine04.wks: - pine05.wks: - adm01.wks: - ebin01.wks: - ebin02.wks: - drucki.wks: - \ No newline at end of file diff --git a/roles/common/tasks/linux.yaml b/roles/common/tasks/linux.yaml index 8b0a89e..6430e8f 100644 --- a/roles/common/tasks/linux.yaml +++ b/roles/common/tasks/linux.yaml @@ -19,6 +19,12 @@ - bwm-ng - iftop +- name: Remove common packages + apt: + state: absent + name: + - salt-* + - name: Remove packages in VMs apt: state: absent diff --git a/roles/modules/tasks/main.yaml b/roles/modules/tasks/main.yaml index 770381b..1e9c6f1 100644 --- a/roles/modules/tasks/main.yaml +++ b/roles/modules/tasks/main.yaml @@ -1,5 +1,7 @@ -- name: Kernel module nf_conntrack +- name: Kernel module [nf|xt]_conntrack community.general.modprobe: - name: nf_conntrack + name: + - nf_conntrack + - xt_conntrack state: present persistent: present \ No newline at end of file diff --git a/site.yaml b/site.yaml index aecc225..b716e84 100644 --- a/site.yaml +++ b/site.yaml @@ -4,4 +4,3 @@ roles: - role: common tags: common -