Skip to content

Commit 61baffc

Browse files
remove staticdev.firefox (ansible role)
1 parent 11251c7 commit 61baffc

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

playbook.yaml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -77,48 +77,6 @@
7777
roles:
7878
- role: webarchitect609.google_chrome
7979

80-
-
81-
# install firefox
82-
hosts: localhost
83-
connection: local
84-
gather_facts: yes
85-
tags:
86-
- install_firefox
87-
88-
vars:
89-
firefox_profiles:
90-
default:
91-
extensions:
92-
- ublock-origin
93-
preferences:
94-
network.cookie.cookieBehavior: 1
95-
privacy.donottrackheader.enabled: true
96-
datareporting.healthreport.uploadEnabled: false
97-
secondprofile:
98-
extensions:
99-
- adblock-plus
100-
preferences:
101-
privacy.donottrackheader.enabled: false
102-
privacy.trackingprotection.enabled: false
103-
signon.rememberSignons: false
104-
datareporting.healthreport.uploadEnabled: false
105-
106-
tasks:
107-
- name: Get disk usage
108-
shell: df -h
109-
register: disk_usage
110-
- name: Display disk usage
111-
debug:
112-
msg: "{{ disk_usage.stdout }}"
113-
114-
pre_tasks:
115-
- name: Update apt packages
116-
apt:
117-
update_cache: yes
118-
119-
roles:
120-
- role: staticdev.firefox
121-
12280
-
12381
# install keychain, git, nix, and @capsulecorplab .vimrc and .gitconfig
12482
hosts: localhost

requirements.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
- irixjp.role_example_hello # https://galaxy.ansible.com/irixjp/role_example_hello
44
- grzegorznowak.nvm_node # https://galaxy.ansible.com/grzegorznowak/nvm_node
55
- webarchitect609.google_chrome # https://galaxy.ansible.com/webarchitect609/google_chrome
6-
- staticdev.firefox # https://galaxy.ansible.com/staticdev/firefox
76
- gantsign.visual-studio-code # https://galaxy.ansible.com/gantsign/visual-studio-code
87
...

0 commit comments

Comments
 (0)