Skip to content
Snippets Groups Projects

Feat packer template

Open Bo-Chun Chen requested to merge louistw/hpc-factory:feat-packer-template into main
4 files
+ 157
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 7
0
 
---
 
- name: My first playbook
 
hosts: all
 
tasks:
 
- name: Print message
 
ansible.builtin.debug:
 
msg: Hello world
Loading