mods. and new project at dav: new hosts
This commit is contained in:
20
run.yml
20
run.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user