Skip to content

Commit

Permalink
Missing inventory.sample including sparkworkers and sparkmaster vars
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Oct 10, 2023
1 parent 644b54e commit 3eb5bc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/inventory.sample
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ sparkworkers
[sparkmaster]
stor-01

[sparkmaster:vars]
spark_role=master
container_name=master

# Place all workers into sparkworkers. Add your master to run a worker on it.
[sparkworkers]
stor-01
Expand All @@ -70,6 +74,10 @@ stor-06
#worker-02
#worker-03

[sparkworkers:vars]
spark_role=worker
container_name=worker

# To automatically fill out the config.yml define a supervisor group
# and include an ansible host in the group for the supervisor
[supervisor]
Expand Down

0 comments on commit 3eb5bc2

Please sign in to comment.