10 lines
146 B
YAML
10 lines
146 B
YAML
---
|
|
# playbook to install django test on home.xai-corp.net
|
|
|
|
- hosts: home
|
|
remote_user: root
|
|
|
|
tasks:
|
|
- name: test connection
|
|
ping:
|