Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Bump version of monitoring suite, specify 64-bit version of helm. #20

Merged
merged 3 commits into from
Jun 2, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make sure everything runs well on either HypriotOS or Pi OS.
  • Loading branch information
geerlingguy committed Jun 2, 2020
commit c106f03e9e894a72650319bf71d769e575431b35
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Regardless of the reason, here's how to quickly wipe the cluster clean (without

Now you can go back to the steps above under 'Usage' to set up applications inside the cluster!

> Important note: Any files that were downloaded for this repository, like the monitoring repository, still exist in the `pirate` user's home directory. For a more complete reset, also delete all those files and directories. Or to go thermonuclear, re-flash all the Pi's eMMC or microSD cards.
> Important note: Any files that were downloaded for this repository, like the monitoring repository, still exist in the `pirate` (HypriotOS) or `pi` (Raspberry Pi OS) user's home directory. For a more complete reset, also delete all those files and directories. Or to go thermonuclear, re-flash all the Pi's eMMC or microSD cards.

## Author

Expand Down
5 changes: 3 additions & 2 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
ansible_user: pirate
# Set to 'pi' for Raspberry Pi OS, or 'pirate' for HypriotOS.
ansible_user: pi

# For a 32-bit OS, set to 'arm'. For 64-bit OS, set to 'arm64'.
# Set to 'arm64' for a 64-bit OS, or 'arm' for 32-bit.
helm_arch: arm64

# Turing Pi.
Expand Down
1 change: 1 addition & 0 deletions roles/setup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
apt:
update_cache: true
cache_valid_time: 3600
become: true

- name: Ensure required dependencies are installed.
package:
Expand Down