I would like to use git for managing Ansible playbooks for version control on an admin server in GCP. So the idea is this:
each user in the admin group to run the playbooks pulled from the github ino their repo from each user’s home. for exampel:
for user1,
run ansible playbooks from: adminserver:/home/user1/user1_git_repo/playbooks
for user1,
run ansible playbooks from: adminserver:/home/user2/user2_git_repo/playbooks