I have four environments (each having their own inventories, host_vars, and group_vars). I have a config that’s the same for three of those environments (labs) and a different config for use in the last environment (production). At least two servers in each environment are utilizing this config. I have one role to deploy the bits for all the environments except this one configuration file and I can’t seem to grasp how to handle the one off. Thoughts?
I am actually in the process of just making a template for each environment. Would you happen to have an example of what you’re talking about? If not, that’s fine.