Compare commits
2 Commits
cbdfe05111
...
be13e9e71f
Author | SHA1 | Date | |
---|---|---|---|
be13e9e71f | |||
2ec74d8b85 |
25
deprecated/playbooks/.ssh/config
Normal file
25
deprecated/playbooks/.ssh/config
Normal file
@ -0,0 +1,25 @@
|
||||
Host alpha-host
|
||||
HostName 54.215.74.195
|
||||
IdentityFile /home/shockrah/GitRepos/vpc/infra/keys/alpha/id_ssh
|
||||
User ubuntu
|
||||
|
||||
Host atlas-host
|
||||
HostName 54.215.74.195
|
||||
IdentityFile /home/shockrah/GitRepos/vpc/infra/keys/atlas/id_ssh
|
||||
User ubuntu
|
||||
|
||||
Host beta-host
|
||||
HostName 54.241.104.37
|
||||
IdentityFile ../infra/keys/beta/id_ssh
|
||||
User ubuntu
|
||||
|
||||
Host web-host
|
||||
HostName 54.241.104.37
|
||||
IdentityFile ../infra/keys/beta-web/beta_web
|
||||
User web
|
||||
|
||||
Host docker-host
|
||||
HostName 54.215.74.195
|
||||
IdentityFile /home/shockrah/GitRepos/vpc/infra/keys/dockerlass/id_ssh
|
||||
User dockerlass
|
||||
|
5
deprecated/playbooks/.ssh/known_hosts
Normal file
5
deprecated/playbooks/.ssh/known_hosts
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
54.241.104.37 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAv1XSgIiVhlOiDLhSGRNhUtpMRacOrJ7lhI7SKy6VC8
|
||||
shockrah.xyz ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAv1XSgIiVhlOiDLhSGRNhUtpMRacOrJ7lhI7SKy6VC8
|
||||
|1|5pyfR6GIeNlW0EbYZTnO9Uy85Xw=|Ef9X9NBkhCu6qjhIvIVLCd8bxw0= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGjACbiHsV9hvrIjcNGktKJTGVtGBXAgojvhLw0CwwDc
|
||||
54.215.74.195 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDZKurmFz86dCDtoC8oF0fdUFx8UpOjU2Qij/iVRsnt9
|
5
deprecated/playbooks/.ssh/local-config
Normal file
5
deprecated/playbooks/.ssh/local-config
Normal file
@ -0,0 +1,5 @@
|
||||
Host alpha-host
|
||||
HostName 192.168.1.23
|
||||
IdentityFile ../infra/keys/alpha/id_ssh
|
||||
User motheradmin
|
||||
|
24
deprecated/playbooks/alpha/searx/settings.yml
Normal file
24
deprecated/playbooks/alpha/searx/settings.yml
Normal file
@ -0,0 +1,24 @@
|
||||
use_default_settings: True
|
||||
|
||||
general:
|
||||
debug : False # Debug mode, only for development
|
||||
instance_name : "Project Athens SearX" # displayed name
|
||||
|
||||
search:
|
||||
safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
|
||||
autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
|
||||
default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
|
||||
|
||||
server:
|
||||
port : 8080
|
||||
bind_address : "127.0.0.1" # explicitly only listen on localhost
|
||||
secret_key : "VnnTHjYycpMerevPKQ5DAngpcZ3in5R8wgshvz2kW1LBDw6Z/ytWGdkZfXZTdY7zMb0oe6UXoZ9a"
|
||||
base_url : "https://search.project-athens.xyz"
|
||||
image_proxy : False # Proxying image results through searx
|
||||
|
||||
# TODO: add morty proxy to the setup for cleaner results
|
||||
# uncomment below section if you have running morty proxy
|
||||
#result_proxy:
|
||||
# url : http://127.0.0.1:3000/
|
||||
# key : !!binary "your_morty_proxy_key"
|
||||
|
1
deprecated/playbooks/beta/files/web.pub
Normal file
1
deprecated/playbooks/beta/files/web.pub
Normal file
@ -0,0 +1 @@
|
||||
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9n/H/AMcDcz90L5q0zxGxZWU5ShveyLOUFZBlcJ6SBco3Vb2ZD/qwmgDpVrgaB8bRdmioSgBIEvjX1uv6oEPvhCNu9JoXgy9uqOkbV7vqALxxEbleFYT2KQl5aq/OK0f+3Do9yiyNH8xaJ/FgwLHDC3GIKijdLa++e0Ydk1xnmzxD1C+Ciu8s6RHeGjG89txWqE0iEgfc+VNbPYdve9TR3WApbokUkux2KwYYDi3naqNB+pYn4cScx/fHoibiZeTBCnqGrgk+ZDowOtsvrSUVzKqBqQzphKO1YlttoNlcktkRjoUoQUP3g/B3NJqGMZi1NAovy3uD/QG5p1DaFVgZll6WDY4NsfhmT3K1xjNqBf0SSsXwe/CUIQ4oTcLPKwaW8hKygO//727l2n8GtwVAU2v3aYYHPbZrPmz/+3iALq0cjhpFz97WX1ifPijiSFPJ9vvE9H4p24bmVn64mBVaYq8E088t8ycWgPj04makbc5sPu7K5CecUUaGD4MWDws= Beta SSH Key
|
0
deprecated/playbooks/beta/vars/.gitkeep
Normal file
0
deprecated/playbooks/beta/vars/.gitkeep
Normal file
4
deprecated/playbooks/beta/vars/main.yml
Normal file
4
deprecated/playbooks/beta/vars/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
FC_LOCAL_DOCS: "/home/shockrah/GitRepos/freechat/docs/"
|
||||
RESUME_LOCAL_PUBLIC: "/home/shockrah/GitRepos/resume/"
|
||||
BLOG_LOCAL_PUBLIC: "/home/shockrah/GitRepos/shockrah-city/"
|
||||
CERT_EMAIL: "alejandros714@protonmail.com"
|
48
deprecated/playbooks/env/alpha.yml
vendored
Normal file
48
deprecated/playbooks/env/alpha.yml
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
35623361306666636339326632313237383635613761383063386465383731336430383036643037
|
||||
3839363734393463306266386137366262333736643737610a666234303965336135346161306530
|
||||
66383032333363386237636431613930333131376331663636373661636662323665343434316664
|
||||
6464323465363664340a313066633161653537356663646266656433396238653133613861626362
|
||||
32316332366634326161663163363233663635366532346437633738643138616462313735653733
|
||||
66623432383135376339353131613632333837356430393764316336303935343562363331616466
|
||||
66323639646631643533303338363532306439393835386539373532626234336437643734373461
|
||||
39386665326464663461323434663662393233303032646338376234663462656135323836383762
|
||||
38613336376436396465633334343632376133383661333234656634346532383636346639633661
|
||||
65343731656465323138323437386533343161646139663336333663343265623333613234323962
|
||||
34303332383330623037316365663139303539343366633537326239336237306132333736383561
|
||||
36396262383564383166303763636534313739373864663532616465386536303138333537643964
|
||||
31653766393963613539303765653737343966333833396664626332643162386130333363363634
|
||||
30306463666338653961616165353166333137663663313566613164663733663965363536343839
|
||||
32393238636639386364336264306430316134373537303263316333333639346439333336313735
|
||||
62373361323136393330333336363565336436393165633634383732663738623965376532336664
|
||||
65396135343939353837313664646137396138613565653831396233323032343335396239303837
|
||||
38653135613764326438353365613630346631313065643664633330383936353530623933346563
|
||||
30376133333432323636613663393766663364656563646233353037356561363937306535623638
|
||||
66306537356464353430633238373731633666633763343631356139373365656239633038383938
|
||||
35363737643164393639393232666664373763353835323234306463306366383634393133326635
|
||||
32306534636366666633663435623165393631643834613965663464613263636136383365353062
|
||||
35316136376334393634303861626338346338646534626364623530323634376331363864663738
|
||||
65313764343563663838333931646563313232383266323735313736663635663830363762306238
|
||||
30373030343361393330303363623434333532303661656131346434393236383131633264396232
|
||||
62663835663036643261346536316632343464373338363739393531366132376364383866656262
|
||||
65646139356231613364643765643135393132316634363266356431353833613066313432623766
|
||||
31616562623362636432646166356530323430626639303161653635636536373535373964323365
|
||||
39356532666532373937336265346137623031383735323063323639626435656331633464643735
|
||||
35653661633266366662626535633530393163613861643764633264343862666334643834633030
|
||||
35636363356533313062626362323162343838643736613735316336373938393236306532646261
|
||||
32316265646365656366393937383530376233306665333435376532313731303931333531636263
|
||||
35653563653639323762663463306235623336353438623237376331376366323661303636396466
|
||||
39386432316335656531333465336332306336303164346461376366343165336438336432666335
|
||||
61366533633332663536643637356665303066663130616236353561376662313236336466633335
|
||||
64666665393430336662393163656430386665656263333132363763333539623963393039396338
|
||||
61313833663963333065636537613461393334643130646664343434303133396533653434666632
|
||||
32383932633264623032313435343333366663353935313230386538363035626634616531666538
|
||||
37623738323233366638373530343234343030613036386138643462333762626630383666643762
|
||||
62363133613134303863643532656464383536393761653138356136623562316362363132653461
|
||||
39303635663362316234343462633534313930333365633335353033393062303839333131653233
|
||||
63363730356139373962363530633166666361343439656630633266373032343939313565623737
|
||||
66656535366539326437313461636236343037393532313366396265373466356237376135383362
|
||||
65633063666238333733323265336533643037626562656334326335343466323964653762643139
|
||||
32306261323835653536333734626363393039393831356463623132303966346234633032663730
|
||||
65653630623438653637383833373531653037356363613031363932313162623037396166313764
|
||||
393530663436386232333634666665396465
|
5
deprecated/playbooks/env/beta.yml
vendored
Normal file
5
deprecated/playbooks/env/beta.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
RESUME_LOCAL_PUBLIC: /home/shockrah/GitRepos/resume
|
||||
FC_LOCAL_DOCS: /home/shockrah/GitRepos/freechat/docs
|
||||
BLOG_LOCAL_PUBLIC: /home/shockrah/GitRepos/shockrah-city
|
||||
QRCODES_LOCAL_PUBLIC: /home/shockrah/GitRepos/badge-app/qrcodes
|
||||
CERT_EMAIL: dev@shockrah.xyz
|
2
deprecated/playbooks/env/certbot.yml
vendored
Normal file
2
deprecated/playbooks/env/certbot.yml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
CERT_EMAIL: dev@shockrah.xyz
|
||||
|
1
deprecated/playbooks/env/common.yml
vendored
Normal file
1
deprecated/playbooks/env/common.yml
vendored
Normal file
@ -0,0 +1 @@
|
||||
CERT_EMAIL: dev@shockrah.xyz
|
31
deprecated/playbooks/hosts.ini
Normal file
31
deprecated/playbooks/hosts.ini
Normal file
@ -0,0 +1,31 @@
|
||||
[alpha]
|
||||
alpha-host
|
||||
|
||||
[alpha:vars]
|
||||
ansible_ssh_user=ubuntu
|
||||
ansible_ssh_private=../infra/keys/alpha/id_ssh
|
||||
ansible_ssh_common_args='-F .ssh/config -o UserKnownHostsFile=.ssh/known_hosts'
|
||||
|
||||
[atlas]
|
||||
atlas-host
|
||||
|
||||
[atlas:vars]
|
||||
ansible_ssh_user=ubuntu
|
||||
ansible_ssh_private=../infra/keys/atlas/id_ssh
|
||||
ansible_ssh_common_args='-F .ssh/config -o UserKnownHostsFile=.ssh/known_hosts'
|
||||
|
||||
[beta]
|
||||
beta-host
|
||||
|
||||
[beta:vars]
|
||||
ansible_ssh_user=ubuntu
|
||||
ansible_ssh_private=../infra/keys/beta/id_ssh
|
||||
ansible_ssh_common_args='-F .ssh/config -o UserKnownHostsFile=.ssh/known_hosts'
|
||||
|
||||
[web]
|
||||
web-host
|
||||
|
||||
[web:vars]
|
||||
ansible_ssh_user=web
|
||||
ansible_ssh_private=../infra/keys/beta-web/beta_web
|
||||
ansible_ssh_common_args='-F .ssh/config -o UserKnownHostsFile=.ssh/known_hosts'
|
Loading…
Reference in New Issue
Block a user