From 1af511bc52bb9f5fcfdc7c2b99bfc2313203f8ad Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 29 Dec 2024 15:09:12 +0000 Subject: [PATCH] added ansible hre --- common/post.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/post.sh b/common/post.sh index a6d29a7..28107cb 100644 --- a/common/post.sh +++ b/common/post.sh @@ -25,7 +25,7 @@ sed -i 's/umask\s022/umask 077/' /etc/profile sed -i 's/umask\s022/umask 077/' /etc/csh.cshrc ### install git (and necessary packages) and use that to begin deploying configs -yum -y install git net-tools wget +yum -y install git net-tools wget ansible ## -- create SSH keys in root's home dir: # DEPLOY account. This key is pushed to gitea for puppet to use - the install actually uses hal's key first