You've already forked ansible-role-auth-duo
Support fixed mirror
This commit is contained in:
18
molecule/fixed-mirror/converge.yml
Normal file
18
molecule/fixed-mirror/converge.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: "Include role under test"
|
||||
include_role:
|
||||
name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
|
||||
vars:
|
||||
auth_duo_settings:
|
||||
- key: ikey
|
||||
value: "{{ lookup('env', 'AUTH_DUO_IKEY') }}"
|
||||
- key: skey
|
||||
value: "{{ lookup('env', 'AUTH_DUO_SKEY') }}"
|
||||
- key: host
|
||||
value: "{{ lookup('env', 'AUTH_DUO_HOST') }}"
|
||||
auth_duo_specify_mirror: true
|
||||
auth_duo_mirror_url: https://yum-proxy.ultrafastfibre.co.nz/duo
|
||||
|
||||
Reference in New Issue
Block a user