host ed-c7-2, fixed htop install
This commit is contained in:
7
inv.yml
7
inv.yml
@@ -6,6 +6,12 @@ all:
|
|||||||
ssh_args: -o ControlMaster=auto -o ControlPersist=60s
|
ssh_args: -o ControlMaster=auto -o ControlPersist=60s
|
||||||
# ansible_host: 192.168.122.139
|
# ansible_host: 192.168.122.139
|
||||||
unpriv_user: thoto
|
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:
|
children:
|
||||||
htcondor:
|
htcondor:
|
||||||
hosts:
|
hosts:
|
||||||
@@ -16,3 +22,4 @@ all:
|
|||||||
cobald:
|
cobald:
|
||||||
hosts:
|
hosts:
|
||||||
ed-c7-1:
|
ed-c7-1:
|
||||||
|
ed-c7-2:
|
||||||
|
8
play.yml
8
play.yml
@@ -1,6 +1,11 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: "install epel repo" # for htop etc.
|
||||||
|
yum:
|
||||||
|
name: epel-release
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: "install tools"
|
- name: "install tools"
|
||||||
yum:
|
yum:
|
||||||
name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ]
|
name: [ vim-enhanced, htop, screen, bind-utils, nmap-ncat, net-tools ]
|
||||||
@@ -57,6 +62,9 @@
|
|||||||
|
|
||||||
- hosts: cobald
|
- hosts: cobald
|
||||||
roles:
|
roles:
|
||||||
|
- name: "setup docker"
|
||||||
|
role: docker
|
||||||
|
tags: docker
|
||||||
- name: "install cobald"
|
- name: "install cobald"
|
||||||
role: cobald
|
role: cobald
|
||||||
tags: cobald
|
tags: cobald
|
||||||
|
Reference in New Issue
Block a user