{
"variables": {
"iso_path": "http://mirrors.kernel.org/centos/7.4.1708/isos/x86_64/CentOS-7-x86_64-DVD-1708.iso",
"iso_sha256": "ec7500d4b006702af6af023b1f8f1b890b6c7ee54400bb98cef968b883cd6546",
"ks_file": "ks.cfg",
"target_region": "us-west-2",
"aws_vmimport_role": "REDACTED",
"s3_artifact_bucket": "REDACTED"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" Example using the Python logger """ | |
import logging | |
def main(): | |
""" MAIN """ | |
init_logger(debug=True) | |
logging.info('Hey this message is important and is always outputted') |
- Export SVG
- You may need to check "embed images" if some don't show up
- Add exported svg file to repo
- In markdown do:
![image](filename.svg)