Ansible role for LXHelper and lxd-functions library. Optionally can install required packages and python modules to perform testinfra tests of deployed containers.
roles:
- role: lxd-functions,
setup_testinfra: true
Param | Default | Description |
---|---|---|
setup_testinfra |
false |
Installs the required python modules for testing containers via Testinfra |
lxd_functions_version |
1-latest |
Version to install |
- improve working with sha256: must be read from url, like in ansible-drone:
download_checksums: "https://oss.help/builds/drone/SHA256SUMS"
- name: download binary
get_url:
url: "{{ download_url }}"
checksum: "sha256:{{ download_checksums }}"
dest: "{{ binary_dir }}/drone-server"
mode: 0755
notify: restart_drone
- remove redmine step ignore.
GPL3
OSSHelp Team, see https://oss.help