added some comments
This commit is contained in:
parent
49c74a810a
commit
63dc6b86e3
5
vagrant/Jenkinsfile
vendored
5
vagrant/Jenkinsfile
vendored
@ -35,7 +35,10 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
echo "Publishing the virtual machine built"
|
||||
// TODO clean up before packaging
|
||||
// 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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user