wiki:notes/ansible

Version 3 (modified by root, at 2023-07-09T07:17:13Z) (diff)

--

notes for Ansible

view host variables

ansible -i inventory/devel.yaml -u root inventory_host -m setup


view host services

ansible -i inventory/devel.yaml -u root inventory_host -m service_facts