Meta
This commit is contained in:
parent
a849931632
commit
15bd875370
@ -2,5 +2,6 @@
|
|||||||
#nocows = 1
|
#nocows = 1
|
||||||
inventory = ./hosts
|
inventory = ./hosts
|
||||||
vault_password_file = .vault_pass
|
vault_password_file = .vault_pass
|
||||||
|
roles_path = .roles
|
||||||
#interpreter_python = /usr/bin/python3
|
#interpreter_python = /usr/bin/python3
|
||||||
#enable_task_debugger = True
|
#enable_task_debugger = True
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[raspberries]
|
[raspberries]
|
||||||
;node01
|
node01.kube.rostvik.site
|
||||||
;node02
|
node02.kube.rostvik.site
|
||||||
;pihole
|
;pihole
|
||||||
;devpi
|
;devpi
|
||||||
|
|
||||||
@ -19,9 +19,9 @@
|
|||||||
; servy
|
; servy
|
||||||
|
|
||||||
[kube]
|
[kube]
|
||||||
; controlplane is_controlplane=True
|
controlplane.kube.rostvik.site is_controlplane=True
|
||||||
; node01
|
node01.kube.rostvik.site
|
||||||
; node02
|
node02.kube.rostvik.site
|
||||||
|
|
||||||
[cloud_key]
|
[cloud_key]
|
||||||
; controller ansible_ssh_pass="{{ secret_ubnt.ck.pass }}"
|
; controller ansible_ssh_pass="{{ secret_ubnt.ck.pass }}"
|
||||||
@ -35,4 +35,4 @@
|
|||||||
; proxmox
|
; proxmox
|
||||||
|
|
||||||
[lxc_guest]
|
[lxc_guest]
|
||||||
; controlplane
|
controlplane.kube.rostvik.site
|
Loading…
Reference in New Issue
Block a user