Skip to content
Snippets Groups Projects
Commit 0d6a17d7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Update documentation

parent 679e8086
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ sudo apt-get install ansible ...@@ -19,7 +19,7 @@ sudo apt-get install ansible
mkdir /opt/ansible mkdir /opt/ansible
# Checkout the main repository # Checkout the main repository
git clone git@gitlab.paragon-es.de:ansible-playbooks/general.git /opt/ansible git clone git@gitlab.paragon-es.de:ansible-playbooks/general.git /opt/ansible --recurse-submodules
cd /opt/ansible cd /opt/ansible
# Setup or update # Setup or update
......
...@@ -23,7 +23,10 @@ ...@@ -23,7 +23,10 @@
repo: "{{ item.repo }}" repo: "{{ item.repo }}"
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
force: "{{ item.force|default('yes') }}" force: "{{ item.force|default('yes') }}"
track_submodules: yes
with_items: with_items:
- repo: "{{ repo }}:ansible-playbooks/general.git"
dest: "."
- repo: "{{ repo }}:ansible-inventories/{{ company }}.git" - repo: "{{ repo }}:ansible-inventories/{{ company }}.git"
dest: "./inventory" dest: "./inventory"
force: no force: no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment