added caladan host

main
Ricard Illa 2022-08-30 17:27:09 +02:00
parent 59ead99f51
commit 248e163fd1
2 changed files with 14 additions and 0 deletions

View File

@ -14,3 +14,10 @@
- name: lbu commit
lbu:
commit: true
- name: caladan deployment
hosts: caladan
become: yes
become_method: doas
roles:
- basic

View File

@ -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