Skip to content
Snippets Groups Projects
  1. Oct 22, 2024
    • Eesaan Atluri's avatar
      refactor: Modify placeholder set for hosts during development · 673a8ebd
      Eesaan Atluri authored
      We changed it to "all" because that's the convention we follow.
      When running ansible playbook you need to limit the hosts with -l
      so that it doesn't run on all hosts.
      
      Some background on why it was set to default in the first place,
      `hosts: default` is used as a placeholder during development
      to indicate where actual host groups will later be defined.
      You can define specific host groups within the inventory
      file with names that are more relevant to your infrastructure,
      replacing the "default" placeholder.
      673a8ebd
    • Eesaan Atluri's avatar
      refactor: Move vars to appropriate group_var files · 17ff86bd
      Eesaan Atluri authored
      We parameterized a few tasks in the cheaha.yml and put the vars in
      group_vars/all so that the existing knightly builds won't break.
      We added values required for the CoD deploy in group_vars/proxy. Now if
      we put the proxy nodes in proxy group they will inherit values meant for
      CoD deploy which is not desired in production.
      We later realized that the appropriate file is group_vars/knightly and
      it gives flexibility to put proxy nodes in knightly group to override
      the vars meant for CoD in group_vars/all.
      17ff86bd
  2. Sep 20, 2024
  3. Jul 11, 2024
  4. Jul 08, 2024
  5. Apr 25, 2024
  6. Apr 23, 2024
  7. Apr 22, 2024
  8. Apr 19, 2024
  9. Apr 17, 2024
  10. Apr 12, 2024
  11. Apr 11, 2024
  12. Apr 08, 2024
  13. Apr 01, 2024
  14. Mar 22, 2024
  15. Mar 21, 2024
  16. Mar 19, 2024
  17. Feb 29, 2024
  18. Feb 28, 2024
Loading