@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
14 lines (13 loc) • 402 B
YAML
all:
children:
desktop:
hosts:
workstation:
ansible_host: '{{ hosts[host_id].hostname }}'
ansible_connection: local
ansible_password: '{{ admin_password }}'
ansible_sudo_pass: '{{ admin_password }}'
ansible_become_pass: '{{ admin_password }}'
ansible_user: '{{ admin_username }}'
ansible_become_method: sudo