Skip to content
Snippets Groups Projects
  1. May 12, 2022
    • Evangelos Foutras's avatar
      Replace dynamic hcloud inventory with host entries · 62f93478
      Evangelos Foutras authored
      We make almost no use of the dynamic properties of the hcloud inventory,
      so we can simplify this by declaring all cloud servers in the main hosts
      inventory.
      
      The main benefit of this change is that temporary and experimental cloud
      servers are not automatically included in the Ansible playbooks. In such
      cases it is usually incorrect to deploy changes to these unknown servers.
      
      A smaller side benefit is that Ansible will now use hostnames to connect
      to cloud servers, whereas the dynamic inventory provided IPv4 addresses.
      This results in more meaningful ~/.ssh/known_hosts entries.
      Verified
      62f93478
  2. May 07, 2022
  3. Jul 12, 2021
  4. Apr 15, 2021
  5. Apr 30, 2020
  6. Mar 31, 2019
    • Sven-Hendrik Haase's avatar
      Use custom hcloud dynamic inventory script · 2d38b6ff
      Sven-Hendrik Haase authored
      This has multiple benefits:
      - We don't have to wait until Ansible 2.8 (which will be when the official hcloud dynamic inventory provider will be included)
      - We can expand the script to group servers by labels if required
      - We can use the vault to automatically get the hetzner cloud token which is not possible otherwise
      2d38b6ff
  7. Mar 24, 2019
  8. Dec 07, 2017
  9. Aug 22, 2017
  10. Jul 25, 2017
  11. Mar 11, 2017
  12. Jan 29, 2017
  13. Jul 18, 2016
  14. May 17, 2016
Loading