1. 23 Mar, 2018 1 commit
  2. 22 Mar, 2018 1 commit
  3. 20 Mar, 2018 1 commit
  4. 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
  5. 13 Mar, 2018 2 commits
  6. 09 Mar, 2018 2 commits
  7. 05 Mar, 2018 7 commits
  8. 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
  9. 01 Mar, 2018 3 commits
  10. 08 Feb, 2018 2 commits
  11. 26 Jan, 2018 4 commits
  12. 25 Jan, 2018 1 commit
    • Łukasz Nowak's avatar
      [playbook] Upgrade SR to 1.0.56.1 · afacc29e
      Łukasz Nowak authored
      This release fixes problem with filling monitor log files with
      "AH03490: scoreboard is full, not at MaxRequestWorkers.Increase
      ServerLimit."
      
      /reviewed-on !37
      afacc29e
  13. 22 Jan, 2018 1 commit
  14. 15 Jan, 2018 2 commits
  15. 10 Jan, 2018 6 commits
  16. 08 Jan, 2018 1 commit
  17. 12 Dec, 2017 1 commit
  18. 07 Dec, 2017 2 commits
    • Łukasz Nowak's avatar
      repo: Provide one command for the end user · 1cfe05a8
      Łukasz Nowak authored
      As the process of installing from ERP5 can be controlled with a script,
      create such script instead of many steps.
      
      This script is safe to be run many times.
      1cfe05a8
    • Łukasz Nowak's avatar
      playbook: Support "offline" ansible runs · 394e7d06
      Łukasz Nowak authored
      By setting default slapos_ansible_offline to false and using it as
      conditional for repository role it is possible to drive, from example
      from host variable, if playbook shall restrain itself from running
      oneline required roles.
      
      /reviewed-on !33
      394e7d06