@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
18 lines (15 loc) • 513 B
YAML
- name: Ensure correct Playbook repository is being used
git_config:
name: remote.origin.url
repo: ~/Playbooks
scope: "local"
value: "{{ playbooks_source_repository }}"
- name: Remove .vault_pass (if present)
ansible.windows.win_file:
path: ~/Playbooks/.vault_pass
state: absent
- name: Remove the .desktop installer file required for automated installation on the master host
ansible.windows.win_file:
path: ~/.config/autostart/ansible-installer.desktop
state: absent