13 lines
207 B
YAML
13 lines
207 B
YAML
---
|
|
# playbook to install django test on home.xai-corp.net
|
|
|
|
- hosts: managed
|
|
remote_user: root
|
|
remote_user: ansible
|
|
gather_facts: yes
|
|
become: true
|
|
|
|
tasks:
|
|
- name: test connection
|
|
ping:
|