finished setup of lamp stack plus owncloud src. testing needed.

This commit is contained in:
2024-11-29 16:46:55 +01:00
parent bb209219aa
commit 8eb001f390
12 changed files with 198 additions and 1 deletions

10
run.yml
View File

@@ -20,7 +20,15 @@
become: yes
vars_files:
- "vars/vault.yml"
pre_tasks:
- name: Update apt cache.
apt:
update_cache: true
cache_valid_time: 3600
when: ansible_os_family == 'Debian'
roles:
- role: geerlingguy.security
#- role: geerlingguy.ntp ## NEEDED?
#- role: owncloud
- role: owncloud