Commit Graph

214 Commits

Author SHA1 Message Date
Staf Wagemakers 637e49d75e use lowercase for booleans 2020-07-24 14:16:10 +02:00
Julien DOCHE 39632b7656
Merge pull request #51 from edenreich/allow-to-configure-agent
Allow to configure the agent as well
2020-07-24 11:29:47 +02:00
Julien DOCHE 386a46d353
Merge pull request #42 from fnord123/master
Fix Raspbian role to run correctly on Python 3.x (e.g. Ubuntu 20.04) Ansible host
2020-07-24 11:27:58 +02:00
Julien DOCHE f83368d05b
Merge pull request #58 from guofengzh/master
Fixes: #56
2020-07-24 11:19:46 +02:00
Julien DOCHE 9fbd0e6a76
Merge pull request #64 from b-m-f/patch-1
Fix typo in k3s main.yml
2020-07-24 10:45:13 +02:00
Staf Wagemakers e2c4882dba fixed ansible lint error: set -o pipefail added. 2020-07-22 20:48:40 +02:00
Staf Wagemakers 4058ee42e6 killall containerd-shim-runc-v2 added
umount k3s filesystems added
2020-07-22 18:43:06 +02:00
Julien DOCHE 5ea14c1771
Merge pull request #65 from b-m-f/master
Pass through extra arguments to the nodes with extra_node_args group …
2020-07-21 17:44:04 +02:00
b-m-f 876b083ac9
Change extra_node_args to extra_agent_args 2020-07-21 16:50:46 +02:00
b-m-f e6bee3e17f
Pass through extra arguments to the nodes with extra_node_args group variable 2020-07-21 14:12:20 +02:00
Maximilian Ehlers 4e5fe89150
Update main.yml
Fixes small typo
2020-07-20 13:40:52 +02:00
guofeng zhang 1971b5741c Fixes: #56 2020-07-14 23:14:20 +08:00
David Putzolu a9294b1d43 Skip ARM specific tasks on Ubuntu to fix issue 40 2020-06-20 17:10:42 -07:00
Eden Reich 8522df0677 allow to configure the agent as well 2020-06-20 21:26:20 +02:00
David Putzolu a850b4a89a Fix Raspbian rol eto run correctly on Ubuntu Ansible host 2020-06-06 09:13:54 -07:00
Julien DOCHE f616f3a593
Merge pull request #41 from zaherg/master
Have a sample inventory directory as a start point
2020-06-06 11:08:15 +02:00
Zaher Ghaibeh 7934027318 fix typos 2020-06-06 12:05:37 +03:00
Zaher Ghaibeh 5243733c2b update gitignore correctly 2020-06-06 12:01:41 +03:00
Zaher Ghaibeh 81a96c76d1 update .gitignore 2020-06-06 12:00:31 +03:00
Zaher Ghaibeh f0232e2d72 remove inventory/my-cluster 2020-06-06 11:59:40 +03:00
Zaher Ghaibeh 4fa468b420 remove the extra_server_args variables 2020-06-06 11:52:59 +03:00
Zaher Ghaibeh 6f8118de4d update the readme file 2020-06-06 11:52:12 +03:00
Zaher Ghaibeh 9a1659ad54 create a sample inventory directory 2020-06-06 11:45:49 +03:00
Zaher Ghaibeh fff8a16dee remove the default hosts.ini file 2020-06-06 10:34:10 +03:00
Vincent RABAH a6eb0ca64a
Merge pull request #38 from fnord123/ubuntu2004
Add support for Ubuntu 20.04
2020-06-04 11:41:22 +02:00
David Putzolu 952768e26e Simplify Ubuntu to reboot no matter what 2020-05-31 10:24:12 -07:00
David Putzolu a9affdf9e6 Remove file created for Timezone feature addition 2020-05-31 10:21:00 -07:00
David Putzolu 6075693481 Remove timezone changes to focus branch on just ubuntu 2020-05-31 10:16:09 -07:00
David Putzolu 92b235c8d5 Merge branch 'master' of https://github.com/fnord123/k3s-ansible 2020-05-31 09:11:20 -07:00
David Putzolu 26a6c52add Fixed conflicts between upstream and master. 2020-05-31 09:10:38 -07:00
Julien DOCHE 208bb87e58
Merge pull request #37 from fnord123/raspbian64beta
Add support for latest beta of Raspbian64
2020-05-30 22:43:10 +02:00
David Putzolu afbe4aceb6 Add missing newline at eof 2020-05-30 12:07:35 -07:00
David Putzolu 3911f28d2a Fix image downloading for Raspbian64 2020-05-30 09:54:34 -07:00
David Putzolu 6534ecaa83 Fix to make work on Raspbian64 2020-05-30 08:37:12 -07:00
David Putzolu 338d5eb654 Finally installed ansible-lint and fixed all lint errors. 2020-05-23 15:40:59 -07:00
David Putzolu 9422f65b5b Make cgroup enabling idempotent and fix ansible lint checks. 2020-05-23 09:31:40 -07:00
David Putzolu 58d847a78e More yamllint cleanup 2020-05-22 11:40:26 -07:00
David Putzolu bb0a63863a Lint cleanup timezone setting support. 2020-05-22 11:38:32 -07:00
David Putzolu 331c118049 Lint cleanup timezone setting support. 2020-05-22 11:36:19 -07:00
David Putzolu 07eca0143c Add timezone setting support. 2020-05-22 11:28:14 -07:00
David Putzolu 930f1b5586 Clean up conditionals a bit 2020-05-22 11:11:00 -07:00
David Putzolu 61c0e513fc Merge remote-tracking branch 'upstream/master' 2020-05-22 09:07:30 -07:00
David Putzolu 9ad3dd93e4 Add support for ubuntu 2020-05-22 09:01:03 -07:00
Vincent RABAH 2617620d98
Merge pull request #29 from rockaut/master
iptables-legacy for Raspian Buster
2020-05-22 08:45:29 +02:00
Vincent RABAH d14ffa6620
Merge pull request #25 from geerlingguy/24-hosts-clarity
Fixes #24: Add more clarity around inventory file creation.
2020-05-22 08:44:17 +02:00
Markus Fischbacher 5d92b0ac41
make sure its Raspbian Buster 2020-05-19 17:15:40 +02:00
Markus Fischbacher 02e9b3607d
change to native ansible iptables flush 2020-05-19 09:36:53 +02:00
Markus Fischbacher bdd2d21dfc
fix ansible-lint error 2020-05-19 09:22:51 +02:00
Markus Fischbacher 9452fd4b09
iptables-legacy for Raspian Buster 2020-05-19 09:13:29 +02:00
Julien DOCHE b508c721ad
Merge pull request #27 from geerlingguy/26-failed-reset
Fixes #26: Ignore failure in service task in reset playbook so it can run.
2020-05-18 15:48:32 +02:00