Skip to content

Commit

Permalink
Fixes to the vars definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Aug 1, 2024
1 parent 9269b99 commit e9df7f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 4 additions & 3 deletions ansible/host_vars/data.ooni.org
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,19 @@ ssh_users:
]
ingrid:
login: ingrid
commment: Ingrid Epure
comment: Ingrid Epure
keys:
[
"ssh-rsa AAAB3NzaC1yc2EAAAADAQABAAACAQCTJQDb/Ucq5CRGqSJbNz33pB6fYtk7Pi+6LlIaV9QLhByp/G2/g6ae6Eb/TimZtxpdeIwpAmACmUn2p+mCLMHjpollUK2f3dUjmXiUSNGMPRPRxQoIvzf56patUCQRS+S7zDUKTDW/5e18CrIj0sFCC27y/pS6mmmeedHA6gmpW7L6kM57BlsxFu79rr/o/nrNH+qceJBEd8fM93yoIdEwxPHZyKJ5kj9+lh+4TtDLxxkwFfc6Kce1d0qxfpX1NzIbK5Vp8JlXrGEWbOFFT8S7Ru+j1/g/ptUjsXJ7DpH1wwlF6wYsU0DJuhkLv6XFZQuoHYwpZ4jmnJRWrXSgdylPk67M5Dr9aB2j0WGJNZysiXVZQZmoMUhfrNxaGVv6gB48krE6ysUoLrenR68aLOYqF8Yqvu1lCIyds1ORtjnpxWxFB7NS89us4KFofAMW+qeg/g3nEYvln9/S0b58goToNIw/p7wP9WOeh7JuM/FBT5ahJbeYpXapJh1WW6Rt48RGVwxFLXbcnH8wpCfhUw7fIVpXMhbfhtWTlWVJEAyk3eLWdNEJ7AH6jaqTdfTa4qBgrof0MgoZrb64qFDAsG9Z80Uj9oC2Zdy+gwDu76WJQfSKaD7hmq0w8khoFSVju7fvcfd5HWgLZbptCIw51mJSMQIQWs8Y/iGijTSckXXCXQ==",
]
siti:
login: siti
comment: Siti Nurliza
comment: "Siti Nurliza"
keys:
[
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKqG1VepfzDdSp3zG27jZq3S9/62CKPLh93F///ht9rf",
]
admin_usernames: [ art, majakomel, mehul, norbel ]
ssh_users: [ art, majakomel, mehul, norbel, ain, siti, ingrid, joss ]
non_admin_usernames: [ ain, siti, ingrid, joss ]
jupyterhub_allowed_users: "{{ ssh_users }}"
admin_group_name: adm
4 changes: 1 addition & 3 deletions ansible/inventory
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ monitoring.ooni.org
openvpn-server1.ooni.io
# This requires manual setup of ~/.ssh/config
#codesign-box

[jupyterhub]
data.ooni.org
data.ooni.org

0 comments on commit e9df7f8

Please sign in to comment.