ansible/inventory/zogg.yml
2023-09-25 10:40:20 +02:00

76 lines
2.0 KiB
YAML

# 2023-09-25
zogg:
hosts:
izanagi:
ansible_host: izanagi.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"
omoikane:
ansible_host: omoikane.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"
raijin:
ansible_host: raijin.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"
tenjin:
ansible_host: tenjin.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"
inari:
ansible_host: inari.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"
uzume:
ansible_host: uzume.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"
sarutahiko:
ansible_host: sarutahiko.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"
susanoo:
ansible_host: susanoo.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"
orochi:
ansible_host: orochi.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"
suijin:
ansible_host: suijin.home
ansible_connection: ssh
ansible_port: "{{sshport}}"
ansible_ssh_user: "{{sshuser}}"
ansible_ssh_private_key_file: "{{sshkey}}"