From 248e163fd133b55c1302e67ab339380a26af236c Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 30 Aug 2022 17:27:09 +0200 Subject: [PATCH] added caladan host --- deploy.yml | 7 +++++++ hosts.yml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/deploy.yml b/deploy.yml index ddfe4d1..5d9d582 100644 --- a/deploy.yml +++ b/deploy.yml @@ -14,3 +14,10 @@ - name: lbu commit lbu: commit: true + +- name: caladan deployment + hosts: caladan + become: yes + become_method: doas + roles: + - basic diff --git a/hosts.yml b/hosts.yml index 51cf29f..577d846 100644 --- a/hosts.yml +++ b/hosts.yml @@ -1,7 +1,14 @@ all: hosts: + snitch: ansible_host: snitch ansible_user: ansible ansible_port: 22 ansible_python_interpreter: /usr/bin/python3 + + caladan: + ansible_host: caladan + ansible_user: rilla + ansible_port: 22 + ansible_python_interpreter: /usr/bin/python3