diff options
author | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-03-23 17:12:13 +0100 |
---|---|---|
committer | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-03-23 17:12:13 +0100 |
commit | 89b87407818c78852b2c99b4300053e34e255fa5 (patch) | |
tree | 6f01077419616a79bd0c09ac490d89773a52531f /os/config/roles/nomad/tasks | |
parent | 6f09e7de1c053ff33daad161b5e62e6b31638c53 (diff) | |
download | infrastructure-89b87407818c78852b2c99b4300053e34e255fa5.tar.gz infrastructure-89b87407818c78852b2c99b4300053e34e255fa5.zip |
Ansible config cleanup
Diffstat (limited to 'os/config/roles/nomad/tasks')
-rw-r--r-- | os/config/roles/nomad/tasks/main.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/os/config/roles/nomad/tasks/main.yml b/os/config/roles/nomad/tasks/main.yml index 080a75f..c4f2876 100644 --- a/os/config/roles/nomad/tasks/main.yml +++ b/os/config/roles/nomad/tasks/main.yml @@ -1,15 +1,3 @@ -# - name: "Set nomad version" -# set_fact: -# nomad_version: 1.0.2 - -# - name: "Download and install Nomad for x86_64" -# unarchive: -# src: "https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip" -# dest: /usr/local/bin -# remote_src: yes -# when: -# - "ansible_architecture == 'x86_64'" - - name: "Create Nomad configuration directory" file: path=/etc/nomad/ state=directory |