|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
that: "{{ item }} is defined" |
|
|
|
|
fail_msg: "You must define the '{{ item }}' variable" |
|
|
|
|
with_items: |
|
|
|
|
- members |
|
|
|
|
- sshd_user_accounts |
|
|
|
|
|
|
|
|
|
- name: Disable root SSH login |
|
|
|
|
lineinfile: |
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
|
notify: Restart SSH |
|
|
|
|
|
|
|
|
|
- name: Include resource variables |
|
|
|
|
include_vars: "{{ members }}" |
|
|
|
|
include_vars: "{{ sshd_user_accounts }}" |
|
|
|
|
tags: |
|
|
|
|
# Note(d1): we already load in converge.yml so skip here |
|
|
|
|
- molecule-notest |
|
|
|
|