From bdf3ffa4563f4b85ff3d24fae02d3d2cfe68f9c7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 13 Jul 2021 07:33:05 -0500 Subject: [PATCH] Newlines, comments, and HUGO path. (#2) * Create HUGO file. * Add HUGO. * Add script for running system against development branch. * Add newline to end of file. * Comment unused blocks. * Add path of site that HUGO should host. --- facts/general/service.yml | 12 ++++++------ hosts | 4 ++-- tasks/server/software/hugo.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) 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