diff options
-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: {} |