added some comments

This commit is contained in:
hyung-hwan 2021-08-29 08:11:32 +00:00
parent 49c74a810a
commit 63dc6b86e3
2 changed files with 9 additions and 1 deletions

3
vagrant/Jenkinsfile vendored
View File

@ -36,6 +36,9 @@ pipeline {
steps {
echo "Publishing the virtual machine built"
// TODO clean up before packaging
// remove stale log files, temporary files
// remove unneeded packages
// remove the default vagrant user and sshkey?
sh "make package"
// TODO copy the final artifacts to an artifact repository
// sh "make clean"

View File

@ -2,6 +2,11 @@
become: true
become_method: sudo
tasks:
## TODO: add the default login users
## TODO: setup sudoers configurations
## TODO: setup ssh security policies
## TODO: setup login policies
## TODO: whatever is needed...
- name: intall gcc
yum:
name: gcc