Skip to content

Commit

Permalink
add pihole install
Browse files Browse the repository at this point in the history
  • Loading branch information
estenrye committed Oct 22, 2022
1 parent 3ea7e4f commit 19ae69b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/playbooks/tools.rye.ninja/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ tools_server:
- label: smallstep_root_certificate
key_type: rsa:2048
nitrokey_hsm_export_certificates: false
pihole_web_password: "{{ pihole_web_password_value | default(lookup('ansible.builtin.password', 'tmp/pihole_web_password chars=ascii_letters,digits length=32')) }}"
pihole_ipv4_address: 10.5.7.2
1 change: 1 addition & 0 deletions ansible/playbooks/tools.rye.ninja/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
- keepalived
- shoelaces
- tftp
- pihole
tags:
tftp

Expand Down

0 comments on commit 19ae69b

Please sign in to comment.