ansible-raspi-config icon indicating copy to clipboard operation
ansible-raspi-config copied to clipboard

Ansible role for configuring a headless Raspberry Pi server.

Results 4 ansible-raspi-config issues
Sort by recently updated
recently updated
newest added

To solve https://github.com/mikolak-net/ansible-raspi-config/issues/12 1. Changed sudoers privilege grant from /etc/sudoers to /etc/sudoers.d/username 2. Delete user step moved from *handlers* to *tasks/main.yml* 3. Added check if replacement user exist Hope it...

Hi, I am new to Ansible sorry I don't understand very well everything I am using this role to test it against a Pi 3B+ When using it along `raspi_config_replace_user'...

It's not supposed to fail if said var is defined, since the user will be then replaced. Suspect this is due to a change of semantics in one of the...

bug

Creating a new user to replace the default one should be idempotent (i.e. should not use `changed_when: True`): https://github.com/mikolak-net/ansible-raspi-config/blob/85cae51462822d9a5fe083f9effc6d4cfe433e5b/tasks/setup_replace_user.yml#L3-L8. I think the step to remove the default user can just...

bug
enhancement