Skip to content
Snippets Groups Projects
inventory.yml 502 B
Newer Older
  • Learn to ignore specific revisions
  • ngyimesi's avatar
    ngyimesi committed
    all:
      hosts:
    
    ngyimesi's avatar
    ngyimesi committed
        "[1:33].kepzes23":
    
    ngyimesi's avatar
    ngyimesi committed
          ansible_user: terraform
          ansible_become: yes
        vsalgo-router:
          ansible_user: norbey
          ansible_python_interpreter: /usr/bin/python3
          ansible_network_os: vyos.vyos.vyos
          ansible_connection: network_cli
          ansible_ssh_host: 152.66.209.61
          ansible_ssh_private_key_file: /home/norbey/.ssh/keys.d/kszk-vsalgo.key
    
    ngyimesi's avatar
    ngyimesi committed
      children:
    
    ngyimesi's avatar
    ngyimesi committed
        vms:
          hosts:
    
    ngyimesi's avatar
    ngyimesi committed
            "[1:33].kepzes23": {}
    
    ngyimesi's avatar
    ngyimesi committed
        router:
          hosts:
            vsalgo-router: {}