integrated server-specific linux config

This commit is contained in:
Bryan Joshua Pedini 2022-03-16 13:25:17 +01:00
parent 0bfa4071e5
commit 743e7e144a
3 changed files with 2 additions and 6 deletions

View File

@ -3,5 +3,4 @@
become: true
tasks:
- import_tasks: tasks/personal-linux-config.yml
- import_tasks: tasks/personal-linux-config-server.yml
- import_tasks: tasks/ssh-keys.yml

View File

@ -1,4 +0,0 @@
---
- name: Ensure the server config changes are deployed
ansible.builtin.shell:
cmd: sh -c "cd /root/personal-linux-config; bash /root/personal-linux-config/deploy.sh"

View File

@ -11,6 +11,7 @@
repo: https://git.bjphoster.com/b.pedini/personal-linux-config
clone: yes
update: yes
force: yes
- name: Ensure the config changes are deployed
ansible.builtin.shell:
cmd: sh -c "cd /root/personal-linux-config; bash /root/personal-linux-config/deploy.sh"
cmd: sh -c "cd /root/personal-linux-config; bash /root/personal-linux-config/deploy.sh --server"