2021年4月の気になりAnsible
tower_workflow_job_template モジュールの schema オプション
tower_workflow_job_template モジュールで、直接ワークフロービジュアライザー相当のオプションをつけるPR。
これまでは別途tower_workflow_job_template_node でやっていたけれど。直接できると便利そう。
AWX 19.0.0 リリース
Ansible と Python 3.8
ROADMAP の 説明
ansible-core==2.12 will include breaking changes requiring at least Python 3.8.
For your control node (the machine that runs Ansible), you can use any machine with Python 2 (version 2.7) or Python 3 (versions 3.5 and higher) installed. ansible-core 2.11 and Ansible 4.0.0 will make Python 3.8 a soft dependency for the control node, but will function with the aforementioned requirements. ansible-core 2.12 and Ansible 5.0.0 will require Python 3.8 or newer to function on the control node. Starting with ansible-core 2.11, the project will only be packaged for Python 3.8 and newer.
インストレーション
ansible 2.11.b0 changelog
Add warning for Ansible 2.11 when running a Python version older than Python 3.8 to inform users that 2.12 will only support Python 3.8 and newer on the controller. Starting with Ansible 2.11, the project will only be packaged for Python 3.8 and newer.
関連 warning
CONTROLLER_PYTHON_WARNING:
name: Running Older than Python 3.8 Warning
default: True
description: Toggle to control showing warnings related to running a Python version
older than Python 3.8 on the controller
env: [{name: ANSIBLE_CONTROLLER_PYTHON_WARNING}]
ini:
- {key: controller_python_warning, section: defaults}
type: boolean
おためし
ansible.netcommon
collection 2.0.1 リリース
Allow setting host_key_checking through a play/task var for network_cli.
host_key_checking
オプション。変数名は ansible_host_key_checking
。
community.general
collection 2.5.0 リリース
Add epoch_int in date_time facts
2.12
ansible-core 2.12 ROADMAP 追加
Bump the minimum Python version requirement for the controller to Python 3.8. This will be a hard requirement.
Deprecate Python 2.6 support for managed/target hosts. The release of ansible-core==2.13 will remove Python 2.6 support.
tower_workflow_approval
AWX の Approval Node を 承認/拒否するモジュール
ansible-core 2.11.0 リリース
関連
ansible.utils 2.1.0 リリース
Add from_xml and to_xml fiter plugin (https://github.com/ansible-collections/ansible.utils/pull/56).
ansible 4.0.0b1 リリース
core は 2.11.0
同梱 colelction