Parcourir la source

tests: added playbook

Fabian Peter Hammerle il y a 9 ans
Parent
commit
5447be0f32
2 fichiers modifiés avec 9 ajouts et 0 suppressions
  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