spark
spark copied to clipboard
Arch Linux Provisioning with Ansible
Hey, I'm wondering if this should be the correct behavior or not. As I understand, we are using NetworkManger with openresolv avec resolver. Thus it should get the ip address...
README [says](https://github.com/pigmonkey/spark#trusted-networks): > This helps to avoid leaking personal information on untrusted networks by ensuring that certain network tasks are not running in the background. Currently, this is used for...
Security page of ArchWiki [says](https://wiki.archlinux.org/title/security#Use_Wayland): > Prefer using [Wayland](https://wiki.archlinux.org/title/Wayland) over [Xorg](https://wiki.archlinux.org/title/Xorg). Xorg's design predates modern security practices and is [considered insecure](https://security.stackexchange.com/questions/4641/why-are-people-saying-that-the-x-window-system-is-not-secure/4646#4646) by many. For example, Xorg applications may record keystrokes...
Couple of years ago I've cloned spark and have started to have my own changes in repository (because my set of software and settings couldn't be 100% same as somebodies...
## The problem When [packages from the AUR are being installed](https://github.com/pigmonkey/ansible-aur/blob/master/aur#L105) and the process takes longer than [passwd_timeout of sudo](https://linux.die.net/man/5/sudoers), then I get a sudo password promt and the installation...
I've been working on this, and after discussing with @pigmonkey we are going to try and keep this on a separate branch. PR coming soon!
Whereas I run it with `-K` and prompt sudo password ``` ❯ ansible-playbook -i localhost playbook.yml -K BECOME password: ``` on any task like this: ``` 14 - name: Install...
Arch wiki in section [Start ssh-agent with systemd user](https://wiki.archlinux.org/title/SSH_keys#Start_ssh-agent_with_systemd_user) proposes: > If you would like your ssh agent to run when you are logged in, regardless of whether X is...
There is a template error if `mirrorlist.country` is absent: ``` AnsibleError: template error while templating string: unexpected '}'. String: #!/bin/bash\n# {{ ansible_managed}\n#\n/usr/bin/reflector --latest 20 \\\n {% if mirrorlist.country %}--country {{...
I propose adding a linter and integrating it into [GitHub Actions](https://docs.github.com/en/actions) to prevent typical errors and issues in pull requests (PRs). For example, to prevent issues like #127, it’s possible...