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