added narwhal host
parent
202e8845a1
commit
d73f488ebb
13
deploy.yml
13
deploy.yml
|
@ -32,3 +32,16 @@
|
||||||
- ansible
|
- ansible
|
||||||
- woodpecker
|
- woodpecker
|
||||||
use_lbu: false
|
use_lbu: false
|
||||||
|
|
||||||
|
- name: narwhal deployment
|
||||||
|
hosts: narwhal
|
||||||
|
become: yes
|
||||||
|
become_method: sudo
|
||||||
|
roles:
|
||||||
|
- basic
|
||||||
|
vars:
|
||||||
|
users:
|
||||||
|
- rilla
|
||||||
|
- ansible
|
||||||
|
- woodpecker
|
||||||
|
use_lbu: false
|
||||||
|
|
|
@ -12,3 +12,9 @@ all:
|
||||||
ansible_user: ansible
|
ansible_user: ansible
|
||||||
ansible_port: 22
|
ansible_port: 22
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
|
||||||
|
narwhal:
|
||||||
|
ansible_host: narwhal
|
||||||
|
ansible_user: ansible
|
||||||
|
ansible_port: 22
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
|
Loading…
Reference in New Issue