ajout playbook creation site
[lhc/ansible.git] / templates / sigle_config_template.j2
diff --git a/templates/sigle_config_template.j2 b/templates/sigle_config_template.j2
new file mode 100644 (file)
index 0000000..7881c52
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+{# have to be completed with value from config.php from ateliers #}
+$CONFIG = array (
+  'instanceid' => 'oc2ls3ih38ml',
+  'passwordsalt' => 'eKxcXZBq+rTNj8fCWQ5/Iw+GJPpEVo',
+  'secret' => 'tEVNpFGKZVmab4zIjZq5qeBNjJtgDc50Ezz9zvebjIGwxcIf',
+  'version' => '22.2.0.2',
+  'installed' => true,
+  'maintenance' => false,
+);