Cerberus and Charon
This commit is contained in:
@@ -6,12 +6,14 @@ mintotaur ansible_host=192.168.89.151
|
|||||||
zeus-local
|
zeus-local
|
||||||
herodes-local
|
herodes-local
|
||||||
pi-local
|
pi-local
|
||||||
Wireguard-Cerberus
|
|
||||||
|
|
||||||
[Outside]
|
[Outside]
|
||||||
zeus-public
|
zeus-public
|
||||||
herodes-public
|
herodes-public
|
||||||
pi-public
|
pi-public
|
||||||
|
wireguard-cerberus
|
||||||
|
charon
|
||||||
|
|
||||||
[Vmbox]
|
[Vmbox]
|
||||||
debiantemplate
|
debiantemplate
|
||||||
|
|||||||
@@ -1,14 +1,24 @@
|
|||||||
- name: cerberos init
|
- name: cerberos init
|
||||||
hosts: Wireguard-Cerberus
|
hosts: wireguard-cerberus
|
||||||
become: true
|
become: true
|
||||||
vars_files:
|
vars_files:
|
||||||
- vault.yml
|
- vault.yml
|
||||||
- zeus-vars.yml
|
- zeus-vars.yml
|
||||||
tasks:
|
tasks:
|
||||||
- name: tools_for_command_line
|
- name: tools_for_command_line
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: tools_for_command_line
|
name: tools_for_command_line
|
||||||
|
|
||||||
- name: wireguard-server
|
- name: wireguard-server
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: wireguard-server
|
name: wireguard-server
|
||||||
|
|
||||||
|
- name: linux_config_init
|
||||||
|
ansible.builtin.include_role:
|
||||||
|
name: linux_config_init
|
||||||
|
vars:
|
||||||
|
user: warezjoe
|
||||||
|
uid: 1000
|
||||||
|
ssh_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII823CLHAgx4nTaTr0Wys65YWN9pVnDfbWvsZcFwCnWl"
|
||||||
|
set_ip: False
|
||||||
|
set_hostname: False
|
||||||
|
|||||||
Reference in New Issue
Block a user