This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ansible/common_first.yml

15 lines
396 B
YAML
Raw Permalink Normal View History

---
- name: Run common rolls for all common hosts
hosts: common_first
become: true
roles:
- role: common
tags: common
vars:
ansible_user: "{{ host_vars_common_init_ssh_user }}"
ansible_ssh_pass: "{{ host_vars_common_init_ssh_pass }}"
ansible_become_password: "{{ host_vars_common_init_ssh_pass }}"
ansible_port: 9922
ansible_become_method: su