Skip to content
Snippets Groups Projects
Commit 66936d1a authored by Samuel Veloso's avatar Samuel Veloso
Browse files

Test ipaserver installation without CA

parent c26b9c27
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,7 @@ ...@@ -7,11 +7,7 @@
- name: Run generate-certificates.sh - name: Run generate-certificates.sh
command: > command: >
/bin/bash /bin/bash
<<<<<<< HEAD
generate-certificates.sh create generate-certificates.sh create
=======
generate-certificates.sh
>>>>>>> t-woerner/server_ca_less
"{{ groups.ipaserver[0] }}" "{{ groups.ipaserver[0] }}"
"{{ ipaserver_domain | default(groups.ipaserver[0].split('.')[1:] | join ('.')) }}" "{{ ipaserver_domain | default(groups.ipaserver[0].split('.')[1:] | join ('.')) }}"
args: args:
...@@ -63,11 +59,7 @@ ...@@ -63,11 +59,7 @@
- name: Copy p12 certificates - name: Copy p12 certificates
copy: copy:
<<<<<<< HEAD
src: "{{ playbook_dir }}/certificates/{{ item }}/{{ groups.ipaserver[0] }}/cert.p12" src: "{{ playbook_dir }}/certificates/{{ item }}/{{ groups.ipaserver[0] }}/cert.p12"
=======
src: "{{ playbook_dir }}/certificates/{{ item }}/ipaserver/cert.p12"
>>>>>>> t-woerner/server_ca_less
dest: "/root/ca-less-test/{{ item }}.p12" dest: "/root/ca-less-test/{{ item }}.p12"
owner: root owner: root
group: root group: root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment