@ -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
- name: Setup containers
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!
- name: Mitogen test users and groups
gather_facts: true
become: true