feat: added new roles to match daily driver desktop; full idempotency; several fixes and tweaks; re-added hosts in inventory
This commit is contained in:
parent
555fde4351
commit
726b7668f9
65 changed files with 10012 additions and 377 deletions
3
inventory/host_vars/lithium/vars.yml
Normal file
3
inventory/host_vars/lithium/vars.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
ansible_become_password: "{{ vault_root_pass }}"
|
||||
ansible_host: "{{ vault_ansible_host }}"
|
||||
ansible_user: "{{ vault_ssh_user }}"
|
19
inventory/host_vars/localhost/vars.yml
Normal file
19
inventory/host_vars/localhost/vars.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
ansible_become_password: "{{ vault_root_pass }}"
|
||||
ansible_host: "{{ vault_ansible_host }}"
|
||||
ansible_connection: local
|
||||
|
||||
custom_sysctl:
|
||||
'fs.inotify.max_user_watches': 1048576
|
||||
'vm.swappiness': 1
|
||||
|
||||
common_apt_packages:
|
||||
- pcscd
|
||||
- pinentry-curses
|
||||
- radeontop
|
||||
|
||||
common_gitconfig_enable: true
|
||||
common_gitconfig_username: "{{ vault_common_gitconfig_username }}"
|
||||
common_gitconfig_email: "{{ vault_common_gitconfig_email }}"
|
||||
common_gitconfig_force_sign: true
|
||||
common_gitconfig_signingkey: "{{ vault_common_gitconfig_signingkey }}"
|
||||
common_install_fonts: true
|
19
inventory/host_vars/unobtainium/vars.yml
Normal file
19
inventory/host_vars/unobtainium/vars.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
ansible_become_password: "{{ vault_root_pass }}"
|
||||
ansible_host: "{{ vault_ansible_host }}"
|
||||
ansible_connection: local
|
||||
|
||||
custom_sysctl:
|
||||
'fs.inotify.max_user_watches': 1048576
|
||||
'vm.swappiness': 1
|
||||
|
||||
common_apt_packages:
|
||||
- pcscd
|
||||
- pinentry-curses
|
||||
- radeontop
|
||||
|
||||
common_gitconfig_enable: true
|
||||
common_gitconfig_username: "{{ vault_common_gitconfig_username }}"
|
||||
common_gitconfig_email: "{{ vault_common_gitconfig_email }}"
|
||||
common_gitconfig_force_sign: true
|
||||
common_gitconfig_signingkey: "{{ vault_common_gitconfig_signingkey }}"
|
||||
common_install_fonts: true
|
Loading…
Add table
Add a link
Reference in a new issue