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