1. 10 Oct, 2024 1 commit
  2. 09 Oct, 2024 3 commits
  3. 02 Oct, 2024 3 commits
  4. 19 Sep, 2024 1 commit
  5. 18 Sep, 2024 1 commit
  6. 13 Sep, 2024 1 commit
  7. 11 Sep, 2024 1 commit
  8. 06 Sep, 2024 1 commit
  9. 26 Aug, 2024 2 commits
  10. 07 Aug, 2024 1 commit
  11. 02 Aug, 2024 1 commit
    • Thomas Gambier's avatar
      playbook: run format-ims every minute · 6126186f
      Thomas Gambier authored
      format-ims must run even if there is no internet but 'slapos node boot'
      is waiting for internet' so add it every minute in addition to other
      places.
      
      We really need to add support for multiple tun interface in "slapos node format".
      6126186f
  12. 24 Jul, 2024 1 commit
  13. 18 Jul, 2024 1 commit
  14. 15 Jul, 2024 3 commits
  15. 08 Jul, 2024 1 commit
  16. 04 Jul, 2024 1 commit
  17. 03 Jul, 2024 1 commit
  18. 01 Jul, 2024 2 commits
  19. 28 Jun, 2024 3 commits
  20. 15 Jun, 2024 1 commit
  21. 10 Jun, 2024 1 commit
  22. 04 Jun, 2024 4 commits
  23. 13 May, 2024 1 commit
  24. 03 May, 2024 1 commit
  25. 26 Apr, 2024 1 commit
  26. 19 Apr, 2024 2 commits
    • Joanne Hugé's avatar
      roles/amarisoft-upgrade: add role to upgrade amarisoft binaries · 78e4686d
      Joanne Hugé authored
      This role makes a request to shacache to check if new amarisoft
      binaries are available. If there are and if the license on the
      machine allows it the binaries will be downloaded and decrypted
      using the server's private key in /opt/private-key.
      The binaries will then be installed in
      /opt/amarisoft/vYYYY-MM-DD, to be used with ors-amarisoft
      software release.
      78e4686d
    • Joanne Hugé's avatar
      roles/generate-key: add role to generate private key for ORS · 1f1f5c60
      Joanne Hugé authored
      This will generate a key pair in /opt/private-key.
      The public key will then be published in ansible report to
      the slapos monitoring service running on the machine.
      This private key will be used to decrypt encrypted
      data uploaded on shacache.
      1f1f5c60