Inital commit
Good start Added roles for setting up a user with zsh config and ssh keys Also installation and configuriation of some packages
This commit is contained in:
7
ansible.cfg
Normal file
7
ansible.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
[defaults]
|
||||
interpreter_python = python3
|
||||
ansible_become_exe = doas
|
||||
private_key_file = ~/.ssh/id_rsa
|
||||
remote_user = siv
|
||||
[privilege_escalation]
|
||||
become = yes
|
Reference in New Issue
Block a user