Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tweak names a bit | Egor Tensin | 2023-08-20 |
| | |||
* | 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. | ||
* | v0.0.16v0.0.16 | Egor Tensin | 2023-08-17 |
| | |||
* | 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 |
| | |||
* | v0.0.15v0.0.15 | 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 |
| | |||
* | v0.0.14v0.0.14 | 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 |
| | |||
* | v0.0.13v0.0.13 | Egor Tensin | 2023-08-14 |
| | |||
* | add sshd role | Egor Tensin | 2023-08-14 |
| | |||
* | docker: add a defaults file | Egor Tensin | 2023-08-14 |
| | | | | For "documentation" purposes. | ||
* | v0.0.12v0.0.12 | Egor Tensin | 2023-08-14 |
| | |||
* | 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 |
| | |||
* | v0.0.11v0.0.11 | 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 |
| | |||
* | v0.0.10v0.0.10 | 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 |
| | |||
* | v0.0.9v0.0.9 | 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 |
| | |||
* | v0.0.8v0.0.8 | 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 |
| | |||
* | v0.0.7v0.0.7 | Egor Tensin | 2023-08-09 |
| | |||
* | cloud_init_wait: parametrize | Egor Tensin | 2023-08-09 |
| | |||
* | add cloud_init_wait role | Egor Tensin | 2023-08-09 |
| |