Hello,
some what new to ansible. I’ve read a little about “galaxy”, but want to pull in private code from in-house server only.
Basically, I’d like a one-stop-shopping bootstrap playbook, “setup.yml”, that can pull in other code as needed.
I already have a single-file playbook version of that sort of thing in production, but I’d like the ability to easily have it use multiple code files, depending on what site it is running on, and things like that.
(in an ideal world, I would simply be able to use “import_playbook” with a url instead of just a local file)