k8s-clusters/ansible/arch-linux/tasks/main.yml

17 lines
530 B
YAML
Raw Normal View History

2022-02-01 17:05:06 -06:00
# TODO: how can I "share" the `aur_builder` username
2022-02-01 17:09:59 -06:00
# TODO: how can I avoiding repeating tasks if I know they're done?t remote add origin ssh://git@git.lyte.dev:2222/lytedev/home-k8s-cluster.git
2022-02-01 17:05:06 -06:00
- include_tasks: ./create-aur-builder.yml
when: ansible_facts.os_family == 'Archlinux'
2022-02-03 14:05:56 -06:00
- include_tasks: ./install-yay-bin.yml
when: ansible_facts.os_family == 'Archlinux'
- include_tasks: ./upgrade-all-packages.yml
2022-02-01 17:05:06 -06:00
when: ansible_facts.os_family == 'Archlinux'
2022-02-01 17:09:59 -06:00
# TODO:
# - update everything
# - install k8s
# - join cluster?