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.
This commit is contained in:
parent
a62336f139
commit
bdf3ffa456
@ -15,9 +15,9 @@
|
|||||||
crond_pattern: cron
|
crond_pattern: cron
|
||||||
|
|
||||||
|
|
||||||
- name: General | Facts | Service | Linux
|
#- name: General | Facts | Service | Linux
|
||||||
set_fact:
|
# set_fact:
|
||||||
when: ansible_system == "Linux"
|
# when: ansible_system == "Linux"
|
||||||
|
|
||||||
|
|
||||||
- name: General | Facts | Service | Linux
|
- name: General | Facts | Service | Linux
|
||||||
@ -27,6 +27,6 @@
|
|||||||
when: ansible_distribution == "Archlinux"
|
when: ansible_distribution == "Archlinux"
|
||||||
|
|
||||||
|
|
||||||
- name: General | Facts | Service | FreeBSD
|
#- name: General | Facts | Service | FreeBSD
|
||||||
set_fact:
|
# set_fact:
|
||||||
when: ansible_system == "FreeBSD"
|
# when: ansible_system == "FreeBSD"
|
4
hosts
4
hosts
@ -83,5 +83,5 @@ reverse-proxy certbot=true
|
|||||||
nextcloud certbot=true
|
nextcloud certbot=true
|
||||||
wordpress certbot=true
|
wordpress certbot=true
|
||||||
usb-server
|
usb-server
|
||||||
parrotsec-dev-www hugo=true domain=hyperling.com
|
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
|
my-parrotsec-dev-www hugo=true domain=hyperling.com hugo_site_path=/mnt/leet/Code/parrotsec/website-hyperling
|
||||||
|
@ -14,4 +14,4 @@
|
|||||||
- name: Server | Software | HUGO | Variables (FreeBSD)
|
- name: Server | Software | HUGO | Variables (FreeBSD)
|
||||||
package:
|
package:
|
||||||
name: "{{ hugo_package }}"
|
name: "{{ hugo_package }}"
|
||||||
state: present
|
state: present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user