Browse Source

Gen_Iso update

ca-cert-and-multi-ks
ePietry 2 years ago
parent
commit
b213ce43d9
  1. 3
      ansible/README.MD
  2. 2
      ansible/playbooks/gen_iso_image.yaml

3
ansible/README.MD

@ -156,3 +156,6 @@ Generate the ISO image of the installer by using the following playbook :
``` ```
ansible-playbook playbooks/gen_iso_image.yaml ansible-playbook playbooks/gen_iso_image.yaml
``` ```
## Prepare the Kickstart script

2
ansible/playbooks/gen_iso_image.yaml

@ -9,7 +9,7 @@
- name: Create /tmp/microshift_bluprint.toml - name: Create /tmp/microshift_bluprint.toml
ansible.builtin.file: ansible.builtin.file:
path: /tmp/microshift_bluprint.toml path: /tmp/microshift_bluprint.toml
state: file state: touch
mode: "0755" mode: "0755"
- name: Write blueprint content to /tmp/microshift_bluprint file - name: Write blueprint content to /tmp/microshift_bluprint file
ansible.builtin.copy: ansible.builtin.copy:

Loading…
Cancel
Save