Explorar o código

tests: added playbook

Fabian Peter Hammerle %!s(int64=8) %!d(string=hai) anos
pai
achega
5447be0f32
Modificáronse 2 ficheiros con 9 adicións e 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