mods. and new project at dav: new hosts

This commit is contained in:
Petar Cubela
2025-07-23 11:01:21 +02:00
parent 36ee9f57ea
commit 8ffc5c7da1
5 changed files with 44 additions and 4 deletions

20
run.yml
View File

@@ -1,5 +1,22 @@
---
- hosts: owncloud
#- hosts: owncloud
# 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
- hosts: azure_vm_01
become: yes
vars_files:
- "vars/vault.yml"
@@ -14,4 +31,3 @@
roles:
- role: geerlingguy.security
#- role: geerlingguy.ntp ## NEEDED?
- role: owncloud