Added building Ubuntu 20.04 template
This commit is contained in:
9
ansible/playbooks/os-linux-prep-templ.yml
Normal file
9
ansible/playbooks/os-linux-prep-templ.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- hosts: "{{ hosts_target }}"
|
||||
become: true
|
||||
gather_facts: true
|
||||
vars_files:
|
||||
- ~/.secret/.ansible/vars_creds.yml
|
||||
roles:
|
||||
- os-linux-prep-templ
|
Reference in New Issue
Block a user