Playbook für die Nextcloud Notfalleinrichtung.
This commit is contained in:
13
roles/initnextcloud/tasks/install.yml
Normal file
13
roles/initnextcloud/tasks/install.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: PI Update
|
||||
become: true
|
||||
apt:
|
||||
update_cache: yes
|
||||
upgrade: dist
|
||||
- name: Pakete installieren
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: "{{ packages }}"
|
||||
state: present
|
||||
update_cache: yes
|
||||
cache_valid_time: 86400
|
||||
|
||||
Reference in New Issue
Block a user