From 9fbd2b329e02144bc1fbe43bdcfb24a8c217b41d Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 30 Aug 2022 10:09:52 +0200 Subject: [PATCH] added snitch host --- deploy.yml | 4 ++++ hosts.yml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/deploy.yml b/deploy.yml index e69de29..85d3e13 100644 --- a/deploy.yml +++ b/deploy.yml @@ -0,0 +1,4 @@ +- name: snitch deployment + hosts: snitch + become: yes + become_method: doas diff --git a/hosts.yml b/hosts.yml index b7f7954..aa97b8a 100644 --- a/hosts.yml +++ b/hosts.yml @@ -1,2 +1,7 @@ all: hosts: + snitch: + ansible_host: snitch + ansible_user: rilla + ansible_port: 22 + ansible_python_interpreter: /usr/bin/python3