Skip to content
Snippets Groups Projects
  • Evangelos Foutras's avatar
    452090f6
    hcloud_inventory: Optimize --list to avoid --host calls · 452090f6
    Evangelos Foutras authored
    By adding a top-level element called "_meta" to the --list response,
    Ansible will not call the inventory script with --host for each host
    thus saving a lot of time and many requests to the Hetzner Cloud API.
    
    The speed-up is significant; `ansible-inventory --list` is down from
    about 1 minute to just 7 seconds in my testing (with ~60ms latency).
    Verified
    452090f6
    History
    hcloud_inventory: Optimize --list to avoid --host calls
    Evangelos Foutras authored
    By adding a top-level element called "_meta" to the --list response,
    Ansible will not call the inventory script with --host for each host
    thus saving a lot of time and many requests to the Hetzner Cloud API.
    
    The speed-up is significant; `ansible-inventory --list` is down from
    about 1 minute to just 7 seconds in my testing (with ~60ms latency).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.