9 lines
140 B
YAML
9 lines
140 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
tags:
|
|
- rackspace
|
|
roles:
|
|
- role: test_rax
|
|
tags: test_rax
|