From d73f488ebbbf2cc3577c06bb40888151db448ec4 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sun, 4 Sep 2022 16:52:37 +0200 Subject: [PATCH] added narwhal host --- deploy.yml | 13 +++++++++++++ hosts.yml | 6 ++++++ 2 files changed, 19 insertions(+) diff --git a/deploy.yml b/deploy.yml index f10f7ec..9aa47f6 100644 --- a/deploy.yml +++ b/deploy.yml @@ -32,3 +32,16 @@ - ansible - woodpecker use_lbu: false + +- name: narwhal deployment + hosts: narwhal + become: yes + become_method: sudo + roles: + - basic + vars: + users: + - rilla + - ansible + - woodpecker + use_lbu: false diff --git a/hosts.yml b/hosts.yml index dd6878e..7ebb225 100644 --- a/hosts.yml +++ b/hosts.yml @@ -12,3 +12,9 @@ all: ansible_user: ansible ansible_port: 22 ansible_python_interpreter: /usr/bin/python3 + + narwhal: + ansible_host: narwhal + ansible_user: ansible + ansible_port: 22 + ansible_python_interpreter: /usr/bin/python3