-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from lambchop4prez/deprecate-workstation-playbook
Removing workstation playbook. Add deprecation notice
- Loading branch information
Showing
13 changed files
with
7 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
179 changes: 0 additions & 179 deletions
179
provision/ansible/inventory/group_vars/workstations.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,17 @@ | ||
--- | ||
local: | ||
hosts: | ||
workstation: | ||
ansible_connection: local | ||
workstations: | ||
hosts: | ||
rudy: | ||
ansible_host: rudy.lan | ||
ansible_connection: local | ||
jocelyn: | ||
ansible_host: jocelyn.lan | ||
ansible_connection: local | ||
hypervisors: | ||
hosts: | ||
gypsy: | ||
ansible_host: gypsy.lan | ||
gpc: | ||
ansible_host: gpc.lan | ||
media: | ||
hosts: | ||
# cambot: | ||
# ansible_host: cambot.lan | ||
# ansible_user: root | ||
cambot: | ||
ansible_host: cambot.lan | ||
ansible_user: root | ||
cambot-2: | ||
ansible_host: cambot-2.lan | ||
ansible_user: root | ||
routers: | ||
hosts: | ||
crow: | ||
ansible_host: 10.4.20.1 | ||
ansible_host: crow.lan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,3 @@ | ||
- name: MacOS workstation setup | ||
hosts: workstations | ||
become: true | ||
become_user: tmc | ||
gather_facts: true | ||
|
||
pre_tasks: | ||
- name: Pausing for 3 seconds... | ||
ansible.builtin.pause: | ||
seconds: 3 | ||
|
||
roles: | ||
- role: elliotweiser.osx-command-line-tools | ||
- role: geerlingguy.mac.homebrew | ||
tags: ["homebrew"] | ||
- role: geerlingguy.dotfiles | ||
when: configure_dotfiles | ||
tags: ["dotfiles"] | ||
# - role: geerlingguy.mac.mas | ||
# when: mas_installed_apps or mas_installed_app_ids | ||
# tags: ['mas'] | ||
- role: geerlingguy.mac.dock | ||
when: configure_dock | ||
tags: ["dock"] | ||
- role: workstation.macos | ||
tags: ["workstation"] | ||
- role: workstation.dev | ||
tags: ["workstation.dev"] | ||
# DEPRECATED | ||
# I have replaced this playbook with my dotfiles repo and dotbot | ||
# https://github.com/lambchop4prez/dotfiles |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.