diff --git a/playbooks/roles/bifrost-keystone-install/templates/keystone-admin.ini.j2 b/playbooks/roles/bifrost-keystone-install/templates/keystone-admin.ini.j2 index 9cfa7aaca..3e0b3156e 100644 --- a/playbooks/roles/bifrost-keystone-install/templates/keystone-admin.ini.j2 +++ b/playbooks/roles/bifrost-keystone-install/templates/keystone-admin.ini.j2 @@ -1,4 +1,4 @@ -{{ ansible_managed }} +# {{ ansible_managed }} [uwsgi] master = true processes = 2 diff --git a/playbooks/roles/bifrost-keystone-install/templates/keystone-public.ini.j2 b/playbooks/roles/bifrost-keystone-install/templates/keystone-public.ini.j2 index 33e5db1a6..8641ae18c 100644 --- a/playbooks/roles/bifrost-keystone-install/templates/keystone-public.ini.j2 +++ b/playbooks/roles/bifrost-keystone-install/templates/keystone-public.ini.j2 @@ -1,4 +1,4 @@ -{{ ansible_managed }} +# {{ ansible_managed }} [uwsgi] master = true processes = 2 diff --git a/playbooks/roles/bifrost-keystone-install/templates/keystone.conf.j2 b/playbooks/roles/bifrost-keystone-install/templates/keystone.conf.j2 index 55fe65293..4933144ae 100644 --- a/playbooks/roles/bifrost-keystone-install/templates/keystone.conf.j2 +++ b/playbooks/roles/bifrost-keystone-install/templates/keystone.conf.j2 @@ -1,4 +1,4 @@ -{{ ansible_managed }} +# {{ ansible_managed }} [DEFAULT] debug = {{ keystone.debug | bool }} diff --git a/playbooks/roles/bifrost-keystone-install/templates/nginx.conf.j2 b/playbooks/roles/bifrost-keystone-install/templates/nginx.conf.j2 index 0054713ff..d80f6fa69 100644 --- a/playbooks/roles/bifrost-keystone-install/templates/nginx.conf.j2 +++ b/playbooks/roles/bifrost-keystone-install/templates/nginx.conf.j2 @@ -1,4 +1,4 @@ -{{ ansible_managed }} +# {{ ansible_managed }} user {{ nginx_user }}; worker_processes 2; pid /run/nginx.pid; diff --git a/playbooks/roles/bifrost-keystone-install/templates/nginx_conf.d_bifrost-keystone.conf.j2 b/playbooks/roles/bifrost-keystone-install/templates/nginx_conf.d_bifrost-keystone.conf.j2 index a048b3484..4259cd74e 100644 --- a/playbooks/roles/bifrost-keystone-install/templates/nginx_conf.d_bifrost-keystone.conf.j2 +++ b/playbooks/roles/bifrost-keystone-install/templates/nginx_conf.d_bifrost-keystone.conf.j2 @@ -1,4 +1,4 @@ -{{ ansible_managed }} +# {{ ansible_managed }} server { listen 5000; access_log /var/log/nginx/keystone/access.log;