Fabian Peter Hammerle 8 лет назад
Родитель
Сommit
5447be0f32
2 измененных файлов с 9 добавлено и 0 удалено
  1. 2 0
      tests/ansible.cfg
  2. 7 0
      tests/main.yml

+ 2 - 0
tests/ansible.cfg

@@ -0,0 +1,2 @@
+[defaults]
+library = ..

+ 7 - 0
tests/main.yml

@@ -0,0 +1,7 @@
+- hosts: localhost
+  tasks:
+  - x509_certificate:
+      key_path: 'key'
+      cert_path: 'cert'
+      common_name: test.example.com
+      organization_name: company