Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use variables instead facts mostly everywhere | Egor Tensin | 2023-08-20 |
| | | | | | | | | | | | set_fact is stupid; they persist through multiple role executions; for example, you cannot do this: set_fact: foo: '{{ foo | default("bar") }}' If somebody calls the role and defines foo, it will always be set to that value forever, even for subsequent role calls. | ||
* | ppa: tweak a step name | Egor Tensin | 2023-08-17 |
| | |||
* | my_workspace: use community.docker.docker_compose | Egor Tensin | 2023-08-17 |
| | |||
* | my_workspace: use community.general.make | Egor Tensin | 2023-08-16 |
| | |||
* | my_workspace: don't install vim by default | Egor Tensin | 2023-08-16 |
| | |||
* | fix some ansible-lint warnings | Egor Tensin | 2023-08-16 |
| | |||
* | journald: up the log level | Egor Tensin | 2023-08-15 |
| | | | | "warning" is too limiting; too many things get lost. | ||
* | apt_repo: support keys that must be gpg --dearmor'ed | Egor Tensin | 2023-08-15 |
| | |||
* | use ansible_distribution_release as default for APT setup | Egor Tensin | 2023-08-15 |
| | |||
* | apt_ppa -> ppa | Egor Tensin | 2023-08-15 |
| | |||
* | factor out apt repository setup to apt_repo | Egor Tensin | 2023-08-15 |
| | |||
* | debian_ppa -> apt_ppa | Egor Tensin | 2023-08-15 |
| | |||
* | debian_ppa: fix hardcoded key path | Egor Tensin | 2023-08-15 |
| | |||
* | my_dotfiles: factor out constants to defaults/ | Egor Tensin | 2023-08-15 |
| | |||
* | workspace -> my_workspace | Egor Tensin | 2023-08-15 |
| | |||
* | import my_dotfiles role | Egor Tensin | 2023-08-15 |
| | |||
* | letsencrypt: update README | Egor Tensin | 2023-08-15 |
| | |||
* | add sshd role | Egor Tensin | 2023-08-14 |
| | |||
* | docker: add a defaults file | Egor Tensin | 2023-08-14 |
| | | | | For "documentation" purposes. | ||
* | docker: configure logging driver | Egor Tensin | 2023-08-14 |
| | |||
* | docker: use community.docker.docker_prune | Egor Tensin | 2023-08-14 |
| | |||
* | letsencrypt: split tasks into different files | Egor Tensin | 2023-08-14 |
| | |||
* | update task names & add more logging | Egor Tensin | 2023-08-14 |
| | |||
* | letsencrypt: fix manual token prompts | Egor Tensin | 2023-08-14 |
| | |||
* | add a bunch of READMEs for roles | Egor Tensin | 2023-08-14 |
| | |||
* | workspace: show docker-compose up output | Egor Tensin | 2023-08-14 |
| | |||
* | workspace: ignore missing Makefile/docker-compose.yml | Egor Tensin | 2023-08-14 |
| | |||
* | workspace: run make when available | Egor Tensin | 2023-08-13 |
| | |||
* | workspace: refactoring | Egor Tensin | 2023-08-12 |
| | |||
* | apt: unattended upgrades are optional | Egor Tensin | 2023-08-12 |
| | |||
* | fix some ansible-lint warnings | Egor Tensin | 2023-08-11 |
| | |||
* | apt: configure unattended-upgrades | Egor Tensin | 2023-08-11 |
| | |||
* | journald: parametrize the log level | Egor Tensin | 2023-08-11 |
| | |||
* | firewall: don't put invalid rules in /etc/iptables/ | Egor Tensin | 2023-08-10 |
| | |||
* | cloud_init_wait: factor out to file_wait | Egor Tensin | 2023-08-10 |
| | |||
* | cloud_init_wait: tolerate reboots | Egor Tensin | 2023-08-10 |
| | | | | | | This insanity comes from RedHat themselves: https://www.ansible.com/blog/tolerable-ansible | ||
* | cloud_init_wait: wait for SSH connection first | Egor Tensin | 2023-08-10 |
| | |||
* | cloud_init_wait: parametrize | Egor Tensin | 2023-08-09 |
| | |||
* | add cloud_init_wait role | Egor Tensin | 2023-08-09 |
| | |||
* | letsencrypt: update certificates on subdomain changes | Egor Tensin | 2023-08-09 |
| | |||
* | wireguard: fix indentation | Egor Tensin | 2023-08-09 |
| | |||
* | systemd_requires_mount_for: fix a systemd key name | Egor Tensin | 2023-08-09 |
| | |||
* | firewall: fail on malformed rule files | Egor Tensin | 2023-08-09 |
| | |||
* | journald: set default level to warning | Egor Tensin | 2023-08-09 |
| | | | | My journals are still too messy. | ||
* | firewall: make SSH port go first in rules | Egor Tensin | 2023-08-08 |
| | |||
* | add router role | Egor Tensin | 2023-08-08 |
| | |||
* | wireguard: optionally set iptables rules | Egor Tensin | 2023-08-08 |
| | |||
* | firewall: reboot on rule changes | Egor Tensin | 2023-08-08 |
| | | | | | | | | Just restaring netfilter-persistent could break other services depending on iptables, like Docker. Also, I'm not sure why I need a wait_for_connection after a reboot call, so get rid of those. | ||
* | add firewall role | Egor Tensin | 2023-08-08 |
| | |||
* | wireguard: persistent_keepalive can be set to false | Egor Tensin | 2023-08-07 |
| |