Explorar el Código

tests: added playbook

Fabian Peter Hammerle hace 8 años
padre
commit
5447be0f32
Se han modificado 2 ficheros con 9 adiciones y 0 borrados
  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