Browse Source

added ansible hre

master
dave 4 months ago
parent
commit
1af511bc52
  1. 2
      common/post.sh

2
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 sed -i 's/umask\s022/umask 077/' /etc/csh.cshrc
### install git (and necessary packages) and use that to begin deploying configs ### 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: ## -- 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 # DEPLOY account. This key is pushed to gitea for puppet to use - the install actually uses hal's key first

Loading…
Cancel
Save