added some comments
This commit is contained in:
parent
49c74a810a
commit
63dc6b86e3
3
vagrant/Jenkinsfile
vendored
3
vagrant/Jenkinsfile
vendored
@ -36,6 +36,9 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
echo "Publishing the virtual machine built"
|
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"
|
sh "make package"
|
||||||
// TODO copy the final artifacts to an artifact repository
|
// TODO copy the final artifacts to an artifact repository
|
||||||
// sh "make clean"
|
// sh "make clean"
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
become: true
|
become: true
|
||||||
become_method: sudo
|
become_method: sudo
|
||||||
tasks:
|
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
|
- name: intall gcc
|
||||||
yum:
|
yum:
|
||||||
name: gcc
|
name: gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user