Moved playbooks here; zsh dotfiles distro; new config logs

This commit is contained in:
2026-09-13 14:16:38 -04:00
parent 386e165f6b
commit cd2fb6651f
13 changed files with 260 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
---
- name: Deploy dotfiles for users
ansible.builtin.include_tasks: deploy_user.yml
loop:
- user: "{{ 'admin' if inventory_hostname == 'bastion' else 'trey' }}"
home: "{{ '/home/admin' if inventory_hostname == 'bastion' else '/home/trey' }}"
- user: 'root'
home: '/root'
loop_control:
loop_var: target_user