diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-12 21:26:09 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-12 21:26:09 -0500 |
commit | 4a123b6f4a2ece850175cc4402fc30326ae17075 (patch) | |
tree | ff80a0dff85a5ba53f977da8014da13adeffd351 /roles/static/tasks | |
parent | 0bfb4a99cd606144244a3f07913997ecab4971bc (diff) | |
download | oldinfra-4a123b6f4a2ece850175cc4402fc30326ae17075.tar.gz oldinfra-4a123b6f4a2ece850175cc4402fc30326ae17075.zip |
add static site
Diffstat (limited to 'roles/static/tasks')
-rw-r--r-- | roles/static/tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/static/tasks/main.yml b/roles/static/tasks/main.yml new file mode 100644 index 0000000..3a6c49f --- /dev/null +++ b/roles/static/tasks/main.yml @@ -0,0 +1,8 @@ +--- + +- name: clone static repo + git: + repo: https://git.simponic.xyz/simponic/static.simponic.xyz.git + dest: /var/www/html/static.simponic.xyz + clone: yes + update: yes |