diff --git a/.gitignore b/.gitignore index 4481491..a235aae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ ansible/vault_password -ansible/inventory/host_vars/*/vault.yml +ansible/inventory/host_vars/*/vault.yaml ansible/roles/k8s_network/files/calico .vscode */vault.yaml \ No newline at end of file diff --git a/ansible/inventory/host_vars/fw00/fw00.yaml b/ansible/inventory/host_vars/fw00/fw00.yaml deleted file mode 100644 index ed97d53..0000000 --- a/ansible/inventory/host_vars/fw00/fw00.yaml +++ /dev/null @@ -1 +0,0 @@ ---- diff --git a/ansible/inventory/host_vars/hv00/vault.yml b/ansible/inventory/host_vars/hv00/vault.yml new file mode 100644 index 0000000..e50099c --- /dev/null +++ b/ansible/inventory/host_vars/hv00/vault.yml @@ -0,0 +1,6 @@ +$ANSIBLE_VAULT;1.1;AES256 +32386666353463353235616238633364643762666365303964393262383736303534613935356563 +6139613739363436316335383530336138363566316330320a626338333333356462373562396337 +65356631333863306231343031333863323334633235323761393639386138623262643664663533 +6332373338306631350a393532656631316232393132663965613566353865326533623262303264 +62623432373635343838613734376462323333326136363963666434353536313961 diff --git a/ansible/inventory/host_vars/lab/lab.yaml b/ansible/inventory/host_vars/lab/lab.yaml deleted file mode 100644 index 8cb132e..0000000 --- a/ansible/inventory/host_vars/lab/lab.yaml +++ /dev/null @@ -1,12 +0,0 @@ ---- - -# connection - -ansible_user: ladmin -ansible_become_user: root -ansible_os_family: Arch - -# sshd - -authorized_keys_file: lab_authorized_keys -openssh_configuration_src: sshd_config_arch \ No newline at end of file