generated from DO1JLR/ansible_playbook_template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,12 @@ | |
[submodule "files/ssh_public_keys"] | ||
path = files/ssh_public_keys | ||
url = https://gitea.see-base.de/toolbox/ssh-public-keys.git | ||
[submodule "roles/nginx2"] | ||
path = roles/nginx2 | ||
url = [email protected]:ansible-roles/role-nginx_new2.git | ||
[submodule "roles/acmetool2"] | ||
path = roles/acmetool2 | ||
url = [email protected]:ansible-roles/role-acmetool.git | ||
[submodule "roles/webhost2"] | ||
path = roles/webhost2 | ||
url = [email protected]:ansible-roles/role-webhost.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
users: | ||
l3d: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
webwaffel: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
|
||
accounts: | ||
- l3d | ||
- webwaffel | ||
|
||
nginx_sites: | ||
- name: 'c3woc.org' | ||
webroot: | ||
user: 'webwaffel' | ||
|
||
acme_notification_email: "acme_{{ ansible_hosts }}@l3d.yt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[webserver] | ||
[web] | ||
web01.l3d.space |
Submodule acmetool2
added at
06f621
Submodule nginx2
added at
0b60a9
Submodule webhost2
added at
7a7a04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters