fix: influxdb connection issue
This commit is contained in:
7
play.yml
7
play.yml
@@ -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"
|
||||
|
Reference in New Issue
Block a user