Hi all.
I have many servers which contain the same amount of apps. Apps are stored in the same folder which have same path in system for all servers.
I want to update configs of this configs through confd+etcd
I have one /etc/confd/conf.d/myconfig.toml and /etc/confd/templates/myconfig.conf.tmpl
but etcd have structure
Configs----\
\----server1\
\ \app2----
\ \app3----
\
\----server2\
\ \app2----
\ \app3----
\
\-----serverN
How to make configs, through one myconfig.toml and myconfig.conf.toml, different for all servers which i have?
or it's impusible, and i should have different *.toml and *.conf.toml for each server?
I general i want to create one git repository which will be contain all tomls and conf.tomls for all apps of all servers; And i want to make changes in one repository but not on each servers.