- Jan 23, 2023
-
-
Dmitriy Safronov authored
apiserver_endpoint == default(hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0])) (#2)
-
- Jan 20, 2023
-
-
Dmitriy Safronov authored
K3s ha
-
Dmitriy Safronov authored
-
Дмитрий Сафронов authored
-
- Jan 31, 2022
-
-
Julien DOCHE authored
Add requirements.yml for AWX/Tower
-
- Jan 30, 2022
-
-
Bartosz Kazmierczak authored
Signed-off-by: Bartosz Kazmierczak <kazmierczakbartosz97@gmail.com>
-
- Nov 17, 2021
-
-
Julien DOCHE authored
k3s_version Version alignment
-
- Nov 10, 2021
-
-
Pavel Rozentsvet authored
k3s_version set to latest version: v1.22.3+k3s1 Signed-off-by: Pavel Rozentsvet <pavel.rozentsvet@gmail.com>
-
- Oct 26, 2021
-
-
Julien DOCHE authored
don't try to set ipv6 forward if ipv6 not enabled
-
Julien DOCHE authored
support 'k3s server --data-dir'
-
- Jul 10, 2021
-
-
clambin authored
Signed-off-by: clambin <christophe.lambin@gmail.com>
-
clambin authored
Signed-off-by: clambin <christophe.lambin@gmail.com>
-
- Mar 29, 2021
-
-
Julien DOCHE authored
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
-
- Mar 24, 2021
-
-
Julien DOCHE authored
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
-
- Mar 13, 2021
-
-
Julien DOCHE authored
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
-
Julien DOCHE authored
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
-
- Mar 01, 2021
-
-
Julien DOCHE authored
This replaces the `master_ip` var by `apiserver_endpoint` for genericity. The init service is deployed only when k3s.service is not present on the machine to ensure idempotence. Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
-
- Feb 23, 2021
-
-
Julien DOCHE authored
Set service file mode -x
-
Julien DOCHE authored
Reset role improvements
-
- Feb 19, 2021
-
-
Julien DOCHE authored
This enables initializing a cluster in HA mode with an embedded DB. https://rancher.com/docs/k3s/latest/en/installation/ha-embedded/ When multiple masters are specified in the master group, k3s-ansible will add the necessary flags during the initialization phase. (i.e. --cluster-init and --server) For the embedded HA mode to work the k3s version must be >= v1.19.1 Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
-
Julien DOCHE authored
We need to compute what mountpoints would be unmounted even when running with --check Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
-
Julien DOCHE authored
If the k3s binary is launched after the deletion of `/var/lib/rancher/k3s`, k3s will automatically create this directory. This change deletes the k3s binary first so that it cannot be called after `/var/lib/rancher/k3s` is deleted Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
-
- Feb 15, 2021
-
-
Julien DOCHE authored
Reorganize the filesystem umount order.
-
- Feb 14, 2021
-
-
Julien DOCHE authored
Fix CI with new ansible 2.10 package
-
Julien DOCHE authored
Signed-off-by: Julien DOCHE <julien.doche@gmail.com>
-
- Jan 28, 2021
-
-
Vincent RABAH authored
Revert "Add Alpine Linux configuration"
-
Vincent RABAH authored
-
Vincent RABAH authored
Add Alpine Linux configuration
-
- Jan 24, 2021
-
-
Staf Wagemakers authored
* Clean /var/lib/kubelet before /var/lib/rancher/k3s. * Umount the filesystem tree in reverse order, to ensure the root is umounted last. Signed-off-by: Staf Wagemakers <staf@wagemakers.be>
-
- Dec 28, 2020
-
-
Jiayi Hu authored
-
- Dec 15, 2020
-
-
Jiayi Hu authored
Signed-off-by: Jiayi Hu <jiayi.ghu@gmail.com>
-
- Dec 02, 2020
-
-
Julien DOCHE authored
Correct repo path in downloading URL
-
kopwei authored
Fix #102, use k3s-io/k3s instead of rancher/k3s Signed-off-by: kopwei <kopkop@gmail.com>
-
- Oct 18, 2020
-
-
Tomasz Kuzemko authored
Systemd service files should not be executable
-
- Sep 27, 2020
-
-
Julien DOCHE authored
Moved Raspberry Pi specifics settings to raspberrypi role
-
Julien DOCHE authored
Fix umount_with_children typo
-
Julien DOCHE authored
Use checksum with get_url
-
- Sep 22, 2020
-
-
Lennart Jern authored
-
- Sep 20, 2020
-
-
Lennart Jern authored
When the checksum is used there is no need to delete the binary first, as it will be compared to the checksum and downloaded and replaced only as needed.
-
- Aug 17, 2020
-
-
jeffspahr authored
-