host ed-c7-2, fixed htop install
This commit is contained in:
8
play.yml
8
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
|
||||
|
Reference in New Issue
Block a user