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

Commit

Permalink
Updates for Turing Pi cluster with arm32.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jun 5, 2020
1 parent 751f136 commit d1607e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
# Set to 'pi' for Raspberry Pi OS, or 'pirate' for HypriotOS.
ansible_user: pi
ansible_user: pirate

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

# Turing Pi.
# ingress_server_ip: 10.0.100.74
# load_balancer_server_ip: 10.0.100.99
ingress_server_ip: 10.0.100.75
load_balancer_server_ip: 10.0.100.99

# Dramble.
ingress_server_ip: 10.0.100.83
load_balancer_server_ip: 10.0.100.131
# ingress_server_ip: 10.0.100.83
# load_balancer_server_ip: 10.0.100.131

0 comments on commit d1607e6

Please sign in to comment.