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