ci: Name all image prep plays

pull/1252/head
Alex Willmer 9 months ago
parent 8e58c4a759
commit 20e23b5bd9

@ -1,5 +1,5 @@
- hosts: all
- name: Bootstrap containers
hosts: all
strategy: linear
gather_facts: false
tasks:
@ -15,7 +15,8 @@
fi
when: bootstrap_packages | length
- hosts: all
- name: Setup containers
hosts: all
strategy: mitogen_free
# Resource limitation, my laptop freezes doing every container concurrently
serial: 4

@ -3,7 +3,8 @@
#
# WARNING: this creates non-privilged accounts with pre-set passwords!
#
- hosts: all
- name: Mitogen test users and groups
hosts: all
gather_facts: true
strategy: mitogen_free
become: true

Loading…
Cancel
Save