fix: influxdb connection issue

This commit is contained in:
2021-06-01 19:11:48 +02:00
parent 2e0d83cca1
commit c7203f58ff
3 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
---
- hosts: all
vars_files: ['vars-auth.yml']
tasks:
- name: "install epel repo" # for htop etc.
yum:
@@ -11,6 +12,12 @@
name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ]
state: present
- name: "install ssh-key"
authorized_key:
user: thoto
key: "{{ssh_key}}"
state: present
- hosts: htcondor
pre_tasks:
- name: "install htcondor repo"