diff --git a/facts/general/service.yml b/facts/general/service.yml index 2c4c318..c493651 100644 --- a/facts/general/service.yml +++ b/facts/general/service.yml @@ -15,9 +15,9 @@ crond_pattern: cron -- name: General | Facts | Service | Linux - set_fact: - when: ansible_system == "Linux" +#- name: General | Facts | Service | Linux +# set_fact: +# when: ansible_system == "Linux" - name: General | Facts | Service | Linux @@ -27,6 +27,6 @@ when: ansible_distribution == "Archlinux" -- name: General | Facts | Service | FreeBSD - set_fact: - when: ansible_system == "FreeBSD" \ No newline at end of file +#- name: General | Facts | Service | FreeBSD +# set_fact: +# when: ansible_system == "FreeBSD" \ No newline at end of file diff --git a/hosts b/hosts index 9a5da0d..4510e6b 100644 --- a/hosts +++ b/hosts @@ -83,5 +83,5 @@ reverse-proxy certbot=true nextcloud certbot=true wordpress certbot=true usb-server -parrotsec-dev-www hugo=true domain=hyperling.com -my-parrotsec-dev-www hugo=true domain=hyperling.com \ No newline at end of file +parrotsec-dev-www domain=hyperling.com hugo=true hugo_site_path=/mnt/leet/Code/parrotsec/website +my-parrotsec-dev-www hugo=true domain=hyperling.com hugo_site_path=/mnt/leet/Code/parrotsec/website-hyperling diff --git a/tasks/server/software/hugo.yml b/tasks/server/software/hugo.yml index c81a813..6d89d6e 100644 --- a/tasks/server/software/hugo.yml +++ b/tasks/server/software/hugo.yml @@ -14,4 +14,4 @@ - name: Server | Software | HUGO | Variables (FreeBSD) package: name: "{{ hugo_package }}" - state: present \ No newline at end of file + state: present