added fugu host

main
Ricard Illa 2022-09-04 17:47:06 +02:00
parent d88d8ece2e
commit a999c6949c
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 17 additions and 1 deletions

View File

@ -47,4 +47,14 @@
- rilla
- ansible
- woodpecker
use_lbu: false
- name: fugu deployment
hosts: fugu
become: true
become_method: doas
roles:
- basic
vars:
users:
- rilla
- ansible

View File

@ -19,3 +19,9 @@ all:
ansible_user: ansible
ansible_port: 22
ansible_python_interpreter: /usr/bin/python3
fugu:
ansible_host: fugu
ansible_user: ansible
ansible_port: 22
ansible_python_interpreter: /usr/local/bin/python3