UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

11 lines (10 loc) 322 B
--- user_configs: [] # The user_configs configuration below will add the ansible_user # to the groups necessary to administer KVM instances but it will # not add the root user. ### EXAMPLE ### # user_configs: # - username: "{{ ansible_user | default(lookup('env', 'USER')) }}" # kvm_admin: true # - username: root