commit 87af95c51d0709ed066a165e0e51ba69775a098d parent 887de8e4889ae9de96ae75917692a3e572ce73d1 Author: Vincent Demeester <vincent@sbr.pm> Date: Mon, 3 Feb 2020 14:27:45 +0100 ansible: move it to a subfolder Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
28 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/playbook.yml b/ansible/playbook.yml diff --git a/roles/common/tasks/install-essentials.yml b/ansible/roles/common/tasks/install-essentials.yml diff --git a/roles/common/tasks/install-fedora-essentials.yml b/ansible/roles/common/tasks/install-fedora-essentials.yml diff --git a/roles/common/tasks/main.yml b/ansible/roles/common/tasks/main.yml diff --git a/roles/desktop/files/rpmfusion-free-updates-testing.repo b/ansible/roles/desktop/files/rpmfusion-free-updates-testing.repo diff --git a/roles/desktop/files/rpmfusion-free-updates.repo b/ansible/roles/desktop/files/rpmfusion-free-updates.repo diff --git a/roles/desktop/files/rpmfusion-free.repo b/ansible/roles/desktop/files/rpmfusion-free.repo diff --git a/roles/desktop/files/rpmfusion-nonfree-nvidia-driver.repo b/ansible/roles/desktop/files/rpmfusion-nonfree-nvidia-driver.repo diff --git a/roles/desktop/files/rpmfusion-nonfree-steam.repo b/ansible/roles/desktop/files/rpmfusion-nonfree-steam.repo diff --git a/roles/desktop/files/rpmfusion-nonfree-updates-testing.repo b/ansible/roles/desktop/files/rpmfusion-nonfree-updates-testing.repo diff --git a/roles/desktop/files/rpmfusion-nonfree-updates.repo b/ansible/roles/desktop/files/rpmfusion-nonfree-updates.repo diff --git a/roles/desktop/files/rpmfusion-nonfree.repo b/ansible/roles/desktop/files/rpmfusion-nonfree.repo diff --git a/roles/desktop/tasks/gnome.yml b/ansible/roles/desktop/tasks/gnome.yml diff --git a/roles/desktop/tasks/main.yml b/ansible/roles/desktop/tasks/main.yml diff --git a/roles/desktop/tasks/media.yml b/ansible/roles/desktop/tasks/media.yml diff --git a/roles/desktop/tasks/syncthing.yml b/ansible/roles/desktop/tasks/syncthing.yml diff --git a/roles/dev/files/vscode.repo b/ansible/roles/dev/files/vscode.repo diff --git a/roles/dev/tasks/main.yml b/ansible/roles/dev/tasks/main.yml diff --git a/roles/gcloud/files/google-cloud-sdk.repo b/ansible/roles/gcloud/files/google-cloud-sdk.repo diff --git a/roles/gcloud/tasks/main.yml b/ansible/roles/gcloud/tasks/main.yml diff --git a/roles/laptop/tasks/common.yml b/ansible/roles/laptop/tasks/common.yml diff --git a/roles/laptop/tasks/main.yml b/ansible/roles/laptop/tasks/main.yml diff --git a/roles/laptop/tasks/thinkpad.yml b/ansible/roles/laptop/tasks/thinkpad.yml diff --git a/roles/virtualization/tasks/main.yml b/ansible/roles/virtualization/tasks/main.yml diff --git a/roles/wireguard/tasks/main.yml b/ansible/roles/wireguard/tasks/main.yml diff --git a/roles/wireguard/templates/wireguard.conf.j2 b/ansible/roles/wireguard/templates/wireguard.conf.j2 diff --git a/roles/wireguard/templates/wireguard.xml.j2 b/ansible/roles/wireguard/templates/wireguard.xml.j2 diff --git a/bootstrap.sh b/bootstrap.sh @@ -79,9 +79,9 @@ EOF echo "> install ansible" sudo dnf install -y ansible echo "> run playbook" - ansible-playbook -K playbook.yml + ansible-playbook -K ansible/playbook.yml } - + setup_osx() { echo "Mac OS X detected" if [[ "$kernel_name" == "Darwin" ]]; then