1. 28 Jun, 2018 2 commits
  2. 27 Jun, 2018 2 commits
  3. 08 Jun, 2018 1 commit
  4. 05 Jun, 2018 1 commit
  5. 25 May, 2018 1 commit
  6. 21 May, 2018 1 commit
  7. 20 May, 2018 1 commit
  8. 26 Apr, 2018 2 commits
  9. 19 Apr, 2018 1 commit
  10. 18 Apr, 2018 1 commit
  11. 09 Apr, 2018 1 commit
  12. 04 Apr, 2018 3 commits
  13. 30 Mar, 2018 3 commits
  14. 29 Mar, 2018 3 commits
  15. 27 Mar, 2018 3 commits
    • Łukasz Nowak's avatar
      repo: Request certificates and domain name · 1f5418b1
      Łukasz Nowak authored
      The certificates might be  needed, so ask the user for domain name and
      the certificates.
      
      As a "safe" way to transmit the certificate use mktemp.
      
      This functionality requires "playbook: Allow correct certificate with domain"
      1f5418b1
    • Łukasz Nowak's avatar
      repo: Make install.sh script reusable · 8f6889d7
      Łukasz Nowak authored
      Thanks to using install.rc it is possible to easily select any playbook
      to be used during the installation.
      8f6889d7
    • Łukasz Nowak's avatar
      playbook: Allow correct certificate with domain · 0bade643
      Łukasz Nowak authored
      For most of cases the default approach, with generated certificate, is
      enough, but sometimes the playbooks are used in environment, where
      real certificates with domain names shall be used.
      
      For such scenarios, prepare the system to use ansible-playbook
      --extra-vars which can override the defaults.
      
      Note that frontend requester is improved, to support case of passed or not
      certificate files.
      0bade643
  16. 23 Mar, 2018 2 commits
  17. 22 Mar, 2018 1 commit
  18. 20 Mar, 2018 1 commit
  19. 19 Mar, 2018 2 commits
    • Rafael Monnerat's avatar
      playbook: Add special firewall configuration for slapos master · e2c295ad
      Rafael Monnerat authored
        The slapos master require that the machines access directly the apache instance on the backend,
        for authenticate the computers/software instances. This change is probably temporary considering
        that with causase this change might be dropped.
      e2c295ad
    • Łukasz Nowak's avatar
      playbook: Use correctly roles/vars · 13e9f2ac
      Łukasz Nowak authored
      The previous usage lead to impossilibity of overriding variables defined
      in role, because they were included forcibly in the tasks for
      standalone-shared.
      
      By using default Ansible apporach to role vars, they can be overriden on
      playbook basis.
      
      /reviewed-on !48
      13e9f2ac
  20. 13 Mar, 2018 2 commits
  21. 09 Mar, 2018 2 commits
  22. 05 Mar, 2018 4 commits