From 2e0d83cca1aed53a1ad2a9f1ff85709f2f7bce48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20M=C3=BCller?= Date: Tue, 1 Jun 2021 18:30:18 +0200 Subject: [PATCH] host ed-c7-2, fixed htop install --- inv.yml | 7 +++++++ play.yml | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/inv.yml b/inv.yml index a1cc558..7b3df00 100644 --- a/inv.yml +++ b/inv.yml @@ -6,6 +6,12 @@ all: ssh_args: -o ControlMaster=auto -o ControlPersist=60s # ansible_host: 192.168.122.139 unpriv_user: thoto + ed-c7-2: + ansible_user: root + ansible_host: ed-c7-2.virt.uller.thoto.net + # ansible_host: 192.168.123.60 # + jumphost + ssh_args: -o ControlMaster=auto -o ControlPersist=60s + unpriv_user: thoto children: htcondor: hosts: @@ -16,3 +22,4 @@ all: cobald: hosts: ed-c7-1: + ed-c7-2: diff --git a/play.yml b/play.yml index 651c1a2..0ddbe8b 100644 --- a/play.yml +++ b/play.yml @@ -1,6 +1,11 @@ --- - hosts: all tasks: + - name: "install epel repo" # for htop etc. + yum: + name: epel-release + state: present + - name: "install tools" yum: name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ] @@ -57,6 +62,9 @@ - hosts: cobald roles: + - name: "setup docker" + role: docker + tags: docker - name: "install cobald" role: cobald tags: cobald