From d211b3d3eafdca13f2eea2a73c303c094242761c Mon Sep 17 00:00:00 2001 From: Pettai <pettai@sunet.se> Date: Tue, 16 Feb 2021 07:26:40 +0000 Subject: [PATCH] Add firewalld dep (not default on CentOS cloud images) --- doc/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.md b/doc/install.md index fa143d2..229896d 100644 --- a/doc/install.md +++ b/doc/install.md @@ -12,7 +12,7 @@ The current version of SOCTools only runs on a single server. A fully distribute * Minimal installation of CentOS7 * Install Ansible * `sudo yum -y install epel-release` - * `sudo yum -y install ansible git` + * `sudo yum -y install ansible git firewalld` * `sudo ansible-galaxy collection install ansible.posix` ## Clone SOCTools -- GitLab