mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02: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