Skip to content
Snippets Groups Projects
Commit 08663a85 authored by Shahaan Ayyub's avatar Shahaan Ayyub
Browse files

Merge pull request #41 from shahaan/mcc-nectar

Script for setting the proper hostname FQDN and some yum packages
parents dfc2afaa 7c6cfbda
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,6 @@
include: installEasyRsa.yml
-
include: copyConfigurationFile.yml
-
include: yumList.yml
---
-
name: "Install these yum packages"
with_items:
- gcc
- rsync
- make
- tcsh
- bind-utils
- openssl-devel
- nfs-utils
yum: "name={{ item }} state=present"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment