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