Skip to content

Commit

Permalink
Complete example playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenecal committed Sep 18, 2024
1 parent a463857 commit ea82feb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions playbook.yml → example-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
- name: Install netbox in docker
hosts: localhost
become: true
become_method: ansible.builtin.sudo
vars:
netbox_port: null
netbox_ssl_cert_bundle: /etc/ssl/private/localhost+2.pem
netbox_ssl_cert_key: /etc/ssl/private/localhost+2-key.pem
netbox_use_caddy: true
netbox_use_caddy: true
netbox_plugins:
- name: netbox_prometheus_sd
src: https://github.com/FlxPeters/netbox-plugin-prometheus-sd.git
version: v1.1.1
roles:
- ../ansible-role-netbox-docker
- jsenecal.netbox_docker

0 comments on commit ea82feb

Please sign in to comment.