From f78861411fc17d5bbc0361d373050f7820cf55ec Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Wed, 1 Oct 2025 14:42:08 +0200 Subject: [PATCH] added tasks for a bastion host --- host_vars/bastion.universe.local.yml | 0 host_vars/newbastion.universe.local.yml | 0 local.yml | 6 ++++++ 3 files changed, 6 insertions(+) create mode 100644 host_vars/bastion.universe.local.yml create mode 100644 host_vars/newbastion.universe.local.yml diff --git a/host_vars/bastion.universe.local.yml b/host_vars/bastion.universe.local.yml new file mode 100644 index 0000000..e69de29 diff --git a/host_vars/newbastion.universe.local.yml b/host_vars/newbastion.universe.local.yml new file mode 100644 index 0000000..e69de29 diff --git a/local.yml b/local.yml index 9e8601a..3946c23 100644 --- a/local.yml +++ b/local.yml @@ -74,6 +74,12 @@ roles: - server +- hosts: bastionhost + tags: server,bastionhost + become: true + roles: + - bastionhost + - hosts: nameserver tags: server,nameserver become: true