Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repurpose m6. #298

Merged
merged 1 commit into from
Oct 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
[submodule "roles/cloudalchemy.blackbox-exporter"]
path = roles/cloudalchemy.blackbox-exporter
url = https://github.com/cloudalchemy/ansible-blackbox-exporter.git
[submodule "roles/podman"]
path = roles/podman
url = https://github.com/alvistack/ansible-role-podman.git
2 changes: 1 addition & 1 deletion group_vars/all/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ users:
email: [email protected]
github_username: patrickod

r:
rizend:
fullname: ',,,'
email: ...
ssh_key: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWvlc3+qDxhKE3jCCxKKU1h9QJyhCqLgHAwkiokvSPig6dXZW9f8uS/1CNMEmB5avrZhT6S3V00NExqZMldJechROhQoZb6YrUzakaeJCHrbThotQ/TlDuRWCCEh+y/qowk261X4Rbdx/KMwPuROP0p+pw2u3CVoLC7ejnsCwzTMZJ450QtZau0nvP7PY1vnehg2npA4HOqtwjOABJlMMpSZfaQdddwQJ7YE01GLpXF73Lwcnyue51fWFdjsQwIeQM2feO0yf1r1fjoLyMfWCVLK2GI0ONXVFWKQ52kfzr4QQ7Tq+Xi12qr7KGlHZ8yl7tw3MUoyU7k0HrUea1F8WF ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvHlZKV8yBsJOkeu2FkWZ1UDY/uTS8bBUbqh1W0pJ3BMec55uvRLNv1AT5Z7RHKbwdjiZTBm6sP0CRVjsOxeGRCVeddHx1SxsXeihZIRQLHX+Z7M1YwYdzmzRDIEhuZhp+RnGH71ESVEHlmUhNPYsNmlgE3nyNbbDatYRZQqC204pal6cz4CHRUWYIozAQvpO8BF+cNDbNgT1yR5DWflwHErlv8yltmxNjh+gQQgp7RzI+05uzpRgumLCIqdHIKUflDJGvZXnUNAr5nv8Xe3W77AZz348nK2SYoD7dOBw23LpEzmy0mENL+/d3ZCuricslc1eBqCpVxJiF7s/RCtix'
Expand Down
3 changes: 1 addition & 2 deletions host_vars/m4.noisebridge.net/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ noisebridge_admins:
- superq
- rizend
- elimisteve
- kevinjos
- allyourbasepair
- bfb
3 changes: 1 addition & 2 deletions host_vars/m5.noisebridge.net/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ noisebridge_admins:
- superq
- elimisteve
- rizend
- kevinjos
- allyourbasepair
- bfb
3 changes: 1 addition & 2 deletions host_vars/m6.noisebridge.net/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ noisebridge_admins:
- superq
- rizend
- elimisteve
- kevinjos
- allyourbasepair
- bfb
3 changes: 0 additions & 3 deletions hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,3 @@ all:
donate:
children:
m5_noisebridge_net: {}
lists:
children:
m6_noisebridge_net: {}
1 change: 1 addition & 0 deletions roles/podman
Submodule podman added at 9fe729
1 change: 1 addition & 0 deletions roles/utils/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- dnsutils
- file
- git
- gpg
- htop
- iftop
- inotify-tools
Expand Down
17 changes: 8 additions & 9 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,6 @@
- cloudalchemy.grafana
- powerpanel

- name: Mailman-3 List server
hosts: lists
become: yes
become_method: sudo
tags: [lists]
roles:
- postfix
- mailman3

- name: Nextcloud on debian box in space
hosts: cloud
become: yes
Expand Down Expand Up @@ -122,3 +113,11 @@
tags: [smartpi]
roles:
- smartpi

- name: Misc server SCL
hosts: m6_noisebridge_net
become: yes
become_method: sudo
tags: [m6_noisebridge_net]
roles:
- {role: podman, tags: ['podman'] }