make header format yaml
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
---
|
||||
title: "Ansible with Docker"
|
||||
tags: [ "system", "ansible", "docker" ]
|
||||
requires: [ "docker", "ansible" ]
|
||||
title: Ansible with Docker
|
||||
tags:
|
||||
- system
|
||||
- ansible
|
||||
- docker
|
||||
requires:
|
||||
- docker
|
||||
- ansible
|
||||
---
|
||||
|
||||
'Docker module', you say?
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "Store Host Password"
|
||||
tags: [ "system", "ansible" ]
|
||||
title: Store Host Password
|
||||
tags:
|
||||
- system
|
||||
- ansible
|
||||
---
|
||||
|
||||
Make a hosts file with one host (your computer) and one variable, just to test:
|
||||
|
||||
Reference in New Issue
Block a user