added fugu host
parent
d88d8ece2e
commit
a999c6949c
12
deploy.yml
12
deploy.yml
|
@ -47,4 +47,14 @@
|
||||||
- rilla
|
- rilla
|
||||||
- ansible
|
- ansible
|
||||||
- woodpecker
|
- woodpecker
|
||||||
use_lbu: false
|
|
||||||
|
- name: fugu deployment
|
||||||
|
hosts: fugu
|
||||||
|
become: true
|
||||||
|
become_method: doas
|
||||||
|
roles:
|
||||||
|
- basic
|
||||||
|
vars:
|
||||||
|
users:
|
||||||
|
- rilla
|
||||||
|
- ansible
|
||||||
|
|
|
@ -19,3 +19,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
|
||||||
|
|
||||||
|
fugu:
|
||||||
|
ansible_host: fugu
|
||||||
|
ansible_user: ansible
|
||||||
|
ansible_port: 22
|
||||||
|
ansible_python_interpreter: /usr/local/bin/python3
|
||||||
|
|
Loading…
Reference in New Issue