diff --git a/ansible/group_vars/VMServer b/ansible/group_vars/VMServer deleted file mode 100644 index 2456e81..0000000 --- a/ansible/group_vars/VMServer +++ /dev/null @@ -1,24 +0,0 @@ -system_upgrade: true -nginx_error_log: "/var/log/nginx/error.log debug" - -hosts_entries: - - name: ducamps.win - ip: 127.0.0.1 - aliases: - - arch.ducamps.win - - www.ducamps.win - - file.ducamps.win - - supysonic.ducamps.win - - syno.ducamps.win - - vault.ducamps.win - - ww.ducamps.win - - hass.ducamps.win - - git.ducamps.win - -consul_bootstrap_expect: 1 -nomad_bootstrap_expect: 1 -nomad_datacenter: hml -consul_server: False -nomad_server: False -consul_retry_join_force: - - 192.168.1.40 diff --git a/ansible/group_vars/dhcp b/ansible/group_vars/dhcp index 2dc4c84..9449350 100644 --- a/ansible/group_vars/dhcp +++ b/ansible/group_vars/dhcp @@ -72,81 +72,3 @@ dhcpd_hosts: address: '192.168.1.65' ethernet: 'e0:98:06:97:78:0b' -keystodeploy: - - name: juicessh with password - user: "{{user.name}}" - sshkey: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINN5V9WPPi2/HwAQuDeaJO3hUPf8HxNMHqVmkf1pDjWg JuiceSSH - - name: fixe-pc new - user: "{{user.name}}" - sshkey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBrP9akjyailPU9tUMvKrtDsqjI191W1L95u3OFjBqqapXgbDVx1FVtSlIIKcCHZyTII1zgC7woZmNRpmaIJRh6N+VIuRrRs29xx2GUVc4pxflUwwIAK36hgZS3nqmA2biacmPR9HogZLZMcPtZdLhWGlLuUv1cWqbqW7UcDa0lbubCo2v4OQMx/zt37voKAZSkkbH9mVszH6eKxNFy1KXbLYhwXiKfYBnAHbivhiSkZUGV6D4HNj8Jx6IY1YF3bfwMXmt841Q/7OY+t3RTIS8ewvSF+jpQ7GKHBEsZTZUGwIoSyZFFvCgKQVOJu/ZJJS4HNkluilir9Sxtx2LRgy+HHQ251trnsVsJp3ts4uTiMkKJQy1PXy1ZvQXYkip9Af3vlXUMmTyVj8cv+No07G1rZ1pZ3wXKX4RkTsoep5GsYlhyUd7GzsAQQiX9YhYyWDQ6NHBYAGAWbw2BLNxltWa4AyWOa1C8v+1+mRwdvpdMY7powJNCXQaIJmiOZiI/Us= vincent@fixe-pc-2020-03-01 - - name: zen-pc - user: "{{user.name}}" - sshkey: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCYHkEIa38p3e4+m/LScHm8Ei7H2X/pDksjVAzoJ4fHr8oXc6DKkC8SWwMnh3L4WzWBhfTbzwUgFTNpsxhp/UyJf+fdzmzetlbVlYSuA6yWuSmgMeFbXFImhZ+Sn3i59hLeqAAyrkQLjba2waehdEsuOQ/AGoDbMYm38Xf9Wka/1YIeUPE4gLeLvymRnGw7BSug6Unycy52WlFAquollObOvc7tNiX0uLDh81Dp0KZhqWRs75hfmQ9du4g4uNhFLiF11hOGNgj3PWV+nWe8GWNQYVUBChWX1dsP8ct/ahG9IFXSPEaFD1IZeFp29u2ln3mgKkBtcRTRe1e3CLQqiRsUq2aixVFbSgFMFgGSUiNGNqKR4f9DeyJrYBplSj6HXjWoBny4Wm8+yfk8qR2RtQpS6AUu81xtKnXOaj9Q5VZO3kVF0U3EXHAZutTYDj9mDlhLSBS7x7hmrkRBbIy7adSx9Gx5Ck3/RllqG6KD+LdJa4I0pUTRNetpLpYDeZpwjnDP1r7udaSQMyRMH5YKLzhtHqIV/imn9QO4KCxNxTgwxt9ho6HDvlDGERCxm+yeHUu3CPyq2ZGSF5HHsYTGUtYvQw4JfQyw/5DrZ7IIdU1e7ZuaE3h/NvFgKJPVTP52nmUtIW7pIOkHpn9mddjm/oKMayOzMspLn9HLFVbqi7A5Xw== vincent@zen-pc - -nomad_datacenter: homelab - - -systemd_mounts: - diskstation_nomad: - share: diskstation.ducamps.win:/volume2/nomad - mount: /mnt/diskstation/nomad - type: nfs - options: - - " " - automount: true - diskstation_git: - share: diskstation.ducamps.win:/volume2/git - mount: /mnt/diskstation/git - type: nfs - options: - - " " - automount: true - diskstation_music: - share: diskstation.ducamps.win:/volume2/music - mount: /mnt/diskstation/music - type: nfs - options: - - " " - automount: true - diskstation_nextcloud: - share: //diskstation.ducamps.win/nextcloud - mount: /mnt/diskstation/nextcloud - type: cifs - options: - - credentials=/etc/creds/.diskstation_credentials - - uid=33 - - gid=33 - - vers=3.0 - - dir_mode=0770 - - _netdev - automount: true - diskstation_CardDav: - share: diskstation.ducamps.win:/volume2/CardDav - mount: /mnt/diskstation/CardDav - type: nfs - options: - - " " - automount: true - diskstation_archMirror: - share: diskstation.ducamps.win:/volume2/archMirror - mount: /mnt/diskstation/archMirror - type: nfs - options: - - " " - automount: true - -credentials_files: - 1: - type: smb - path: /etc/creds/.diskstation_credentials - username: admin - password: "{{ lookup('hashi_vault','secret=secrets/data/ansible/storage:diskstation_admin') }}" - - -systemd_mounts_enabled: - - diskstation_nomad - - diskstation_git - - diskstation_music - - diskstation_nextcloud - - diskstation_CardDav - - diskstation_archMirror