Would it make sense to have certain things as pack config? Very much like `ansible.cfg` in a way. The config could set variables that are commonly used across all runs such as: `private_key` `inventory_file` and some global `env` values if need be.
Would it make sense to have certain things as pack config? Very much like
ansible.cfgin a way.The config could set variables that are commonly used across all runs such as:
private_keyinventory_fileand some global
envvalues if need be.