-
Freezed authored
"reset_connection" tip came from: https://www.jeffgeerling.com/blog/2021/allowing-ansible-playbooks-work-new-user-groups-on-first-run
Remove sudo passwd less add root auth w/ key Root is accessible from: * SSH by key * sudo by password TODO: if keychain is waiting for passphrase, ansible hang https://www.funtoo.org/Keychain#Quick_SetupFreezed authored"reset_connection" tip came from: https://www.jeffgeerling.com/blog/2021/allowing-ansible-playbooks-work-new-user-groups-on-first-run
Remove sudo passwd less add root auth w/ key Root is accessible from: * SSH by key * sudo by password TODO: if keychain is waiting for passphrase, ansible hang https://www.funtoo.org/Keychain#Quick_Setup
Makefile 337 B
EDITOR = geany
clean:
# Remove files not in source control
find . -type f -name "*.retry" -delete
find . -type f -name "*.orig" -delete
open_all:
${EDITOR} .gitignore become_user_cfg.yml host_info.yml inventory Makefile README.md shutdown.yml whoami.yml
inventory_generation:
cp inventory.sample inventory && ${EDITOR} inventory