added caladan host
parent
59ead99f51
commit
248e163fd1
|
@ -14,3 +14,10 @@
|
||||||
- name: lbu commit
|
- name: lbu commit
|
||||||
lbu:
|
lbu:
|
||||||
commit: true
|
commit: true
|
||||||
|
|
||||||
|
- name: caladan deployment
|
||||||
|
hosts: caladan
|
||||||
|
become: yes
|
||||||
|
become_method: doas
|
||||||
|
roles:
|
||||||
|
- basic
|
||||||
|
|
|
@ -1,7 +1,14 @@
|
||||||
all:
|
all:
|
||||||
hosts:
|
hosts:
|
||||||
|
|
||||||
snitch:
|
snitch:
|
||||||
ansible_host: snitch
|
ansible_host: snitch
|
||||||
ansible_user: ansible
|
ansible_user: ansible
|
||||||
ansible_port: 22
|
ansible_port: 22
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
|
||||||
|
caladan:
|
||||||
|
ansible_host: caladan
|
||||||
|
ansible_user: rilla
|
||||||
|
ansible_port: 22
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
|
Loading…
Reference in New Issue