1. 07 Jul, 2022 35 commits
  2. 11 Feb, 2022 1 commit
  3. 07 Feb, 2022 2 commits
    • Levin Zimmermann's avatar
      playbook: Fix sensor installation for Debian 11 · 7c5a2eff
      Levin Zimmermann authored
      Previously it only worked with Debian 10. This commit reflects the
      removal of the apt package 'python-pip' in Debian 11 and the change
      of the i2c bus number.
      7c5a2eff
    • Levin Zimmermann's avatar
      playbook: Fix firewall settings for olimex sensor · 90ea4d1c
      Levin Zimmermann authored
      There were still two issues which are solved with this commit:
      
      1. Previously the firewall prevented the installation of Fluentd
         (because no connection via http/https was possible).
      
      2. Previously the sensor couldn't send data to the IoT gateway (
         the opened port wasn't sufficient).
      90ea4d1c
  4. 11 Jan, 2022 2 commits
    • Levin Zimmermann's avatar
      playbook: Fix wrong computer name · 65e71367
      Levin Zimmermann authored
      When importing the slapos playbook after running re6stnet-install role,
      the user defined computer_name will be ignored and will be overridden
      by 'set_facts', line 16 in re6stnet-install/tasks/main.yml. Therefore
      the slapos install role is directly called (instead of importing the
      playbook) which seems to solve the issue.
      65e71367
    • Levin Zimmermann's avatar
      playbook: Fix firewall · 826f73fc
      Levin Zimmermann authored
      826f73fc