add hosts

This commit is contained in:
Torma Kristóf 2022-04-16 14:07:39 +02:00
parent 40d8c376b2
commit 0f8a98d7cc
4 changed files with 14 additions and 10 deletions

View File

@ -1,2 +1,2 @@
---
default_gateway: "192.168.69.254"
default_gateway: "192.168.69.1"

View File

@ -1,2 +1,2 @@
---
default_gateway: "192.168.69.1"
default_gateway: "192.168.69.1"

View File

@ -24,9 +24,21 @@ all:
ansible_host: apache.stargate.internal
openvpn:
ansible_host: openvpn.stargate.internal
nexus:
ansible_host: nexus.stargate.internal
git:
ansible_host: git.stargate.internal
postgres:
ansible_host: postgres.stargate.internal
mckay:
hosts:
guacamole:
ansible_host: guacamole.stargate.internal
bitwarden:
ansible_host: bitwarden.stargate.internal
nextcloud:
ansible_host: nextcloud.stargate.internal
mysql:
ansible_host: mysql.stargate.internal
backup:
ansible_host: backup.stargate.internal

View File

@ -1,8 +0,0 @@
---
- name: Mount up device by UUID
ansible.posix.mount:
path: "{{ mountpoint_path }}"
src: "UUID={{ mountpoint_uuid }}"
fstype: "{{ mountpoint_fstype }}"
opts: "{{ mountpoint_opts }}"
state: mounted