Skip to content

Commit f6124b3

Browse files
committed
support netaddr filter in ansible-init playbooks
1 parent 33efed0 commit f6124b3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
ansible_init_wait: 1200 # seconds
1+
ansible_init_wait: 1200 # seconds
2+
3+
ansible_init_pip_packages:
4+
# role defaults:
5+
- ansible
6+
- jmespath
7+
- requests
8+
# custom:
9+
- netaddr # required for gateway role

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ collections:
4848
version: 0.4.0
4949
- name: https://github.com/azimuth-cloud/ansible-collection-image-utils
5050
type: git
51-
version: 0.4.0
51+
version: 0.5.0
5252
# stackhpc.pulp has pulp.squeezer as dependency, any version, but latest
5353
# requires newer ansible than can install
5454
- name: pulp.squeezer

0 commit comments

Comments
 (0)