Skip to content

Commit

Permalink
Share the CA cert
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jul 18, 2023
1 parent d0406b2 commit 9fba5c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/freeipa/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
args:
creates: /var/lib/ipa/backup/backup-clean

- name: copy the CA cert to the vagrant dir
copy:
remote_src: true
src: /etc/ipa/ca.crt
dest: /vagrant/ca.crt

- name: Install the bashrc
template:
src: bashrc
Expand Down

0 comments on commit 9fba5c6

Please sign in to comment.