So I plan to use a static and a dynamic inventory (gce) and this is what my play folder looks like:
`
.
├── ansible.cfg
├── credentials.json
├── gce_vars
│ ├── auth
│ └── test_servers
├── group_vars
│ └── all
├── hosts.yml
├── inventory
│ ├── gce.ini
│ ├── gce.py
│ └── hosts.yml
└── provision.yml
3 directories, 10 files
`
credentials.json is the json private key for my service account.
`
[root@workstation gcloud]# cat gce_vars/auth