10 lines
160 B
YAML
10 lines
160 B
YAML
---
|
|
|
|
- hosts: "{{ hosts_target }}"
|
|
become: true
|
|
gather_facts: true
|
|
vars_files:
|
|
- ~/.secret/.ansible/vars_creds.yml
|
|
roles:
|
|
- os-linux-prep-templ
|