Loading tests/playbook.yml +13 −3 Original line number Diff line number Diff line --- - hosts: example-openbsd* gather_facts: false roles: [openbsd-bootstrap] roles: - openbsd-bootstrap - role: users users: [] users_use_sudo: True users_lock_root_ssh: False - hosts: example-xenial - hosts: [example-xenial, example-wheezy] gather_facts: false roles: [debian-bootstrap] roles: - debian-bootstrap - role: users users: [] users_use_sudo: True users_lock_root_ssh: False - hosts: all roles: Loading tests/requirements.yml +2 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,5 @@ name: openbsd-bootstrap - src: adarnimrod.debian-bootstrap name: debian-bootstrap - src: adarnimrod.users name: users Loading
tests/playbook.yml +13 −3 Original line number Diff line number Diff line --- - hosts: example-openbsd* gather_facts: false roles: [openbsd-bootstrap] roles: - openbsd-bootstrap - role: users users: [] users_use_sudo: True users_lock_root_ssh: False - hosts: example-xenial - hosts: [example-xenial, example-wheezy] gather_facts: false roles: [debian-bootstrap] roles: - debian-bootstrap - role: users users: [] users_use_sudo: True users_lock_root_ssh: False - hosts: all roles: Loading
tests/requirements.yml +2 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,5 @@ name: openbsd-bootstrap - src: adarnimrod.debian-bootstrap name: debian-bootstrap - src: adarnimrod.users name: users