Commit 509164ba authored by Alain Takoudjou's avatar Alain Takoudjou

Playbook: increase default partition amount to 126 for imt-slapos

parent 28f22c3a
......@@ -35,7 +35,7 @@
with_items:
- { regexp: '^create_tap\s*=', line: 'create_tap = True' }
- { regexp: '^tap_gateway_interface\s*=', line: 'tap_gateway_interface = re6stnet-tcp' }
- { regexp: '^partition_amount\s*=', line: 'partition_amount = 15' }
- { regexp: '^partition_amount\s*=', line: 'partition_amount = 126' }
when: post_config is defined and slapos_cfg.stat.exists == True
- name: update slapos.cfg configuration storage/network
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment