starting new project. commmit last unknown changes

This commit is contained in:
2025-01-31 11:32:45 +01:00
parent 9bbf0a37c0
commit a729ea3ecf
3 changed files with 22 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
# Need to be in var file
domain_name: nginx.softbox.net
domain_name: ga.glt.lan
nginx_root: tu # /var/www/"{{ nginx_root }}" is the folder where the website files reside
main_username: root
main_groupname: root

View File

@@ -4,6 +4,8 @@
[owncloud]
10.0.101.99 ansible_user=sbxadmin ansible_port=22
[nextcloud]
10.0.101.11 ansible_user=sbxadmin ansible_port=22
[mailout]
10.54.15.6 ansible_user=sbxadmin ansible_port=22

21
run.yml
View File

@@ -16,7 +16,24 @@
# - role: ironicbadger.docker_compose_generator
#
- 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: nextcloud
become: yes
vars_files:
- "vars/vault.yml"
@@ -31,4 +48,4 @@
roles:
- role: geerlingguy.security
#- role: geerlingguy.ntp ## NEEDED?
- role: owncloud
- role: lamp