unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
Monkeyanator/istio-vm-mesh-expansion-ansible
acde73b8698e5ae5663c55e160d44d84331c7a4f
0
roles/istio_enabled_vm
6,656
[ "no_license" ]
[ { "path": "roles/istio_enabled_vm/tasks/main.yaml", "content": "- name: download Istio sidecar deb package\n get_url:\n url: https://storage.googleapis.com/istio-release/releases/1.2.2/deb/istio-sidecar.deb\n dest: /home/{{ lookup('env','USER') }}/istio-sidecar.deb\n\n- name: register Istio deb packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": false }
ansible_role
benregn/ansible-django
69fdd6b47ca579c9619c781201bb4955dfb545f1
8
playbooks/roles/common
6,656
[ "no_license" ]
[ { "path": "playbooks/roles/common/handlers/main.yml", "content": "---\n- name: restart ssh\n service: name=ssh state=restarted\n\n- name: restart supervisord\n service: name=supervisord state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3716, "all_permissive": false }
ansible_role
benregn/ansible-django
69fdd6b47ca579c9619c781201bb4955dfb545f1
8
playbooks/roles/db
6,656
[ "no_license" ]
[ { "path": "playbooks/roles/db/templates/redmon.j2", "content": "[program:{{redmon.service}}]\ncommand=/usr/local/bin/{{redmon.service}} ; the program (relative uses PATH, can take args)\nprocess_name=%(program_name)s ; process_name expr (default %(program_name)s)\nautostart=true ; start at su...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4204, "all_permissive": false }
ansible_role
benregn/ansible-django
69fdd6b47ca579c9619c781201bb4955dfb545f1
8
playbooks/roles/deploy
6,656
[ "no_license" ]
[ { "path": "playbooks/roles/deploy/tasks/main.yml", "content": "---\n- name: git config name\n shell: git config --global user.name \"{{ git.name }}\" executable=/bin/bash\n tags:\n - deploy\n\n- name: git config email\n shell: git config --global user.email {{ git.email }} executable=/bin/bash\n tags...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1636, "all_permissive": false }
ansible_role
benregn/ansible-django
69fdd6b47ca579c9619c781201bb4955dfb545f1
8
playbooks/roles/web
6,656
[ "no_license" ]
[ { "path": "playbooks/roles/web/tasks/nginx.yml", "content": "---\n- name: add nginx ppa\n apt_repository: repo=ppa:nginx/stable state=present update_cache=yes\n tags:\n - nginx\n\n- name: install nginx package\n apt: pkg=nginx state=latest update_cache=yes cache_valid_time={{six_hours}}\n sudo: True\...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7770, "all_permissive": false }
ansible_role
1drs/ansible-chef
9e605a4cf288591b5e190851c423bc6f67545348
0
roles/client-register
6,656
[ "no_license" ]
[ { "path": "roles/client-register/tasks/main.yml", "content": "- name: Check client\n command: \"knife client show {{ hostname }}\"\n ignore_errors: yes\n register: clientcheck\n delegate_to: localhost\n\n- name: Register client\n shell: >\n knife bootstrap -y {{ ansible_host }}\n -x root --node-n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
1drs/ansible-chef
9e605a4cf288591b5e190851c423bc6f67545348
0
roles/client-setup
6,656
[ "no_license" ]
[ { "path": "roles/client-setup/templates/hosts.j2", "content": "127.0.0.1 localhost {{ hostname }}\n127.0.1.1 localhost {{ hostname }}\n\n# jco-lab\n192.168.10.120 chef.jcolab.lan\n192.168.10.121 client.jcolab.lan\n192.168.10.122 jenkins.jcolab.lan\n192.168.10.123 elk.jcolab.lan\n\n# The following lines are ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 780, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/calico
6,656
[ "no_license" ]
[ { "path": "roles/calico/tasks/main.yml", "content": "- name: Detect Pod Networking\n ansible.builtin.command:\n argv:\n - kubectl\n - get\n - ns\n - tigera-operator\n - --kubeconfig\n - '{{ calico_k8s_admin_conf_path }}'\n failed_when: false\n changed_when: false\n regis...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1420, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/cephadm
6,656
[ "no_license" ]
[ { "path": "roles/cephadm/defaults/main.yml", "content": "cephadm_package: cephadm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 25 }, { "path": "roles/cephadm/tasks/main.yml", "content": "- name: Install cephadm\n ansible.builtin.apt:\n name:\n - c...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2846, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/cilium
6,656
[ "no_license" ]
[ { "path": "roles/cilium/defaults/main/hubble.yml", "content": "cilium_hubble_install_path: /usr/local/bin\ncilium_hubble_version_url: https://raw.githubusercontent.com/cilium/hubble/master/stable.txt\ncilium_hubble_version: '{{ \"v0.13.3\" | default(lookup(\"ansible.builtin.url\", cilium_hubble_version_url)...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4232, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/crio
6,656
[ "no_license" ]
[ { "path": "roles/crio/handlers/main.yml", "content": "- name: Restart crio service\n ansible.builtin.service:\n name: crio\n state: restarted\n enabled: true\n listen: restart_crio\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "roles...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1417, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/helm
6,656
[ "no_license" ]
[ { "path": "roles/helm/defaults/main.yml", "content": "helm_key_url: https://baltocdn.com/helm/signing.asc\nhelm_key_path: /usr/share/keyrings/helm.gpg\nhelm_architecture: amd64\nhelm_repo_str: 'deb [arch={{ helm_architecture }} signed-by=/{{ helm_key_path }}] https://baltocdn.com/helm/stable/debian/ all mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1427, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/interconnect
6,656
[ "no_license" ]
[ { "path": "roles/interconnect/defaults/main.yml", "content": "interconnect_user: root\ninterconnect_key_name: id_rsa\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/interconnect/tasks/main.yml", "content": "- name: Ensure user\n ansibl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2352, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/kube_control
6,656
[ "no_license" ]
[ { "path": "roles/kube_control/tasks/main.yml", "content": "- name: Get cluster-info\n ansible.builtin.command:\n argv:\n - kubectl\n - cluster-info\n - --kubeconfig\n - '{{ kube_control_admin_conf_path }}'\n changed_when: false\n failed_when: false\n register: cluster_info_status\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1125, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/kube_worker
6,656
[ "no_license" ]
[ { "path": "roles/kube_worker/tasks/main.yml", "content": "- name: Detect healthz kubelet api\n ansible.builtin.uri:\n url: http://localhost:10248/healthz\n method: GET\n status_code:\n - 200\n - -1\n register: healthz_response\n\n- name: Join as a worker\n ansible.builtin.command:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/kubeinit
6,656
[ "no_license" ]
[ { "path": "roles/kubeinit/defaults/main.yml", "content": "kubeinit_admin_conf_path: /etc/kubernetes/admin.conf\nkubeinit_lb_server: 'kube-lb-1.incus'\nkubeinit_kube_user: kube\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/kubeinit/tasks/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3048, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/kubetools
6,656
[ "no_license" ]
[ { "path": "roles/kubetools/defaults/main.yml", "content": "kubetools_k8s_key_url: https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key\nkubetools_keyring_path: /etc/apt/keyrings\nkubetools_keyring_name: '{{ kubetools_keyring_path }}/kubernetes-apt-keyring.gpg'\nkubetools_repo_str: 'deb [signed-by={{ kube...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2583, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/load_balancer_hap
6,656
[ "no_license" ]
[ { "path": "roles/load_balancer_hap/defaults/main.yml", "content": "load_balancer_hap_prerequisite_packages: [\"software-properties-common\"]\nload_balancer_hap_lts_version: '2.8'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "roles/load_balance...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1357, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/metallb
6,656
[ "no_license" ]
[ { "path": "roles/metallb/files/values.yml", "content": "controller:\n tolerations:\n - key: node-role.kubernetes.io/control-plane\n effect: NoSchedule\n operator: Exists\n affinity:\n nodeAffinity:\n requiredDuringSchedulingIgnoredDuringExecution:\n nodeSelectorTerms:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4092, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/openebs
6,656
[ "no_license" ]
[ { "path": "roles/openebs/tasks/main.yml", "content": "- name: Install iscsi initiator\n ansible.builtin.apt:\n name:\n - open-iscsi\n state: present\n cache_valid_time: 3600\n install_recommends: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 159 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/operator
6,656
[ "no_license" ]
[ { "path": "roles/operator/tasks/main.yml", "content": "- name: Get Operator Framework Installer\n ansible.builtin.get_url:\n url: '{{ operator_framework_url }}'\n dest: /tmp/install.sh\n mode: '0755'\n\n- name: Run installer\n ansible.builtin.command:\n argv:\n - bash\n - /tmp/instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 504, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/packages
6,656
[ "no_license" ]
[ { "path": "roles/packages/defaults/main.yml", "content": "packages_names:\n - acl\n - apt-transport-https\n - htop\n - net-tools\n - vim\n - gpg\n - curl\n - ca-certificates\n - systemd-container\n - manpages\n - man-db\n - bash-completion\n - lvm2\n - foot-terminfo\n - jq\n - strace\n - ps...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 408, "all_permissive": false }
ansible_role
piratecaveman/automaton
d86a80403c9435962e133ba7ddb101aa1923ef2d
1
roles/system_config
6,656
[ "no_license" ]
[ { "path": "roles/system_config/defaults/main.yml", "content": "system_config_kube_user: kube\nsystem_config_kube_user_password: <PASSWORD>\n\n# the order of the packages is important here\nsystem_config_snapd_packages: [\n lxd,\n \"core20\",\n snapd\n]\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3136, "all_permissive": false }
ansible_role
faisallarai/zabbix-vagrant-ansible
badb7a5c7adc61af34667a65ec399248b0f523e7
1
roles/zabbix-agent-linux
6,656
[ "no_license" ]
[ { "path": "roles/zabbix-agent-linux/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - zabbix-agent-linux", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/zabbix-agent-linux/handlers/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2062, "all_permissive": false }
ansible_role
faisallarai/zabbix-vagrant-ansible
badb7a5c7adc61af34667a65ec399248b0f523e7
1
roles/zabbix-agent-windows
6,656
[ "no_license" ]
[ { "path": "roles/zabbix-agent-windows/vars/main.yml", "content": "---\nzabbix_hostname: Zabbix Agent Windows\nzabbix_server_hostname: zabbix-server\nzabbix_proxy_hostname: zabbix-proxy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "roles/zabbix-a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1735, "all_permissive": false }
ansible_role
faisallarai/zabbix-vagrant-ansible
badb7a5c7adc61af34667a65ec399248b0f523e7
1
roles/zabbix-proxy
6,656
[ "no_license" ]
[ { "path": "roles/zabbix-proxy/handlers/main.yml", "content": "---\n# handlers file for zabbix-proxy", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/zabbix-proxy/vars/main.yml", "content": "---\ndb_name: zabbix\ndb_user: zabbix\nzabbix_hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4305, "all_permissive": false }
ansible_role
faisallarai/zabbix-vagrant-ansible
badb7a5c7adc61af34667a65ec399248b0f523e7
1
roles/zabbix-server
6,656
[ "no_license" ]
[ { "path": "roles/zabbix-server/tasks/main.yml", "content": "---\n- name: Download zabbix-release_4.2-1+bionic_all.deb\n get_url:\n url: https://repo.zabbix.com/zabbix/4.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.2-1+bionic_all.deb\n dest: /tmp/zabbix-release_4.2-1+bionic_all.deb\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4422, "all_permissive": false }
ansible_role
nicktran69/udacity-cloud-devops
c8d6eab224dd152f0fd84cfdf4fa48a1233a62be
0
project-5/ansible/roles/install-kubectl
6,656
[ "no_license" ]
[ { "path": "project-5/ansible/roles/install-kubectl/tasks/main.yml", "content": "---\n- name: \"Download latest kubectl version\"\n shell: curl -o kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/kubectl\n args:\n chdir: $HOME\n\n- name: \"Grand permission\"\n she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 525, "all_permissive": false }
ansible_role
nicktran69/udacity-cloud-devops
c8d6eab224dd152f0fd84cfdf4fa48a1233a62be
0
project-5/ansible/roles/project5-deployment
6,656
[ "no_license" ]
[ { "path": "project-5/ansible/roles/project5-deployment/files/project5-deployment.yaml", "content": "apiVersion: apps/v1\nkind: Deployment\n\nmetadata:\n name: project5-deployment\n labels:\n app: project5-app\n\nspec:\n replicas: 2\n selector:\n matchLabels:\n app: project5-app\n\n template:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
nicktran69/udacity-cloud-devops
c8d6eab224dd152f0fd84cfdf4fa48a1233a62be
0
project-5/ansible/roles/project5-service
6,656
[ "no_license" ]
[ { "path": "project-5/ansible/roles/project5-service/files/project5-service.yaml", "content": "apiVersion: v1\nkind: Service\nmetadata:\n name: project5-service\n\nspec:\n type: LoadBalancer\n selector:\n app: project5-app\n ports:\n - protocol: TCP\n port: 8080\n targetPort: 8080\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 412, "all_permissive": false }
ansible_role
torut/ansible-ruby
d2b655908201ff33c8e8e76cc72a39c852df3049
0
roles/ruby
6,696
[ "no_license" ]
[ { "path": "roles/ruby/defaults/main.yml", "content": "rbenv_root: /usr/local/rbenv\nrbenv_ruby_version: 2.3.3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 55 }, { "path": "roles/ruby/tasks/main.yml", "content": "- name: install ruby depends packages\n apt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1140, "all_permissive": false }
ansible_role
devops-now/playbooks
fd1e85277ebdd5ee2b4e58bffb85545ebc47d5bf
0
workstation/roles/common
6,696
[ "no_license" ]
[ { "path": "workstation/roles/common/tasks/main.yaml", "content": "- include_vars: '{{ item }}'\n with_first_found:\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yaml\"\n - \"../vars/{{ ansible_distribution }}.yaml\"\n - \"../vars/{{ ansible_os_family }}.yaml\"\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 753, "all_permissive": false }
ansible_role
devops-now/playbooks
fd1e85277ebdd5ee2b4e58bffb85545ebc47d5bf
0
workstation/roles/gopass
6,696
[ "no_license" ]
[ { "path": "workstation/roles/gopass/vars/Fedora.yaml", "content": "gopass_file_suffix: \"-linux-amd64.tar.gz\"\ngopass_repo: \"gopasspw/gopass\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "workstation/roles/gopass/tasks/main.yaml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1103, "all_permissive": false }
ansible_role
devops-now/playbooks
fd1e85277ebdd5ee2b4e58bffb85545ebc47d5bf
0
workstation/roles/kitty
6,696
[ "no_license" ]
[ { "path": "workstation/roles/kitty/tasks/main.yaml", "content": "- include_vars: '{{ item }}'\n with_first_found:\n - \"../vars/{{ ansible_distribution }}-{{ ansible_distribution_version }}.yaml\"\n - \"../vars/{{ ansible_distribution }}.yaml\"\n - \"../vars/{{ ansible_os_family }}.yaml\"\n - \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1135, "all_permissive": false }
ansible_role
devops-now/playbooks
fd1e85277ebdd5ee2b4e58bffb85545ebc47d5bf
0
workstation/roles/multimedia
6,696
[ "no_license" ]
[ { "path": "workstation/roles/multimedia/tasks/main.yaml", "content": "- name: get fedora version from rpm\n command: >\n rpm -E %fedora\n register: fedora_version\n\n- name: install rpmfusion repository\n dnf:\n name: https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ fedora_vers...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
devops-now/playbooks
fd1e85277ebdd5ee2b4e58bffb85545ebc47d5bf
0
workstation/roles/user
6,696
[ "no_license" ]
[ { "path": "workstation/roles/user/vars/Fedora.yaml", "content": "user_repos:\n arouene/dotfiles-awesome: .config/awesome\n arouene/dotfiles-fish: .config/fish\n arouene/dotfiles-kitty: .config/kitty\n arouene/dotfiles-mpv: .config/mpv\n arouene/dotfiles-rofi: .config/rofi\n arouene/dotfiles-tmux: .con...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3492, "all_permissive": false }
ansible_role
mneme/xenial
edf868f023701da0735e5bf50dcf75d888b392c8
0
roles/core
6,696
[ "no_license" ]
[ { "path": "roles/core/defaults/main.yml", "content": "core_packages:\n - python3\n - fish\n - ruby\n - xfce4\n - virtualbox-guest-dkms\n - virtualbox-guest-utils\n - virtualbox-guest-x11\n - feh\n - lxterminal\n - rxvt-unicode-256color\n - xfonts-terminus\n - git\n - i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1072, "all_permissive": false }
ansible_role
mneme/xenial
edf868f023701da0735e5bf50dcf75d888b392c8
0
roles/emacs
6,696
[ "no_license" ]
[ { "path": "roles/emacs/defaults/main.yml", "content": "emacs_build_ver : '25.1'\nemacs_build_mirror : 'http://ftp.gnu.org/gnu/emacs'\nemacs_build_timeout_seconds : 600\n\nspacemacs_repository: \"https://github.com/syl20bnr/spacemacs.git\"\nspacemacs_branch: master\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1540, "all_permissive": false }
ansible_role
mneme/xenial
edf868f023701da0735e5bf50dcf75d888b392c8
0
roles/keyboard
6,696
[ "no_license" ]
[ { "path": "roles/keyboard/tasks/main.yml", "content": "- name: install console-common\n apt:\n name: console-common\n state: present\n update_cache: yes\n\n- name: write keyboard configration\n become: yes\n template:\n src: keyboards.j2\n dest: /etc/default/keyboard\n force: yes\n o...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
mneme/xenial
edf868f023701da0735e5bf50dcf75d888b392c8
0
roles/mneme
6,696
[ "no_license" ]
[ { "path": "roles/mneme/tasks/apps.yml", "content": "- name: get spacemacs\n git:\n repo: \"{{ spacemacs_repository }}\"\n version: \"{{ spacemacs_branch }}\"\n dest: \"{{ default_home }}/.emacs.d\"\n become: yes\n become_user: \"{{ default_user}}\"\n\n- name: get oh-my-fish\n git:\n repo: ht...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3908, "all_permissive": false }
ansible_role
mneme/xenial
edf868f023701da0735e5bf50dcf75d888b392c8
0
roles/nodejs
6,696
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "\n- name: ensure apt-transport-https is installed.\n apt:\n name: apt-transport-https\n state: present\n\n- name: add nodesource apt key.\n apt_key:\n url: https://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x1655A0AB68576280\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 746, "all_permissive": false }
ansible_role
mneme/xenial
edf868f023701da0735e5bf50dcf75d888b392c8
0
roles/terminal
6,696
[ "no_license" ]
[ { "path": "roles/terminal/tasks/main.yml", "content": "- name: install tmux packages\n apt:\n name: tmux\n state: present\n update_cache: yes\n\n- name: install ruby\n apt:\n name: ruby\n state: present\n update_cache: yes\n\n- name: install tmuxinator\n gem:\n name: tmuxinator\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
Cloud-42/ansible-role-aws-nginx-db-proxy
5fe46fc3f22f43a7cb801a3bf62a37f1dae0c7aa
0
src/ansible/roles/dbproxy
6,696
[ "permissive" ]
[ { "path": "src/ansible/roles/dbproxy/handlers/main.yml", "content": "---\n# handlers file for dbproxy\n- name: restart_nginx\n service: name=nginx state=restarted\n ignore_errors: yes\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 113 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2399, "all_permissive": true }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/android
6,696
[ "no_license" ]
[ { "path": "roles/android/tasks/main.yml", "content": "---\n# Android MTP utilites install\n\n- name: Android MTP utilites install\n ansible.builtin.apt:\n name:\n - android-file-transfer\n - go-mtpfs\n - jmtpfs\n - adb\n - fastboot\n - apkinfo\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/anydesk
6,696
[ "no_license" ]
[ { "path": "roles/anydesk/tasks/main.yml", "content": "---\n# AnyDesk install\n\n- name: Install repo key\n ansible.builtin.get_url:\n url: https://keys.anydesk.com/repos/DEB-GPG-KEY\n dest: /etc/apt/keyrings/anydesk.asc\n mode: '0644'\n force: true\n\n- name: Add repo\n ansible.builtin.apt_rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/bluetooth
6,696
[ "no_license" ]
[ { "path": "roles/bluetooth/tasks/main.yml", "content": "---\n\n- name: Bluetooth tools Install\n ansible.builtin.apt:\n name:\n - bluez\n - bluez-tools\n - blueman\n - gnome-bluetooth\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/booksdigit
6,696
[ "no_license" ]
[ { "path": "roles/booksdigit/tasks/main.yml", "content": "---\n\n# Soft list by article 'Создание_электронной_копии_книги_в_формате_DjVu_в_Linux'\n# on ru.wikibooks.org\n#\n\n- name: Install soft for books digitizating\n ansible.builtin.apt:\n name:\n - geeqie\n - viewnior\n - djvulibre-bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1529, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/brave
6,696
[ "no_license" ]
[ { "path": "roles/brave/tasks/main.yml", "content": "---\n# Brave install\n\n- name: Add repo key\n ansible.builtin.apt_key:\n url: >\n https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg\n state: present\n\n\n- name: Add repo\n ansible.builtin.apt_repository:\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 454, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/calibre
6,696
[ "no_license" ]
[ { "path": "roles/calibre/tasks/main.yml", "content": "---\n\n- name: Install Calibre\n ansible.builtin.apt:\n name: calibre\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 70, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/chrome
6,696
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n# Google Chrome install\n\n- name: Add repo key\n ansible.builtin.apt_key:\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n state: present\n\n\n- name: Add repo\n ansible.builtin.apt_repository:\n repo: deb [arch=amd64] https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/deps
6,696
[ "no_license" ]
[ { "path": "roles/deps/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n ansible.builtin.apt:\n name:\n - ntpdate\n - gpsd\n - gpsd-clients\n - chrony\n - curl\n - traceroute\n - nfs-common\n - cifs-utils\n - smbclient\n - mailutils\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3011, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/develop
6,696
[ "no_license" ]
[ { "path": "roles/develop/tasks/main.yml", "content": "---\n\n# Install soft for developoing\n\n- name: Add utils\n ansible.builtin.apt:\n name: git-extras\n\n- name: Add libgdiplus, needs for KP\n ansible.builtin.apt:\n name: libgdiplus\n\n- name: Install Key for MS repo\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2353, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/discord
6,696
[ "no_license" ]
[ { "path": "roles/discord/defaults/main.yml", "content": "---\n\ndiscord_deb: >\n https://stable.dl2.discordapp.net/apps/linux/0.0.76/discord-0.0.76.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/discord/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 319, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/element
6,696
[ "no_license" ]
[ { "path": "roles/element/tasks/main.yml", "content": "---\n- name: Run apt upgrade\n ansible.builtin.apt:\n upgrade: \"yes\"\n update_cache: true\n cache_valid_time: 432000\n\n- name: Add Element-desktop repo\n block:\n - name: Repo key\n ansible.builtin.get_url:\n url: >-\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 721, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/foliate
6,696
[ "no_license" ]
[ { "path": "roles/foliate/tasks/main.yml", "content": "---\n# Foliate Install\n\n- name: Add Foliate repo\n block:\n - name: Repo key\n ansible.builtin.get_url:\n url: >-\n https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xA507B2BBA7803E3B\n dest: /etc/apt/keyrings/folia...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/fonts
6,696
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n\n- name: Accept license\n ansible.builtin.debconf:\n name: ttf-mscorefonts-installer\n question: 'msttcorefonts/accepted-mscorefonts-eula'\n value: 'true'\n vtype: 'select'\n\n- name: Install Microsoft Fonts\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/foreign-lang
6,696
[ "no_license" ]
[ { "path": "roles/foreign-lang/defaults/main.yml", "content": "---\n# dictionary: http://download.huzheng.org/ru/stardict-mueller7-2.4.2.tar.bz2\n# https://ftp.tw.freebsd.org/distfiles/stardict/stardict-mueller7-2.4.2.tar.bz2\nfl_dictionary: >\n https://src.fedoraproject.org/repo/pkgs/stardict-dic/stardict-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 912, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/games
6,696
[ "no_license" ]
[ { "path": "roles/games/tasks/main.yml", "content": "---\n# Steam install\n\n- name: Accept question\n ansible.builtin.debconf:\n name: steam\n question: 'steam/question'\n value: 'I AGREE'\n vtype: 'select'\n\n- name: Accept license\n ansible.builtin.debconf:\n name: steam\n question: 's...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1235, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/golang
6,696
[ "no_license" ]
[ { "path": "roles/golang/defaults/main.yml", "content": "---\n\n# Values for variable are on https://go.dev/dl/\n\ngolang_tar: >\n https://go.dev/dl/go1.19.5.linux-amd64.tar.gz\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/golang/tasks/m...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 462, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/hardware
6,696
[ "no_license" ]
[ { "path": "roles/hardware/tasks/main.yml", "content": "---\n\n- name: Install soft\n ansible.builtin.apt:\n name:\n - ghdl\n - ghdl-gcc\n - ghdl-llvm\n - iverilog\n - myhdl-cosimulation\n - myhdl-doc\n - python3-myhdl\n - verilator\n - xschem\n", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/lenovo
6,696
[ "no_license" ]
[ { "path": "roles/lenovo/tasks/main.yml", "content": "---\n\n- name: Add kernel param\n ansible.builtin.lineinfile:\n path: \"/etc/default/grub\"\n regexp: ^GRUB_CMDLINE_LINUX_DEFAULT=\"(?!.*?(tpm_tis.interrupts=0))(.*)\n line: GRUB_CMDLINE_LINUX_DEFAULT=\"tpm_tis.interrupts=0 \\2\n backrefs: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/mail
6,696
[ "no_license" ]
[ { "path": "roles/mail/tasks/main.yml", "content": "---\n\n# Postfix configure and install\n\n- name: Configure Postfix\n ansible.builtin.debconf:\n name: postfix\n question: 'postfix/main_mailer_type'\n vtype: 'select'\n value: 'Satellite system'\n\n- name: Configure Postfix\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2076, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/musicbrainz
6,696
[ "no_license" ]
[ { "path": "roles/musicbrainz/tasks/main.yml", "content": "---\n# MusicBrainz Install\n\n- name: Add MusicBrainz repo\n block:\n - name: Repo key\n ansible.builtin.get_url:\n url: >-\n https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0CC3AFF5CEDF0F40\n dest: /etc/apt/ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 662, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/obs_studio
6,696
[ "no_license" ]
[ { "path": "roles/obs_studio/tasks/main.yml", "content": "---\n# OBS Studio Install\n\n- name: Add OBS-Studio repo\n block:\n - name: Repo key\n ansible.builtin.get_url:\n url: >-\n https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xEFC71127F425E228\n dest: /etc/apt/keyri...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 664, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/obsidian
6,696
[ "no_license" ]
[ { "path": "roles/obsidian/defaults/main.yml", "content": "---\n\nobsidian_deb: >\n https://github.com/obsidianmd/obsidian-releases/releases/download/v1.7.7/obsidian_1.7.7_amd64.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/obsidian/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 351, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/opera
6,696
[ "no_license" ]
[ { "path": "roles/opera/tasks/main.yml", "content": "---\n# Opera install\n\n- name: Add repo key\n ansible.builtin.get_url:\n url: https://deb.opera.com/archive.key\n dest: /etc/apt/keyrings/opera.asc\n mode: '0644'\n force: true\n\n\n- name: Add repo\n ansible.builtin.apt_repository:\n rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 468, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/r-studio
6,696
[ "no_license" ]
[ { "path": "roles/r-studio/defaults/main.yml", "content": "---\nrstudio_deb: >\n https://download1.rstudio.org/electron/jammy/amd64/rstudio-2023.12.0-369-amd64.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/r-studio/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 766, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/slavonic
6,696
[ "no_license" ]
[ { "path": "roles/slavonic/tasks/main.yml", "content": "---\n# Install Church Slavonic keyboard.\n# More details: https://sci.ponomar.net/ru/keyboard.html\n#\n\n- name: Add Ponomar's repo\n ansible.builtin.apt_repository:\n repo: ppa:aleksandr-andreev/sci\n codename: bionic\n\n- name: Install Churhc S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/soft
6,696
[ "no_license" ]
[ { "path": "roles/soft/tasks/main.yml", "content": "---\n# Install soft from standart repository\n\n- name: Install soft which doesn't need tuning\n ansible.builtin.apt:\n name:\n - dc\n - bc\n - exuberant-ctags\n - gpg\n - remind\n - libnotify-bin\n - vorbis-tools\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6793, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/sway
6,696
[ "no_license" ]
[ { "path": "roles/sway/handlers/main.yml", "content": "---\n\n- name: Restart apparmor\n ansible.builtin.service:\n name: apparmor\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/sway/files/fr.emersion.Mako", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1772, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/teamviewer
6,696
[ "no_license" ]
[ { "path": "roles/teamviewer/tasks/main.yml", "content": "---\n\n- name: Install Teamviewer\n ansible.builtin.apt:\n deb: \"{{ teamviewer_deb }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/teamviewer/defaults/main.yml", "conten...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 180, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/textract
6,696
[ "no_license" ]
[ { "path": "roles/textract/tasks/main.yml", "content": "---\n\n- name: Install deps\n ansible.builtin.apt:\n name:\n - libpulse-dev\n - python3-dev\n - libxml2-dev\n - libxslt1-dev\n - antiword\n - unrtf\n - poppler-utils\n - pstotext\n - tesseract-ocr\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 514, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/ticktick
6,696
[ "no_license" ]
[ { "path": "roles/ticktick/tasks/main.yml", "content": "---\n\n- name: Check if TickTick is installed\n ansible.builtin.package_facts:\n manager: \"auto\"\n\n- name: TickTick Install\n ansible.builtin.apt:\n deb: \"{{ ticktick_deb }}\"\n when: \"'ticktick' is not in ansible_facts.packages\"\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 346, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/unbound
6,696
[ "no_license" ]
[ { "path": "roles/unbound/tasks/main.yml", "content": "---\n\n# Change resolver to local Unbound\n\n- name: Install Dependencies\n ansible.builtin.apt:\n name:\n - resolvconf\n - unbound\n update_cache: true\n\n- name: Add server record to hosts\n ansible.builtin.lineinfile:\n name: /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1916, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/viber
6,696
[ "no_license" ]
[ { "path": "roles/viber/defaults/main.yml", "content": "---\n\nviber_deb: >\n https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/viber/tasks/main.yml", "content": "---\n\n- name: C...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 297, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/virt
6,696
[ "no_license" ]
[ { "path": "roles/virt/tasks/main.yml", "content": "---\n\n# Install virtualization soft\n\n- name: Install bridge-helper permission setupper\n ansible.builtin.copy:\n dest: \"/etc/apt/apt.conf.d/80qemu\"\n src: \"80qemu\"\n group: root\n owner: root\n mode: '0644'\n\n- name: Install dependen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4737, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/vivaldi
6,696
[ "no_license" ]
[ { "path": "roles/vivaldi/tasks/main.yml", "content": "---\n# Vivaldi install\n\n- name: Run apt upgrade\n ansible.builtin.apt:\n upgrade: true\n update_cache: true\n cache_valid_time: 432000\n\n- name: Add repo key\n ansible.builtin.apt_key:\n url: https://repo.vivaldi.com/archive/linux_signin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 519, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/waydroid
6,696
[ "no_license" ]
[ { "path": "roles/waydroid/tasks/main.yml", "content": "---\n# Waydroid install\n\n- name: Add Waydroid repo\n block:\n - name: Repo key\n ansible.builtin.get_url:\n url: https://repo.waydro.id/waydroid.gpg\n dest: /etc/apt/keyrings/waydroid.gpg\n mode: '0644'\n force: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 551, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/whdd
6,696
[ "no_license" ]
[ { "path": "roles/whdd/tasks/main.yml", "content": "---\n\n- name: Add WHDD repo\n block:\n - name: Repo key\n ansible.builtin.get_url:\n url: >-\n https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x89D4E6220B3A93E7\n dest: /etc/apt/keyrings/whdd.asc\n mode: '0644'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 591, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/windowmaker
6,696
[ "no_license" ]
[ { "path": "roles/windowmaker/tasks/main.yml", "content": "---\n\n- name: Install WindowMaker and deps\n ansible.builtin.apt:\n name:\n - xorg\n - wmaker\n - wdm\n - wmmoonclock\n - wmcalclock\n - wmbattery\n - wmacpi\n - wmifs\n - wmnd\n - xterm\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 246, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/wps_office
6,696
[ "no_license" ]
[ { "path": "roles/wps_office/tasks/main.yml", "content": "---\n\n- name: Check if WPS Office is installed\n ansible.builtin.package_facts:\n manager: \"auto\"\n\n- name: WPS Office Install\n ansible.builtin.apt:\n deb: \"{{ wps_office_deb }}\"\n when: \"'wps-office' is not in ansible_facts.packages\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 463, "all_permissive": false }
ansible_role
alet/ubuntu-workstation
0255388009b6f46ae52ce0bb6c11284e58fc1d49
2
roles/zoom
6,696
[ "no_license" ]
[ { "path": "roles/zoom/tasks/main.yml", "content": "---\n\n- name: Check if Zoom is installed\n ansible.builtin.package_facts:\n manager: \"auto\"\n\n- name: Install Zoom\n ansible.builtin.apt:\n deb: \"{{ zoom_deb }}\"\n when: \"'zoom' is not in ansible_facts.packages\"\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 282, "all_permissive": false }
ansible_role
geotrellis/geotrellis-priority-places-demo
441fc9c5284b519b6483b899a05e1228aec2ffc3
4
deployment/roles/webserver
6,696
[ "no_license" ]
[ { "path": "deployment/roles/webserver/handlers/main.yaml", "content": "---\n- name: restore iptables\n shell: /usr/sbin/iptables-restore -! < /etc/iptables.rules\n\n- name: restart nginx\n service: name=nginx state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1144, "all_permissive": false }
ansible_role
gorevoyv/LEMP_ansible
52ffb91bac325e0a9b171fcf103f8f0f2edd00bd
0
roles/common
6,696
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n- name: Change repository Ubuntu 20.10 - Setup 'web' Roles\n copy:\n src: sources.list\n dest: /etc/apt/\n backup: yes\n \n#- name: Update repository and Upgrade packages\n# apt:\n# upgrade: dist\n# update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
ASGGroupVic/xray-ops
e1b9f7f7bc17eb31495718e6d22dfb3cdca3b25b
0
roles/coreos
6,716
[ "no_license" ]
[ { "path": "roles/coreos/tasks/main.yml", "content": "---\n\n- name: Get etcd discovery token for cluster\n run_once: true\n local_action: uri url=https://discovery.etcd.io/new return_content=yes\n register: etcd_discovery_token\n # We're assuming the if the cluster has been bootstrapped then a new\n # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
ASGGroupVic/xray-ops
e1b9f7f7bc17eb31495718e6d22dfb3cdca3b25b
0
roles/kubernetes
6,716
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n\n- name: Push cloud-config to remotes with new discovery token\n template: src=cloud-config.yml.j2 dest={{coreos_cloud_config_path}}\n group=core owner=core mode=0644\n sudo: yes\n when: not etcd_discovery_token|skipped\n", "li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 10266, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_docker
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_docker/tasks/main.yml", "content": "---\n# Just making sure curl is there\n- name: install curl\n apt: name=curl state=present\n\n# Add Docker APT repository and Docker repository GPG key, then update APT sources\n- shell: echo deb https://get.docker.io/ubuntu docker main > /e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 470, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_elixir
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_elixir/tasks/main.yml", "content": "---\n# http://elixir-lang.org/install.html\n- name: add Erlang Solutions repo\n get_url: url=https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb\n dest=/tmp/erlang-solutions_1.0_all.deb\n- apt: deb=/tmp/erlang-soluti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_essentials
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_essentials/tasks/main.yml", "content": "---\n- name: apt-get update\n apt: update_cache=yes\n\n# https://gist.github.com/91e14096374075f5316e\n- name: install tmux dependencies\n apt: name={{ item }} state=present\n with_items:\n - python-software-properties\n - softwa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1322, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_golang
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_golang/tasks/main.yml", "content": "---\n# requires golang file to be present in \"files/\" folder in this role\n\n- include: install_golang.yml\n vars:\n file_name: go1.4.1.linux-amd64\n file_ext: tar.gz\n unpack_destination: /usr/local\n\n", "license_type": "no_...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 503, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_java_basics
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_java_basics/tasks/main.yml", "content": "---\n- name: apt-get update\n apt: update_cache=true\n\n- name: install java stuff\n apt: name={{ item }} state=present\n with_items:\n - default-jre\n - default-jdk\n - openjdk-7-jre\n - openjdk-7-jdk\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_nodejs
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_nodejs/tasks/main.yml", "content": "---\n# Use n version manager to install node and npm.\n# https://github.com/tj/n\n# https://github.com/mklement0/n-install\n- shell: curl -L http://git.io/n-install | N_PREFIX=/n bash -s -- -y\n\n# XXX: below doesn't really work, better to in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_opencv_stacks
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_opencv_stacks/tasks/main.yml", "content": "---\n# requires {{ downloads_dir }} defined\n# requires {{ venv_dir }} defined\n# requires {{ venv_python }} defined\n# requires opencv file to be present in \"files/\" folder in this role\n\n# Reference:\n# http://milq.github.io/insta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4044, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_postgresql
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_postgresql/tasks/main.yml", "content": "---\n- name: install postgres\n apt: name={{ item }} state=present\n with_items:\n - postgresql\n - postgresql-contrib\n - libpq-dev # Required for Ansible to interact with postgres\n - python-psycopg2 # Required f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_python_basics
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_python_basics/tasks/main.yml", "content": "---\n- name: install basic packages for python environment\n apt: name={{ item }} state=present\n with_items:\n - python-dev\n - python-setuptools\n - python-pip\n\n- name: install virtualenv\n pip: name=virtualenv state=pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 232, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_python_devenv
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_python_devenv/meta/main.yml", "content": "---\n\ndependencies:\n - { role: setup_ubuntu_python_basics }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/setup_ubuntu_python_devenv/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1074, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_scipy_stacks
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_scipy_stacks/tasks/main.yml", "content": "---\n# requires virtualenv and {{ venv_dir }} defined\n\n# http://stackoverflow.com/a/21073913/3479934\n- name: install additional packages for installing scipy\n apt: name={{ item }} state=present\n with_items:\n - libatlas-base-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 861, "all_permissive": false }
ansible_role
thomaswhyyou/ansible-examples
10544f26f74c1a3932067527e3582c6d75e18355
0
roles/setup_ubuntu_swapfile
6,716
[ "no_license" ]
[ { "path": "roles/setup_ubuntu_swapfile/tasks/setup_swapfile.yml", "content": "---\n# requires {{ swapfile_size }} and {{ swapfile_path }} defined somewhere in vars\n\n# References:\n# https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04\n# http://stackoverflow.com/questions/24765...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1105, "all_permissive": false }
ansible_role
TimGrt/workshop-demo
143a8a67c36847a3c36ce91b7e36caaeb6d88452
0
roles/apic_automation
6,716
[ "no_license" ]
[ { "path": "roles/apic_automation/tasks/main.yml", "content": "---\n\n- ansible.builtin.import_tasks: system_info.yml # noqa name[missing]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/apic_automation/tasks/system_info.yml", "content":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 302, "all_permissive": false }
ansible_role
TimGrt/workshop-demo
143a8a67c36847a3c36ce91b7e36caaeb6d88452
0
roles/nxos_automation
6,716
[ "no_license" ]
[ { "path": "roles/nxos_automation/tasks/system_info.yml", "content": "---\n- name: Gather minimal facts for NX-OS\n cisco.nxos.nxos_facts:\n gather_subset:\n - '!all'\n - min\n register: nxos_facts\n\n- name: Output NX-OS facts\n ansible.builtin.debug:\n var: nxos_facts\n\n- name: Run show...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }