Multiple updates
This commit is contained in:
+24
@@ -55,3 +55,27 @@
|
|||||||
[submodule "roles/ericomeehan.tes3mp"]
|
[submodule "roles/ericomeehan.tes3mp"]
|
||||||
path = roles/ericomeehan.tes3mp
|
path = roles/ericomeehan.tes3mp
|
||||||
url = git@gitea.eom.dev:Gaming/ansible-role-tes3mp.git
|
url = git@gitea.eom.dev:Gaming/ansible-role-tes3mp.git
|
||||||
|
[submodule "roles/ericomeehan.tor-controller"]
|
||||||
|
path = roles/ericomeehan.tor-controller
|
||||||
|
url = git@gitea.eom.dev:DevOps/ansible-role-tor-controller.git
|
||||||
|
[submodule "roles/ericomeehan.open-archiver"]
|
||||||
|
path = roles/ericomeehan.open-archiver
|
||||||
|
url = git@gitea.eom.dev:DevOps/ansible-role-open-archiver.git
|
||||||
|
[submodule "roles/ericomeehan.ejabberd"]
|
||||||
|
path = roles/ericomeehan.ejabberd
|
||||||
|
url = git@gitea.eom.dev:DevOps/ansible-role-ejabberd.git
|
||||||
|
[submodule "roles/ericomeehan.inspircd"]
|
||||||
|
path = roles/ericomeehan.inspircd
|
||||||
|
url = git@gitea.eom.dev:DevOps/ansible-role-inspircd.git
|
||||||
|
[submodule "roles/ericomeehan.www"]
|
||||||
|
path = roles/ericomeehan.www
|
||||||
|
url = git@gitea.eom.dev:DevOps/ansible-role-www.git
|
||||||
|
[submodule "roles/ericomeehan.gitea"]
|
||||||
|
path = roles/ericomeehan.gitea
|
||||||
|
url = git@gitea.eom.dev:DevOps/ansible-role-gitea.git
|
||||||
|
[submodule "roles/ericomeehan.mailman3"]
|
||||||
|
path = roles/ericomeehan.mailman3
|
||||||
|
url = git@gitea.eom.dev:DevOps/ansible-role-mailman3.git
|
||||||
|
[submodule "roles/ericomeehan.ingress-nginx"]
|
||||||
|
path = roles/ericomeehan.ingress-nginx
|
||||||
|
url = git@gitea.eom.dev:DevOps/ansible-role-ingress-nginx.git
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- name: Execute test
|
||||||
|
hosts: alpha-control-plane
|
||||||
|
become: true
|
||||||
|
vars_files:
|
||||||
|
- ../secrets.yaml
|
||||||
|
roles:
|
||||||
|
- role: ericomeehan.gitea
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
- name: Execute test
|
||||||
|
hosts: alpha-control-plane
|
||||||
|
become: true
|
||||||
|
vars_files:
|
||||||
|
- ../secrets.yaml
|
||||||
|
roles:
|
||||||
|
- role: ericomeehan.ingress-nginx
|
||||||
Submodule
+1
Submodule roles/ericomeehan.ejabberd added at 50b3aaf8ba
Submodule
+1
Submodule roles/ericomeehan.gitea added at 64ce43ecfb
Submodule
+1
Submodule roles/ericomeehan.ingress-nginx added at efecb20e5c
Submodule
+1
Submodule roles/ericomeehan.inspircd added at 6cb9d53136
Submodule
+1
Submodule roles/ericomeehan.mailman3 added at 82b2478787
Submodule
+1
Submodule roles/ericomeehan.open-archiver added at 2c3021b6b6
Submodule
+1
Submodule roles/ericomeehan.tor-controller added at 61b39a2161
Submodule
+1
Submodule roles/ericomeehan.www added at 39b19c722d
@@ -0,0 +1,16 @@
|
|||||||
|
- name: Execute test
|
||||||
|
hosts: alpha-control-plane
|
||||||
|
become: true
|
||||||
|
vars_files:
|
||||||
|
- ../secrets.yaml
|
||||||
|
roles:
|
||||||
|
- role: ericomeehan.www
|
||||||
|
vars:
|
||||||
|
www_cron_schedule: "*/5 * * * *"
|
||||||
|
www_username: public-mailbox@eom.dev
|
||||||
|
www_password: "{{ www_public_mailbox_password }}"
|
||||||
|
www_imap_server: dovecot.eom.dev
|
||||||
|
www_ftp_user: eric
|
||||||
|
www_ftp_password: "{{ www_eric_ftp_password }}"
|
||||||
|
www_ftp_pasv_address: eom.dev
|
||||||
|
www_repo_url: https://gitea.eom.dev/DevOps/www.git
|
||||||
Reference in New Issue
Block a user