do_one_role.yml 102 B

123456
  1. ---
  2. - name: Doing one role
  3. hosts: dn_nodes
  4. gather_facts: false
  5. roles: [ { role: config-bird } ]