added narwhal host

main
Ricard Illa 2022-09-04 16:52:37 +02:00
parent 202e8845a1
commit d73f488ebb
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
2 changed files with 19 additions and 0 deletions

View File

@ -32,3 +32,16 @@
- ansible
- woodpecker
use_lbu: false
- name: narwhal deployment
hosts: narwhal
become: yes
become_method: sudo
roles:
- basic
vars:
users:
- rilla
- ansible
- woodpecker
use_lbu: false

View File

@ -12,3 +12,9 @@ all:
ansible_user: ansible
ansible_port: 22
ansible_python_interpreter: /usr/bin/python3
narwhal:
ansible_host: narwhal
ansible_user: ansible
ansible_port: 22
ansible_python_interpreter: /usr/bin/python3