9 lines
191 B
YAML
9 lines
191 B
YAML
---
|
|
- name: Static Host Maintenance and Setup
|
|
hosts: static-web
|
|
remote_user: webadmin
|
|
tasks:
|
|
- name: Import static host role
|
|
ansible.builtin.import_role:
|
|
name: static
|