From a999c6949c5b67f34decb34c9b04911c59be1eec Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Sun, 4 Sep 2022 17:47:06 +0200 Subject: [PATCH] added fugu host --- deploy.yml | 12 +++++++++++- hosts.yml | 6 ++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/deploy.yml b/deploy.yml index 0bcc451..225684c 100644 --- a/deploy.yml +++ b/deploy.yml @@ -47,4 +47,14 @@ - rilla - ansible - woodpecker - use_lbu: false + +- name: fugu deployment + hosts: fugu + become: true + become_method: doas + roles: + - basic + vars: + users: + - rilla + - ansible diff --git a/hosts.yml b/hosts.yml index 77171fb..29bfda6 100644 --- a/hosts.yml +++ b/hosts.yml @@ -19,3 +19,9 @@ all: ansible_user: ansible ansible_port: 22 ansible_python_interpreter: /usr/bin/python3 + + fugu: + ansible_host: fugu + ansible_user: ansible + ansible_port: 22 + ansible_python_interpreter: /usr/local/bin/python3