1. 08 Jun, 2018 1 commit
  2. 05 Jun, 2018 1 commit
  3. 25 May, 2018 1 commit
  4. 21 May, 2018 1 commit
  5. 20 May, 2018 1 commit
  6. 26 Apr, 2018 2 commits
  7. 19 Apr, 2018 1 commit
  8. 18 Apr, 2018 1 commit
  9. 09 Apr, 2018 1 commit
  10. 04 Apr, 2018 3 commits
  11. 30 Mar, 2018 3 commits
  12. 29 Mar, 2018 3 commits
  13. 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
  14. 23 Mar, 2018 2 commits
  15. 22 Mar, 2018 1 commit
  16. 20 Mar, 2018 1 commit
  17. 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
  18. 13 Mar, 2018 2 commits
  19. 09 Mar, 2018 2 commits
  20. 05 Mar, 2018 7 commits
  21. 02 Mar, 2018 1 commit
    • Łukasz Nowak's avatar
      playbook: Fix Debian 9 repository information · 00f70c3d
      Łukasz Nowak authored
      As currently Debian 9 key on OBS is not valid, we need to update apt
      information with allowing insecure repositories.
      
      Even if repository role uses debian9-aptconf as dependency, it does not
      update repository information *after* adding the repository. So just
      update it.
      
      /reviewed-on !42
      00f70c3d