Compare commits
10 Commits
0.1.0
...
c7ff9dc43b
Author | SHA1 | Date | |
---|---|---|---|
c7ff9dc43b | |||
53c64db6d4 | |||
0988fafae8 | |||
3db2c3cc64 | |||
6d07fa8aba | |||
f3a17add8f | |||
36c693c401 | |||
fc114e56ae | |||
2cef391a3f | |||
4c2de2476c |
@ -3,7 +3,7 @@ kind: pipeline
|
||||
name: default
|
||||
steps:
|
||||
- name: integration test
|
||||
image: python:3.9-buster
|
||||
image: python:3.10-buster
|
||||
environment:
|
||||
REMOTE_USER: molecule
|
||||
HCLOUD_TOKEN:
|
||||
|
@ -6,9 +6,9 @@
|
||||
# out during our test run and that is absolutely no bueno
|
||||
sshd_permit_root_login: true
|
||||
sshd_port: 22
|
||||
members: files/members.yml
|
||||
sshd_user_accounts: files/members.yml
|
||||
pre_tasks:
|
||||
- name: Include resource variables
|
||||
include_vars: "{{ members }}"
|
||||
include_vars: "{{ sshd_user_accounts }}"
|
||||
roles:
|
||||
- role: autonomic.sshd
|
||||
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
ansible-lint==6.0.0
|
||||
ansible==5.4.0
|
||||
ansible-lint==6.3.0
|
||||
ansible==6.0.0
|
||||
molecule-hetznercloud==1.3.0
|
||||
molecule==3.6.1
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user