diff --git a/CloudComputing_Lab/modules/ROOT/pages/ansible.adoc b/CloudComputing_Lab/modules/ROOT/pages/ansible.adoc
index 2133075..7dde0cd 100755
--- a/CloudComputing_Lab/modules/ROOT/pages/ansible.adoc
+++ b/CloudComputing_Lab/modules/ROOT/pages/ansible.adoc
@@ -206,3 +206,100 @@
#
----
+
+
+
+== Playbook files
+
+=== fluentd conf file
+
+[source,sh]
+----
+# config
+
+ @type stdout
+
+
+# input
+
+
+
+# input
+
+
+
+# output http
+
+ @type copy
+#
+# @type mongo_replset
+#
+# database fluent
+# collection logs
+# nodes ondemand_mongo1:27017,ondemand_mongo2:27017,ondemand_mongo3:27017,ondemand_mongo4:27017,ondemand_mongo5:27017,ondemand_mongo6:27017,ondemand_mongo7:27017
+#
+# user myusername
+# password mypassword
+#
+# replica_set rs1
+# num_retries 60
+# capped
+# capped_size 100m
+#
+#
+#
+# flush_interval 20s
+#
+#
+
+ @type stdout
+
+
+
+ @type file
+ path /tmp/mylog
+
+ timekey 1d
+ timekey_use_utc true
+ timekey_wait 10s
+
+
+
+
+
+
+
+ @type copy
+
+ @type stdout
+
+
+