add hosts
This commit is contained in:
parent
40d8c376b2
commit
0f8a98d7cc
@ -1,2 +1,2 @@
|
||||
---
|
||||
default_gateway: "192.168.69.254"
|
||||
default_gateway: "192.168.69.1"
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user