Commit Graph

416 Commits

Author SHA1 Message Date
Xan Manning 5e39160ed9 Added a number of extra options to configure K3s in systemd unit file.
Testing:
  - Added docker networking, ensure that test output is verbose.
  - Fix build for AmazonLinux 2
  - No-deploy flag test added
2019-11-02 22:19:33 +00:00
Xan Manning 1282da8cfa Removed failing test, works in Vagrant but not docker. 2019-10-27 00:12:02 +01:00
Xan Manning 6e9566d5eb Fixed initial support for 0.10.0, added molecule tests in Travis-CI 2019-10-26 22:24:20 +01:00
Xan Manning efc703541c Updated for 0.10.0, adding molecule testing with Travis-CI 2019-10-26 22:23:17 +01:00
Xan Manning 2327d0433d Added new options for Flannel interfaces, tested on openSUSE LEAP 15.1 2019-09-29 18:11:05 +01:00
Xan Manning f077120580 Tested against Debian Buster, confirmed working. 2019-06-15 17:44:09 +01:00
Xan Manning 43275f5d63
Merge pull request #2 from abdennour/patch-1
static import
2019-05-16 19:19:05 +01:00
abdennour 07661f7df8
static import
include_tasks is used to import tasks according to a condition that relies on a dynamic value (facts).
2019-05-13 06:54:54 +03:00
Xan Manning 389974d7d3
Merge pull request #1 from jdmarble/patch-1
Add support for armv7l arch
2019-04-25 08:48:22 +01:00
James D. Marble 3e83e3c301
Add support for armv7l arch
I was receiving this error when running the task on my [Odroid HC1 running Armbian](https://www.armbian.com/odroid-hc1/):

```
TASK [xanmanning.k3s : Ensure target host architecture information is set as a fact] **************************************************************************
fatal: [odroid]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'armv7l'\n\nThe error appears to have been in '/home/jdmarble/.ansible/roles/xanmanning.k3s/tasks/download-k3s.yml': line 3, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Ensure target host architecture information is set as a fact\n  ^ here\n"}
```

I worked around the problem by overriding `k3s_arch_lookup` in my play book:

```yaml
---

- hosts: all
  roles:
    - role: xanmanning.k3s
      k3s_arch_lookup:
        armv7l:
          arch: arm
          suffix: "-armhf"
```
2019-04-24 16:15:39 -07:00
Xan Manning 27083e1d5b Bugfix: Checking of hash fixed for k3s v0.3.0 release 2019-04-06 12:04:09 +01:00
Xan Manning 728dd1ff12 Fixed ansible-lint rule 306, pipefail 2019-03-24 16:02:41 +00:00
Xan Manning c7119c3033 Bugfix: Issue with non-control-nodes in docker provision 2019-03-10 18:21:39 +00:00
Xan Manning a6ff65900d Bugfix variable on Docker install, updated README.md and added LICENSE 2019-03-10 14:53:52 +00:00
Xan Manning 542d3f04ce Updated Metadata 2019-03-09 21:30:24 +00:00
Xan Manning 750c72295e Initial commit and release 2019-03-09 20:54:44 +00:00