fix dependenciees
This commit is contained in:
parent
522c372e49
commit
a95f4dd0cd
4 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
- hosts: all, !tests
|
- hosts: all, tests
|
||||||
roles:
|
roles:
|
||||||
- base_config
|
- base_config
|
||||||
- create_users
|
- create_users
|
||||||
|
- ssh_totp
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
- hosts: all, !tests
|
- hosts: all, !tests
|
||||||
roles:
|
roles:
|
||||||
- create_users
|
- create_users
|
||||||
|
- base_totp
|
||||||
|
|
2
roles/ssh_totp/meta/main.yml
Normal file
2
roles/ssh_totp/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
dependencies:
|
||||||
|
- role: base_totp
|
|
@ -1,7 +1,4 @@
|
||||||
---
|
---
|
||||||
dependencies:
|
|
||||||
- role: base-totp
|
|
||||||
|
|
||||||
- name: Eddit pam config for ssh
|
- name: Eddit pam config for ssh
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /etc/pam.d/sshd
|
path: /etc/pam.d/sshd
|
||||||
|
|
Loading…
Reference in a new issue