Add docker install
This commit is contained in:
parent
1995434140
commit
f50cb98d30
@ -169,6 +169,16 @@
|
|||||||
state: mounted
|
state: mounted
|
||||||
fstype: nfs4
|
fstype: nfs4
|
||||||
|
|
||||||
|
- name: Install Docker
|
||||||
|
hosts: nomad_instances
|
||||||
|
become: true
|
||||||
|
vars:
|
||||||
|
deb_arch: "{% if ansible_architecture == 'x86_64' %}amd64{% elif ansible_architecture == 'armv7l' %}armhf{% endif %}"
|
||||||
|
docker_apt_arch: "{{ deb_arch }}"
|
||||||
|
docker_compose_arch: "{{ (ansible_architecture == 'armv7l') | ternary('armv7', ansible_architecture) }}"
|
||||||
|
roles:
|
||||||
|
- geerlingguy.docker
|
||||||
|
|
||||||
- name: Build Nomad cluster
|
- name: Build Nomad cluster
|
||||||
hosts: nomad_instances
|
hosts: nomad_instances
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
|
Loading…
Reference in New Issue
Block a user