ansible/plays/utilities.yml

19 lines
388 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
- import_playbook: ssh_known_hosts.yml
- hosts: server
vars:
root: "{{ glob_root | default({}) | combine(loc_root | default({})) }}"
ntp_client: "{{ glob_ntp_client | combine(loc_ntp_client | default({})) }}"
roles:
- root
- common-tools
- sudo
- ntp-client
- root-config
- hosts: server,!virtu
roles:
- openssh