don't create users depending on OS #14
No reviewers
Labels
No labels
bug
duplicate
enhancement
good first issue
help wanted
invalid
question
todo
todo 🗒️
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
stationgroup/ansible-experiments!14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/13"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added conditions so
ubuntuuser is not created on FreeBSD systems andec2-usernot on Ubuntu systems.In the end I think we better import tasks based on OS because this will not scale in the future.
FIXED ✅
ssh-configworked on Linux but not FreeBSD.I had to append a FreeBSD section to
roles/ssh-config/tasks/main.yml:But it still errors at
Configure ~/.ssh/config FreeBSD:(Click to expand verbose error)
Resolved by prepending a
Check if user has ~/.ssh/config | FreeBSD systemssection up top.I had to append a FreeBSD section to
roles/ssh-config/tasks/main.yml:Resolved with adding a
Check if user has ~/.ssh/config | FreeBSD systemssection up top.