1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-11-10 02:01:41 +01:00

README: Add note about git submodules

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2016-12-19 13:07:20 +01:00
parent 38545a91a4
commit 664f64711f
No known key found for this signature in database
GPG Key ID: 6D1655C14CE1C13E

@ -2,6 +2,9 @@
This repository contains the complete collection of ansible playbooks and roles for the Arch Linux infrastructure. This repository contains the complete collection of ansible playbooks and roles for the Arch Linux infrastructure.
It also contains git submodules so you have to run `git submodule update --init
--recursive` after cloning or some tasks will fail to run.
#### Instructions #### Instructions
All systems are set up the same way. For the first time setup in the Hetzner rescue system, All systems are set up the same way. For the first time setup in the Hetzner rescue system,
run the provisioning script: `ansible-playbook playbooks/$hostname-provision.yml`. run the provisioning script: `ansible-playbook playbooks/$hostname-provision.yml`.