mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-10-30 09:51:10 +01:00
init
This commit is contained in:
10
playbooks/10_install_apparmor.yml
Normal file
10
playbooks/10_install_apparmor.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- hosts: odroid_cluster
|
||||
name: Install apparmor
|
||||
become: true
|
||||
tasks:
|
||||
- name: Install apparmor
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- apparmor
|
||||
- apparmor-utils
|
||||
state: present
|
||||
Reference in New Issue
Block a user