Procházet zdrojové kódy

tests: added playbook

Fabian Peter Hammerle před 8 roky
rodič
revize
5447be0f32
2 změnil soubory, kde provedl 9 přidání a 0 odebrání
  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