hello, i am accustomed to using puppet to configure systems and docker files to configure docker containers. both of these technologies are a source of truth as to how my system and containers should behave. what is the best practice technique for configuring jails for reproducibility and maintenance?
my current setup is very manual. i have various hard-coded pf rules to enable networking into the jails and a text document to help document some of operations that were performed on the jail. it's very manual and i'd like to move away from that. i'm not sure if i should just maintain a bash script per jail or if there is a more mature solution.
my current setup is very manual. i have various hard-coded pf rules to enable networking into the jails and a text document to help document some of operations that were performed on the jail. it's very manual and i'd like to move away from that. i'm not sure if i should just maintain a bash script per jail or if there is a more mature solution.