resources: deleted since they're, mostly, trash

This commit is contained in:
Renich Bon Ciric 2024-06-26 01:03:51 -06:00
parent 696a6df320
commit 3aaeb2ace7
12 changed files with 0 additions and 145 deletions

View file

@ -1,4 +0,0 @@
# Resources
These are just additional deploys and inventories one can use to deploy individual services. For now, they're useful when developing
individual roles so that one can iterate faster.

View file

@ -1,60 +0,0 @@
- hosts: localhost
vars_files:
- "vars/{{ ansible_facts['os_family'] }}.yaml"
- vars/main.example.yaml
vars:
services:
- nginx
- postgresql
- redis
roles:
- name: certificates
- hosts: all
serial: 1
vars_files:
- "vars/{{ ansible_facts['os_family'] }}.yaml"
- vars/main.example.yaml
roles:
- name: common
- hosts: postgresql
vars_files:
- "vars/{{ ansible_facts['os_family'] }}.yaml"
- vars/main.example.yaml
roles:
- name: postgresql
- hosts: redis
vars_files:
- "vars/{{ ansible_facts['os_family'] }}.yaml"
- vars/main.example.yaml
roles:
- name: redis
- hosts: coolwsd
vars_files:
- "vars/{{ ansible_facts['os_family'] }}.yaml"
- vars/main.example.yaml
roles:
- name: coolwsd
- hosts: nextcloud
vars_files:
- "vars/{{ ansible_facts['os_family'] }}.yaml"
- vars/main.example.yaml
roles:
- name: nextcloud
- name: coolwsd-nginx
- name: nextcloud-spreed
- hosts: turn
vars_files:
- "vars/{{ ansible_facts['os_family'] }}.yaml"
- vars/main.example.yaml
roles:
- name: turn
- name: nats-server
- name: signaling-server
- name: janus

View file

@ -1,6 +0,0 @@
- hosts: janus*
vars_files:
- vars/main.test.yaml
- "vars/{{ ansible_facts['os_family'] }}.yaml"
roles:
- name: janus

View file

@ -1,6 +0,0 @@
- hosts: nats*
vars_files:
- vars/main.test.yaml
- "vars/{{ ansible_facts['os_family'] }}.yaml"
roles:
- name: nats-server

View file

@ -1,6 +0,0 @@
- hosts: signaling*
vars_files:
- vars/main.test.yaml
- "vars/{{ ansible_facts['os_family'] }}.yaml"
roles:
- name: signaling-server

View file

@ -1,5 +0,0 @@
- hosts: nextcloud
vars_files:
- "vars/{{ ansible_facts['os_family'] }}.yaml"
roles:
- name: nextcloud-spreed

View file

@ -1,7 +0,0 @@
- hosts: turn
vars_files:
- vars/main.test.yaml
- "vars/{{ ansible_facts['os_family'] }}.yaml"
roles:
- name: turn

View file

@ -1,43 +0,0 @@
# If your FQDNs are resolvable, then you don't need the ansible_host= part. If they're not, one can just use ansible_host=<some-ip>
# in order to make them resolvable. Alternatively, you can change the IPs and add all these entries to the /etc/hosts file of the
# deployment server (a.k.a. where the ansible-playbooks reside) and not use ansible_host=.
#
# For example:
#
# /etc/hosts:
# # Loopback entries; do not change.
# For historical reasons, localhost precedes localhost.localdomain:
# 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
# ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
#
# # my nextcloud
# 192.168.0.10 nx0.example.com nx0
# 192.168.0.11 db0.example.com db0
# 192.168.0.12 rds0.example.com rds0
# 192.168.0.13 cl0.example.com cl0
# 192.168.0.14 turn0.example.com turn0
[nextcloud]
nx0.example.com ansible_host=192.168.0.10
[postgresql]
db0.example.com ansible_host=192.168.0.11
[redis]
rds0.example.com ansible_host=192.168.0.12
[coolwsd]
cl0.example.com ansible_host=192.168.0.13
# Nextcloud Talk
[turn]
turn0.example.com ansible_host=192.168.0.14
[nats]
turn0.example.com ansible_host=192.168.0.14
[signaling]
turn0.example.com ansible_host=192.168.0.14
[janus]
turn0.example.com ansible_host=192.168.0.14

View file

@ -1,2 +0,0 @@
[janus]
jns0-softwarelibre-mx ansible_host=10.201.15.20

View file

@ -1,2 +0,0 @@
[nats]
nats1.softwarelibre.mx ansible_host=10.201.15.20

View file

@ -1,2 +0,0 @@
[nats]
signaling1.softwarelibre.mx ansible_host=10.201.15.20

View file

@ -1,2 +0,0 @@
[turn]
turn0-softwarelibre-mx ansible_host=10.201.15.43