1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
Commit graph

56 commits

Author SHA1 Message Date
root
810fc81ac8 Convert dest: to path: per Ansible lineinfile norms 2020-02-03 19:54:04 -05:00
root
84c02adf7c Screen output of gitea/tasks/install.yml 2020-02-01 18:33:52 -05:00
root
413ff01132 Cleaner Gitea playbook + 2 tasks/main.yml's 2020-02-01 18:20:22 -05:00
root
2cdf846365 Remove tags in ~30 files, improve verbiage 2020-01-30 04:57:53 -05:00
root
814efd5a02 Mostly var cleanup across ~80 files 2020-01-30 04:00:00 -05:00
A Holt
18b4a28407
Update gitea/tasks/enable.yml 2020-01-29 10:48:23 -05:00
root
b7151fe047 Rename var nginx_config_dir to nginx_conf_dir 2020-01-24 01:08:42 -05:00
root
780ed4a955 Experiment: comment out Ansible tags in 25 files 2020-01-13 20:41:03 -05:00
root
6e6fab170d 3 iiab.ini descrips + rm excess '| bool' casts 2020-01-13 19:57:50 -05:00
root
a4d898dd9c Cleaner ver: 35+1 files may write to iiab_state.yml 2020-01-12 18:15:33 -05:00
root
bd915fcdae 35 tasks/*.yml writing to iiab_state.yml 2020-01-12 17:06:24 -05:00
root
ff2517e0b9 name: ""Add... -> name: "Add... 2020-01-11 23:43:53 -05:00
root
509d110ece Add 'XYZ_installed: True' to {{ iiab_state_file }} 2020-01-11 23:31:47 -05:00
root
15909ace31 Update 8 enable.yml files to "{{ item.value | string }}" 2020-01-11 22:29:54 -05:00
A Holt
b6b322e2f9
Clean gitea/tasks/install.yml 2020-01-11 19:56:42 -05:00
A Holt
f55bd8a8e9
Update gitea/tasks/install.yml 2020-01-11 17:20:33 -05:00
A Holt
b194a325b2
Update gitea/tasks/enable.yml 2020-01-11 17:04:29 -05:00
A Holt
7afb4f049a
Update gitea/tasks/enable.yml 2020-01-10 18:18:54 -05:00
A Holt
c6e674c87b
Update enable.yml 2020-01-10 18:08:02 -05:00
A Holt
30379d9cd3
Update gitea/tasks/enable.yml for Apache & NGINX 2020-01-10 17:43:02 -05:00
Jerry Vonau
4cafb59538 gitea - softcode nginx_config_dir, adjust restart for nginx 2020-01-10 12:35:35 -06:00
A Holt
749f9096fc
'| bool' not needed here 2020-01-02 22:06:23 -05:00
Jerry Vonau
e71ae36a98 gitea dokuwiki nginx support 2019-11-28 06:16:11 -06:00
holta
38fd86ac90 2008 var names, output, comments, small bugs 2019-11-28 05:32:00 -06:00
Jerry Vonau
70e7c7c7b5 needs True 2019-11-28 05:26:48 -06:00
Jerry Vonau
544293113f gitea - iiab_installed 2019-11-28 05:26:48 -06:00
holta
3a1ccf3638 'when: X' -> 'when: X | bool' for Ansibl 2.8 2019-05-24 18:33:10 -04:00
Aidan Fitzgerald
8d2af9e54a Use iiab_hostname and iiab_domain in app.ini
Delete gitea_full_url as unused

Signed-off-by: Aidan Fitzgerald <acf67@cornell.edu>
2019-03-13 14:02:59 -04:00
Aidan Fitzgerald
ffa2ecbd80 Don't care about previous state per Ansible convention 2019-03-08 00:04:53 -05:00
A Holt
73d945e278
Apply suggestions from code review
Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
2019-03-07 23:54:11 -05:00
A Holt
d86c985f7c
Update roles/gitea/tasks/install.yml
Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
2019-03-07 23:52:07 -05:00
Aidan Fitzgerald
69f8963b34 ignore errors on pre-install step 2019-03-06 23:07:22 -05:00
Aidan Fitzgerald
e253438334 Shut down Gitea before reinstalling 2019-03-06 21:51:05 -05:00
Aidan Fitzgerald
d3d47fc3a5 Separate home directory with comment 2019-03-06 21:19:46 -05:00
Aidan Fitzgerald
f64a5bc718 Only verify with GPG when requested by user 2019-03-06 16:04:56 -05:00
Aidan Fitzgerald
86cd88de73 Add clarifying comment about /etc/gitea write permissions 2019-03-06 15:46:06 -05:00
Aidan Fitzgerald
d30cc24f44 Grant write permissions for group gitea 2019-03-06 15:26:05 -05:00
Aidan Fitzgerald
4ad50b113d Revert "Need to create root directory before user"
This reverts commit a089778d0b.
2019-03-04 21:32:57 -05:00
Aidan Fitzgerald
a089778d0b Need to create root directory before user 2019-03-04 21:23:54 -05:00
Aidan Fitzgerald
7169072dd9 Don't abort if GPG verification fails 2019-03-04 19:39:35 -05:00
Aidan Fitzgerald
9558b42bfd fix with_items loop 2019-03-04 15:49:12 -05:00
Aidan Fitzgerald
3510bc0b9e Create gitea group 2019-03-02 03:07:19 -05:00
Aidan Fitzgerald
733f381996 Move GPG key to main.yml 2019-02-27 17:02:55 -05:00
A Holt
6f6bad7f2c
Update roles/gitea/tasks/install.yml
Co-Authored-By: aidan-fitz <acf67@cornell.edu>
2018-10-25 23:04:21 -04:00
A Holt
4dbd984366
Update roles/gitea/tasks/install.yml
Co-Authored-By: aidan-fitz <acf67@cornell.edu>
2018-10-25 23:04:17 -04:00
Aidan Fitzgerald
8e4dc59367 Fail if we detect unknown architecture 2018-10-18 17:10:41 -04:00
Aidan Fitzgerald
447b33f854 Add app.ini template and configuration plays 2018-10-18 13:23:18 -04:00
Aidan Fitzgerald
2c1339fc3a Add pre-install tag 2018-10-18 13:13:16 -04:00
Aidan Fitzgerald
23dfa8b297 Set permissions, create /etc/gitea 2018-10-18 12:57:54 -04:00
Aidan Fitzgerald
522d4d5c7e Create symlink 2018-10-18 12:52:51 -04:00