Commit 2cea1287 authored by Alain Takoudjou's avatar Alain Takoudjou

playbook imt-slapos: enable prerm extension on slapos

parent acd25c72
......@@ -43,6 +43,7 @@
with_items:
- { regexp: '^ipv4_global_network\s*=', line: 'ipv4_global_network = 10.32.0.0/13' }
- { regexp: '^instance_storage_home\s*=', line: 'instance_storage_home = /data' }
- { regexp: '^manager_list\s*=', line: 'manager_list = prerm' }
when: post_config is defined and slapos_cfg.stat.exists == True
- modprobe: name=kvm state=present
......
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