ansible: import example playbook
parent
75a78c9ff4
commit
3fc673563d
@ -0,0 +1,10 @@
|
||||
[defaults]
|
||||
inventory = hosts
|
||||
connection_plugins = ../../ansible_mitogen/connection
|
||||
strategy_plugins = ../../ansible_mitogen/strategy
|
||||
strategy = mitogen
|
||||
connection = mitogen
|
||||
retry_files_enabled = False
|
||||
|
||||
[ssh_connection]
|
||||
pipelining = True
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
ansible_connection: econtext_conn
|
@ -0,0 +1,2 @@
|
||||
---
|
||||
# ansible_connection: econtext_conn
|
@ -0,0 +1,2 @@
|
||||
#localhost
|
||||
z
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
|
||||
- hosts: all
|
||||
roles:
|
||||
- myrole
|
@ -0,0 +1,50 @@
|
||||
---
|
||||
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
||||
- name: "My Role"
|
||||
command: hostname
|
Loading…
Reference in New Issue