You're too fast for me...
I have installed all the filesets and did some quick testing:
/opt/bin/ansible --version
ansible 2.2.1.0
config file =
configured module search path = Default w/o overrides
pip list
ansible (2.2.1.0)
appdirs (1.4.3)
asn1crypto (0.21.1)
cffi (1.9.1)
cryptography (1.8.1)
enum34 (1.1.6)
idna (2.5)
ipaddress (1.0.18)
Jinja2 (2.8.1)
MarkupSafe (0.23)
packaging (16.

paramiko (2.1.2)
pip (8.1.1)
pyasn1 (0.2.3)
pycparser (2.17)
pycrypto (2.6.1)
pyparsing (2.2.0)
PyYAML (3.12)
setuptools (20.10.1)
six (1.10.0)
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
ansible localhost -m ping
[WARNING]: Host file not found: /etc/ansible/hosts
[WARNING]: provided hosts list is empty, only localhost is available
localhost | SUCCESS => {
"changed": false,
"ping": "pong"
}
So from a very high altitude this looks fine. I don't have any AIX-ready playbooks around to do some real live testing.
I'll do this next week, or maybe even later. I didn't expect to get a working version of Ansible that fast and have plenty of other tasks.
Thanks so far! Great job! I'll check back if I have any results!