Moved playbooks here; zsh dotfiles distro; new config logs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user