-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
65 lines (60 loc) · 1.72 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.vault_pass.txt
.vault_password
venv
ansible.cfg
terraform/terraform*
terraform/.terraform
terraform/prod/.terraform
terraform/dev/.terraform
terraform/staging/.terraform
terraform/pawsey/.terraform
terraform/pawsey/*
terraform/one-offs/*/.terraform
terraform/one-offs/*/terraform*
terraform/*/.terraform
terraform/pulsar-nci-test/.terraform
terraform/pulsar-nci-training/.terraform
terraform/pulsar-mel2/.terraform
terraform/pulsar-mel3/.terraform
terraform/high-mem1/.terraform
# from requirements.yml
roles/galaxyproject.galaxy/
roles/galaxyproject.nginx/
roles/galaxyproject.cvmfs/
roles/galaxyproject.postgresql/
roles/galaxyproject.tusd
roles/galaxyproject.tiaas2
roles/galaxyproject.slurm
# roles/galaxyproject.repos/ # Commented out as Simon made a modification so ppa is added to ubuntu 20.04
roles/geerlingguy.*/
roles/galaxyproject.postgresql_objects/
roles/uchida.miniconda/
roles/galaxyproject.miniconda
roles/usegalaxy_eu.certbot/
roles/usegalaxy_eu.galaxy_systemd/
roles/usegalaxy_eu.gxadmin
# roles/jasonroyle.rabbitmq # Commented out as we have made modifications to this role to update it for py3.
roles/insspb.hostname
roles/galaxyproject.pulsar
roles/dj-wasabi.telegraf
roles/galaxyproject.gxadmin
roles/usegalaxy_eu.tiaas2
roles/usegalaxy_eu.gie_proxy
roles/cloudalchemy.grafana
roles/galaxyproject.miniconda
roles/usegalaxy_eu.influxdb
roles/cloudalchemy.grafana
roles/cyverse-ansible.singularity
roles/gantsign.golang
roles/galaxyproject.repos
roles/usegalaxy_eu.apptainer
roles/usegalaxy_eu.rabbitmqserver
roles/*.walle
# integration-testing virtual environment
integration-testing/venv
#dev roles
roles/dev-tiaas2
roles/galaxyproject.s3fs
roles/usegalaxy_eu.flower
roles/usegalaxy_eu.galaxy_subdomains
collections/ansible_collections/*