Alte Playbooks entfernt (#331)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#331 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
parent
4e71b78109
commit
6ee25e1e16
3 changed files with 0 additions and 58 deletions
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
- hosts: jenkins
|
||||
roles:
|
||||
- { role: geerlingguy.pip, tags: "pip", become: true }
|
||||
- { role: geerlingguy.ansible, tags: "ansible", become: true }
|
||||
- { role: geerlingguy.java, tags: "java", become: true }
|
||||
- { role: geerlingguy.jenkins, tags: "jenkins", become: true }
|
|
@ -1,46 +0,0 @@
|
|||
---
|
||||
- hosts: pihole
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: Setze DNS-Resolver fuer pihole-*
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/resolv.conf.head
|
||||
line: nameserver 192.168.2.3
|
||||
create: yes
|
||||
backrefs: false
|
||||
mode: 0664
|
||||
- name: Setze VIRTUAL_HOST für homer
|
||||
ansible.builtin.blockinfile:
|
||||
path: /etc/lighttpd/external.conf
|
||||
block: |
|
||||
setenv.add-environment = (
|
||||
"VIRTUAL_HOST" => "{{ pihole_homer_fqdn }}"
|
||||
)
|
||||
state: absent
|
||||
- name: setze FTL Einstellungen
|
||||
ansible.builtin.blockinfile:
|
||||
path: /etc/pihole/pihole-FTL.conf
|
||||
block: |
|
||||
RATE_LIMIT=0/0
|
||||
MAXNETAGE=3
|
||||
MAXDBDAYS=3
|
||||
MOZILLA_CANARY=true
|
||||
BLOCK_ICLOUD_PR=true
|
||||
PIHOLE_PTR=HOSTNAMEFQDN
|
||||
state: present
|
||||
|
||||
|
||||
# Wenn die VM beim Start mit "systemd-networkd-wait-online." hängt
|
||||
# Deaktiviere DHCP in:
|
||||
# sudo nano /etc/netplan/01-netcfg.yaml
|
||||
# network:
|
||||
# version: 2
|
||||
# ethernets:
|
||||
# ens18:
|
||||
# addresses:
|
||||
# - 192.168.2.3/24
|
||||
# dhcp4: no
|
||||
# gateway4: 192.168.2.1
|
||||
# netplan apply
|
||||
# sudo init 6
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- hosts: tor
|
||||
roles:
|
||||
- { role: mgrote.tor-node, tags: "tor", become: true }
|
||||
- { role: mgrote.zswap, tags: "zswap", become: true }
|
Loading…
Reference in a new issue