aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks')
l---------playbooks/files1
-rw-r--r--playbooks/prerequisites.yml12
-rw-r--r--playbooks/site.yml63
l---------playbooks/templates1
-rw-r--r--playbooks/workstation.yml10
5 files changed, 0 insertions, 87 deletions
diff --git a/playbooks/files b/playbooks/files
deleted file mode 120000
index feb1228..0000000
--- a/playbooks/files
+++ /dev/null
@@ -1 +0,0 @@
-../files \ No newline at end of file
diff --git a/playbooks/prerequisites.yml b/playbooks/prerequisites.yml
deleted file mode 100644
index 3178164..0000000
--- a/playbooks/prerequisites.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-- hosts: all
- gather_facts: false
- tasks:
- - name: bruteforce python installation with all packages possiblity # noqa: no-changed-when
- raw: |
- ! pkg_add python3 &&
- ! pkg install python3 &&
- apk add python
- register: result
- ignore_errors: true
- failed_when: result.rc not in [0, 1]
- poll: 0
diff --git a/playbooks/site.yml b/playbooks/site.yml
deleted file mode 100644
index dd11097..0000000
--- a/playbooks/site.yml
+++ /dev/null
@@ -1,63 +0,0 @@
-- hosts: all
- roles:
- - role: wireguard
- tags:
- - role_wireguard
- - never
-
-- hosts: servers
- roles:
- - role: sshd
- tags: role_sshd
- - role: prometheus
- tags: role_prometheus
- - role: loki
- tags: role_loki
-
-- hosts: dc0
- roles:
- - role: pf
- tags: role_pf
- - role: relayd
- tags: role_relayd
- - role: acme
- tags: role_acme
- - role: znc
- tags: role_znc
-
-- hosts: stack0
- roles:
- - role: nfsd
- tags: role_nfsd
-
-- hosts: stack0-*
- roles:
- - role: nfsclient
- tags: role_nfsclient
-
-- hosts: stack0-dc1
- roles:
- - role: grafana
- tags: role_grafana
-
-- hosts: stack0-dev0,stack0-dc1
- roles:
- - role: cgit
- tags: role_cgit
-
-- hosts: stack0-cld0
- roles:
- - role: miniflux
- tags: role_miniflux
-
-- hosts: servers
- roles:
- - role: httpd
- tags: role_httpd
-
-- hosts: stack0
- roles:
- - role: vmm
- tags:
- - role_vmm
- - never
diff --git a/playbooks/templates b/playbooks/templates
deleted file mode 120000
index 564a409..0000000
--- a/playbooks/templates
+++ /dev/null
@@ -1 +0,0 @@
-../templates \ No newline at end of file
diff --git a/playbooks/workstation.yml b/playbooks/workstation.yml
deleted file mode 100644
index 65caed7..0000000
--- a/playbooks/workstation.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- hosts: localhost
-
- pre_tasks:
- - name: verify running as root
- fail:
- when: ansible_user_id != "root"
- tags: always
-
- roles:
- - role: workstation
remember that computers suck.