demo with templates
This commit is contained in:
7
playbooks/network_playbook.yml
Normal file
7
playbooks/network_playbook.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: labservers
|
||||
tasks:
|
||||
- name: deploy local net file
|
||||
template:
|
||||
src: /home/cloud_user/template/network.j2
|
||||
dest: /home/cloud_user/template/network.txt
|
||||
Reference in New Issue
Block a user