summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/ise/playbooks/personas_deployment.yml
blob: 40a30332929b76e9c49b0ab9ec666531146799fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
- name: ISE Personas Deployment Playbook
  hosts: localhost
  connection: local
  vars:
    # Variables common to all deployment types
    ise_deployment_type: medium
    ise_username: admin
    ise_password: C1sco12
    ise_domain: example.com
    pan1_ip: 
    pan2_ip: 
    # Variables for medium or large deployments
    psn1_ip: 
    psn2_ip: 
    # Variables specific for large deployments
    mnt1_ip:
    mnt2_ip:
  roles:
    - cisco.ise.personas_deployment