Config Ansible mise à jour à l'occasion de l'install de HammerHead #37

Merged
quentin merged 6 commits from adrien/infrastructure:main into feature/upgrade-ansible 2021-04-09 09:19:39 +00:00
5 changed files with 2 additions and 29 deletions
Showing only changes of commit 89b8740781 - Show all commits

View file

@ -34,7 +34,7 @@
- strace
- tcpdump
# Networking
- dnsutils # now called bind9-dnsutils
- dnsutils # now called bind9-dnsutils (still valid)
- ethtool
- iproute2 # advanced net-tools
- iptables # legacy firewall (still used by diplonat)
@ -76,7 +76,7 @@
include_tasks: hashicorp.yml
when: nomad_exists.rc != 0
# Cool stuff
- name: "Passwordless sudo"
lineinfile:

View file

@ -1,15 +1,3 @@
# - name: "Set consul version"
# set_fact:
# consul_version: 1.9.1
# - name: "Download and install Consul for x86_64"
# unarchive:
# src: "https://releases.hashicorp.com/consul/{{ consul_version }}/consul_{{ consul_version }}_linux_amd64.zip"
# dest: /usr/local/bin
# remote_src: yes
# when:
# - "ansible_architecture == 'x86_64'"
- name: "Create consul configuration directory"
file: path=/etc/consul/ state=directory

View file

@ -1 +0,0 @@
main.yml

View file

@ -1,2 +0,0 @@
---
consul_gossip_encrypt: "<secret>"

View file

@ -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