diff options
author | uvok cheetah | 2024-02-25 19:22:32 +0100 |
---|---|---|
committer | uvok cheetah | 2024-02-25 19:22:32 +0100 |
commit | 184a539ad3ec3041ea566e87f7a4ef4d39a233c8 (patch) | |
tree | f5b36f7b1d3bccf9a09fd9e27ed096bc55314e3e /host_vars/gcloud-an | |
parent | a8ef39c7d47fde9db424cef7fa48c6a901c0c76d (diff) |
Add gcloud for ansible
needs sshconfig entry
Diffstat (limited to 'host_vars/gcloud-an')
-rw-r--r-- | host_vars/gcloud-an | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host_vars/gcloud-an b/host_vars/gcloud-an new file mode 100644 index 0000000..80ad979 --- /dev/null +++ b/host_vars/gcloud-an @@ -0,0 +1,2 @@ +ansible_become_pass: "{{ mypass }}" +ansible_user: ansible |