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 | |
parent | a8ef39c7d47fde9db424cef7fa48c6a901c0c76d (diff) |
Add gcloud for ansible
needs sshconfig entry
-rw-r--r-- | host_vars/gcloud-an | 2 | ||||
-rw-r--r-- | hosts.yml | 1 |
2 files changed, 3 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 @@ -17,6 +17,7 @@ all: hetzner: {} netcup: {} firstroot: {} + gcloud-an: {} vms: hosts: pihole.lan: {} |