ansible/playbooks/manual/centosci-keytab.yml

16 lines
349 B
YAML
Raw Normal View History

---
- hosts: localhost
user: root
gather_facts: false
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- name: Centos CI Keytab Creation Role
include_role:
name: centosci-keytab
tasks_from: main