Skip to content

Commit

Permalink
Add out-of-box awx support (ansible-collections#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeinate authored May 5, 2020
1 parent 0f6d1e2 commit c8bda60
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
27 changes: 27 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
################################################################################
# Copyright (c) IBM Corporation 2020
################################################################################

################################################################################
# For for on ansible.cfg options see:
# https://docs.ansible.com/ansible/latest/reference_appendices/config.html
#
# For a full sample see:
# https://github.com/ansible/ansible/blob/devel/examples/ansible.cfg
#
# Note:
# Some of the common options configured are `remote_temp` and `ansible_port`.
# remote_temp - The temporary directory Ansible uses to transfer files onto
# the controller. Default is `/.ansible/tmp`
# ansible_port - The connection port number Ansible uses to connect to the
# target; configure the target if is not using default SSH
# port 22
################################################################################

[defaults]
forks = 25
# remote_tmp = /u/ansible/tmp
# remote_port = 2022

[ssh_connection]
pipelining = True
9 changes: 9 additions & 0 deletions collections/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
################################################################################
# Copyright (c) IBM Corporation 2020
################################################################################
# This file is required when using repository directly in AWX/Tower
# for more info: https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#install-multiple-collections-with-a-requirements-file
# https://docs.ansible.com/ansible-tower/latest/html/userguide/projects.html#collections-support
---
collections:
- ibm.ibm_zos_core

0 comments on commit c8bda60

Please sign in to comment.