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
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/docker-machine
8,118
[ "no_license" ]
[ { "path": "roles/docker-machine/tasks/main.yml", "content": "---\n\n- name: docker machine | download docker-machine\n get_url: url=https://github.com/docker/machine/releases/download/v0.5.0/docker-machine_linux-amd64.zip\n dest=/tmp/\n\n- name: docker machine | unarchive file\n sudo: yes\n una...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/dropbox
8,118
[ "no_license" ]
[ { "path": "roles/dropbox/tasks/main.yml", "content": "---\n\n- name: Install dropbox\n ansible.builtin.include_tasks: install_{{ ansible_distribution }}.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/dropbox/tasks/install_Ubuntu.yml"...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1110, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/eclipse
8,118
[ "no_license" ]
[ { "path": "roles/eclipse/tasks/main.yml", "content": "---\n\n- name: eclipse | check if target eclipse is already installed\n stat: path=/usr/local/bin/eclipse-neon\n register: eclipse_neon_dir\n\n- include: eclipse-neon.yml\n when: not eclipse_neon_dir.stat.exists\n\n- name: eclipse | create symlink to ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2397, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/emacs
8,118
[ "no_license" ]
[ { "path": "roles/emacs/tasks/main.yml", "content": "---\n\n- name: emacs | be sure emacs is installed\n become: yes\n apt: name=emacs24\n state=latest\n\n- name: emacs | check if dot.emacs.d exist\n stat: path={{ ansible_env.HOME }}/.emacs.d/.git\n register: result\n\n- name: emacs | be sure my do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/english_path
8,118
[ "no_license" ]
[ { "path": "roles/english_path/tasks/main.yml", "content": "---\n\n- name: english_path | save configure about directory name\n lineinfile: dest={{ ansible_env.HOME }}/.config/user-dirs.dirs\n regexp=\"{{ item.regexp }}\"\n insertafter=\"{{ item.insertafter }}\"\n line...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1784, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/fbreader
8,118
[ "no_license" ]
[ { "path": "roles/fbreader/tasks/main.yml", "content": "---\n\n- name: fbreader | be sure fbreader is installed\n sudo: yes\n apt: name=fbreader\n state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 107, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/fluentd
8,118
[ "no_license" ]
[ { "path": "roles/fluentd/templates/persistent.conf.j2", "content": "<source>\n @type tail\n path /var/log/syslog\n tag persistence.log\n\n <parse>\n @type syslog\n </parse>\n</source>\n\n<match persistence.log>\n @type loki\n\n url \"https://{{ FLUENTD_GRAFANA_ENDPOINT }}\"\n username \"{{ FLUEN...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2008, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/fonts
8,118
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n\n- name: Create font dir if not exist\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.fonts\"\n state: directory\n mode: \"0775\"\n\n- name: Install Ricty\n ansible.builtin.include_tasks: ricty.yml\n when: FONT_INSTALL_RICTY|boo...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3750, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/gcloud
8,118
[ "no_license" ]
[ { "path": "roles/gcloud/tasks/install.yml", "content": "---\n\n- name: gcloud | add gpg key\n become: yes\n apt_key:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n\n- name: gcloud | add sdk repo\n become: yes\n template:\n src: gcloud-sdk.list.j2\n dest: /etc/apt/sources.list.d/...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 682, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/ghq
8,118
[ "no_license" ]
[ { "path": "roles/ghq/tasks/main.yml", "content": "---\n\n- name: install ghq\n shell: /bin/bash -lc 'go get github.com/motemen/ghq'\n\n- name: configure ghq root\n shell: /bin/bash -lc 'git config --global ghq.root \"$GOPATH/src\"'\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 259, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/gibo
8,118
[ "no_license" ]
[ { "path": "roles/gibo/tasks/main.yml", "content": "---\n\n- name: gibo | download gibo into user bin dir\n get_url:\n url: https://raw.github.com/simonwhitaker/gibo/master/gibo\n dest: \"{{ ansible_user_dir }}/bin/gibo\"\n mode: 0755\n\n- name: gibo | initialize gibo and creaqte local gitignore fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 303, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/git
8,118
[ "no_license" ]
[ { "path": "roles/git/files/branch-clean.sh", "content": "#!/bin/bash\n\nDRY_RUN=false\nif [ \"$1\" = \"--dry-run\" ]; then\n DRY_RUN=true\nfi\n\nDEFAULT_BRANCH=$(git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed \"s@^refs/remotes/origin/@@\")\nif [ -z \"$DEFAULT_BRANCH\" ]; then\n if git sho...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 6229, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/github-cli
8,118
[ "no_license" ]
[ { "path": "roles/github-cli/defaults/main.yml", "content": "---\n\nGITHUBCLI_GITHUBCLI: false\nGITHUBCLI_ACTIONLINT: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/github-cli/tasks/README.md", "content": "GitHub Cli\n=============...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 851, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/golang
8,118
[ "no_license" ]
[ { "path": "roles/golang/tasks/install_Ubuntu.yml", "content": "---\n\n- name: Download tarballs\n ansible.builtin.get_url:\n url: \"https://dl.google.com/go/go{{ GOLANG_VERSION }}.linux-amd64.tar.gz\"\n dest: \"/tmp/go{{ GOLANG_VERSION }}.linux-amd64.tar.gz\"\n mode: \"0644\"\n\n- name: Check if o...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5423, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/gradle
8,118
[ "no_license" ]
[ { "path": "roles/gradle/tasks/main.yml", "content": "---\n\n- name: gradle | check if gradle is installed\n shell: which gradle\n register: gradle_status\n failed_when: false\n changed_when: false\n\n- include: install_gradle.yml\n when: gradle_status.rc == 1\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/heroku
8,118
[ "no_license" ]
[ { "path": "roles/heroku/tasks/install_Ubuntu.yml", "content": "---\n\n- name: heroku | install heroku\n become: yes\n snap:\n name: heroku\n classic: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "roles/heroku/tasks/main.yml", "c...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 311, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/homenas_client
8,118
[ "no_license" ]
[ { "path": "roles/homenas_client/defaults/main.yml", "content": "---\n\nhomenas_client_host: \"192.168.10.108\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/homenas_client/meta/main.yml", "content": "---\n\ndependencies:\n - role: nf...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1100, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/hugo
8,118
[ "no_license" ]
[ { "path": "roles/hugo/tasks/install_Ubuntu.yml", "content": "---\n\n- name: hugo | get latest hugo version\n uri:\n url: https://api.github.com/repos/gohugoio/hugo/releases/latest\n register: result\n\n- name: hugo | download hugo deb package\n get_url:\n url: \"https://github.com/gohugoio/hugo/rel...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 675, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/intellij
8,118
[ "no_license" ]
[ { "path": "roles/intellij/vars/main.yml", "content": "---\n\n# target version\nINTELLIJ_VERSION: 2016.3.2\n\n# directory to locate intellij files\nINTELLIJ_ISNTALL_DIR: /usr/local/bin/intellij-community\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "pa...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1568, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/java
8,118
[ "no_license" ]
[ { "path": "roles/java/tasks/JavaForOSX.yml", "content": "---\n\n- name: java | be sure Java for OS X is installed\n sudo: yes\n shell: brew cask install java\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/java/tasks/oracle_jdk8.yml", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1286, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/kbd_binding
8,118
[ "no_license" ]
[ { "path": "roles/kbd_binding/tasks/main.yml", "content": "---\n\n- name: kbd_binding | allocate ctrl to caps lock\n sudo: yes\n lineinfile: dest='/etc/default/keyboard'\n regexp='^XKBOPTIONS'\n line='XKBOPTIONS=\\\"ctrl:nocaps\\\"'\n", "license_type": "no_license", "detec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 192, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/kernelconf
8,118
[ "no_license" ]
[ { "path": "roles/kernelconf/tasks/sysctl.yml", "content": "---\n\n- name: kernelconf | set more inotify max_user_watches value\n become: yes\n sysctl:\n name: fs.inotify.max_user_watches\n value: 525288\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 }, {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 178, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/kubectl
8,118
[ "no_license" ]
[ { "path": "roles/kubectl/tasks/main.yml", "content": "---\n\n- name: Setup kubectl completion\n ansible.builtin.include_tasks: install_{{ ansible_distribution }}.yml\n\n- name: Setup kubectl plugin\n ansible.builtin.include_tasks: install_extra.yml\n when: kubectl_install_extra | bool\n", "license_ty...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1878, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/lame
8,118
[ "no_license" ]
[ { "path": "roles/lame/tasks/main.yml", "content": "---\n\n- name: lame | install lame\n become: yes\n apt: name=lame\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 64, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/lha
8,118
[ "no_license" ]
[ { "path": "roles/lha/tasks/main.yml", "content": "---\n\n- name: lha | install lha package\n sudo: yes\n apt: name=lha-sjis\n state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/lvm2
8,118
[ "no_license" ]
[ { "path": "roles/lvm2/tasks/install_Ubuntu.yml", "content": "---\n\n- name: lvm2 | install lvm2\n become: yes\n apt:\n name: lvm2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/lvm2/handlers/main.yml", "content": "---\n\n- include...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 386, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/maven
8,118
[ "no_license" ]
[ { "path": "roles/maven/tasks/main.yml", "content": "---\n\n- name: maven | install maven\n sudo: yes\n apt: name=maven\n state=latest\n\n- name: maven | configure m2_home\n lineinfile: dest={{ ansible_env.HOME }}/.profile\n line=\"M2_HOME=/usr/share/maven\"\n regexp=\"^M2_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/mendeley_desktop
8,118
[ "no_license" ]
[ { "path": "roles/mendeley_desktop/tasks/main.yml", "content": "---\n\n- name: mendeley_desktop | install mendeley desktop repository\n sudo: yes\n copy: src=mendeleydesktop.list\n dest=/etc/apt/sources.list.d/\n\n- name: mendeley_desktop | be sure mendeley desktop is installed\n sudo: yes\n apt: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/mercurial
8,118
[ "no_license" ]
[ { "path": "roles/mercurial/tasks/main.yml", "content": "---\n\n- name: mercurial | install mercurial\n sudo: yes\n apt: name=mercurial\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 77, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/mesos
8,118
[ "no_license" ]
[ { "path": "roles/mesos/tasks/requirement.yml", "content": "---\n\n- name: mesos | be sure devel python is installed\n apt: name=python-dev,python-boto\n state=latest\n\n- name: mesos | be sure devel libcurl is installed\n apt: name=libcurl4-nss-dev\n state=latest\n\n- name: mesos | be sure lib...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1378, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/minikube
8,118
[ "no_license" ]
[ { "path": "roles/minikube/tasks/main.yml", "content": "---\n\n- name: download and install minikube\n become: yes\n get_url:\n url: https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64\n dest: /usr/local/bin/minikube\n mode: 0755\n", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/nfs_client
8,118
[ "no_license" ]
[ { "path": "roles/nfs_client/tasks/install_Ubuntu.yml", "content": "---\n\n\n- name: install nfsclient\n become: yes\n apt:\n name: nfs-common\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/nodejs
8,118
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/install_Ubuntu.yml", "content": "---\n\n- name: Clone nodenv into ~/.nodenv\n ansible.builtin.git:\n repo: 'https://github.com/nodenv/nodenv'\n dest: \"{{ ansible_env.HOME }}/.nodenv\"\n\n- name: Add nodenv bin to PATH\n ansible.builtin.blockinfile:\n path: \"{{ ansi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1868, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/octave
8,118
[ "no_license" ]
[ { "path": "roles/octave/tasks/main.yml", "content": "---\n\n- name: octave | be sure octave is installed\n sudo: yes\n apt: name=octave\n state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/opencv3
8,118
[ "no_license" ]
[ { "path": "roles/opencv3/tasks/install_python_Ubuntu.yml", "content": "---\n\n- name: opencv | install python-dev\n become: yes\n apt: name={{ item }}\n with_items:\n - python3-dev\n - python-pip\n\n- name: opencv | install numpy\n command: pip install numpy\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1626, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/opennebula
8,118
[ "no_license" ]
[ { "path": "roles/opennebula/tasks/main.yml", "content": "---\n\n- name: add OpenNebula key\n become: yes\n apt_key:\n url: https://downloads.opennebula.org/repo/repo.key\n\n- name: add OpenNebula repository\n become: yes\n copy:\n src: opennebula.list\n dest: /etc/apt/sources.list.d/opennebula....
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 953, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/openshift-client
8,118
[ "no_license" ]
[ { "path": "roles/openshift-client/tasks/install_CentOS.yml", "content": "---\n\n- name: openshift-client | download openshift client archive\n get_url:\n url: \"{{ OPENSHIFT_CLIENT_RELEASE_URL }}/v{{ OPENSHIFT_VERSION }}/openshift-origin-client-tools-v{{ OPENSHIFT_VERSION }}-{{ OPENSHIFT_CLI_HASH[item] ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1402, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/openstack-client
8,118
[ "no_license" ]
[ { "path": "roles/openstack-client/tasks/main.yml", "content": "---\n\n- name: install openstack client\n pip:\n name: python-openstackclient\n extra_args: --user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/pip-pip3
8,118
[ "no_license" ]
[ { "path": "roles/pip-pip3/tasks/install_Ubuntu.yml", "content": "---\n\n- name: install pip\n become: yes\n apt:\n name: python-pip\n when: ansible_python.version.major == 2\n\n- name: install pip3\n become: yes\n apt:\n name: python3-pip\n when: ansible_python.version.major == 3\n", "licens...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 325, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/python
8,118
[ "no_license" ]
[ { "path": "roles/python/tasks/devtools_Ubuntu.yml", "content": "---\n\n# Pyright is required for python LSP\n- name: Install Pyright\n community.general.npm:\n name: pyright\n global: true\n executable: \"{{ ansible_user_dir }}/.nodenv/shims/npm\"\n", "license_type": "no_license", "detecte...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2002, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/redis
8,118
[ "no_license" ]
[ { "path": "roles/redis/tasks/install_Ubuntu.yml", "content": "---\n\n- name: redis | install redis\n become: yes\n apt:\n name: redis\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/redis/tasks/main.yml", "content": "---\n\n- name:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 303, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/rlang
8,118
[ "no_license" ]
[ { "path": "roles/rlang/defaults/main.yml", "content": "---\n\nrlang_rstudio_version: 1.2.1335\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/rlang/tasks/install_RStudio_Ubuntu.yml", "content": "---\n\n- name: R | download RStudio deb\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 851, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/ruby
8,118
[ "no_license" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n\n# rbenvおよびrubyのイストールチェック\n- name: ruby | check rbenv is installed\n shell: which rbenv >/dev/null; echo $?\n register: rbenv_stat\n changed_when: false\n\n- name: ruby | check if ruby is installed\n stat:\n path: \"{{ ansible_env.HOME }}/.rben...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 4684, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/rubymine
8,118
[ "no_license" ]
[ { "path": "roles/rubymine/vars/main.yml", "content": "---\n\n\nRUBYMINE_VERSION: '2017.3.2'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/rubymine/tasks/main.yml", "content": "---\n\n- name: check if RubyMine is installed\n command: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 761, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/rust
8,118
[ "no_license" ]
[ { "path": "roles/rust/tasks/main.yml", "content": "---\n\n- name: Check if rust already installed\n ansible.builtin.command: bash -lc \"which cargo\"\n register: cargo\n changed_when: false\n failed_when: false\n\n- name: Get rust install script\n ansible.builtin.get_url:\n url: https://sh.rustup.rs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1157, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/samba
8,118
[ "no_license" ]
[ { "path": "roles/samba/tasks/main.yml", "content": "---\n\n- name: samba | be sure samba service is installed\n sudo: yes\n apt: name=samba\n state=latest\n\n- name: samba | samba configuration for charset\n sudo: yes\n lineinfile: dest=/etc/samba/smb.conf\n regexp={{ item.regexp }}\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/samba_client
8,118
[ "no_license" ]
[ { "path": "roles/samba_client/tasks/main.yml", "content": "---\n\n- name: samba_client | install samba client to accecc samba server\n sudo: yes\n apt: name=smbclient state=latest\n\n- name: samba_client | install cifs utils\n sudo: yes\n apt: name=cifs-utils state=latest\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/scala
8,118
[ "no_license" ]
[ { "path": "roles/scala/tasks/main.yml", "content": "---\n- name: scala | check if scala is installed\n command: which scala\n register: scala_path\n changed_when: false\n failed_when: false\n\n- name: scala | download scala module\n get_url: url=http://downloads.typesafe.com/scala/{{ scala_version }}/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 856, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/scheme
8,118
[ "no_license" ]
[ { "path": "roles/scheme/tasks/main.yml", "content": "---\n\n- name: scheme | be sure scheme interpleter gauche is installed\n sudo: yes\n apt: name=gauche\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/secure-sshd
8,118
[ "no_license" ]
[ { "path": "roles/secure-sshd/tasks/main.yml", "content": "---\n\n- name: secure-sshd | copy authorized_key\n authorized_key: user=\"{{ USER_NAME }}\"\n key=\"{{ lookup('file', '' }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/selinux
8,118
[ "no_license" ]
[ { "path": "roles/selinux/tasks/main.yml", "content": "---\n\n- include: CentOS7.yml\n when: ansible_distribution == 'CentOS'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/selinux/vars/main.yml", "content": "---\n\n# enforcing / permi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 514, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/shell
8,118
[ "no_license" ]
[ { "path": "roles/shell/tasks/setup_starship.yml", "content": "---\n\n- name: Download starship install script\n ansible.builtin.get_url:\n url: \"https://starship.rs/install.sh\"\n dest: \"/tmp/install_starship.sh\"\n mode: '0755'\n\n- name: Install starship\n become: yes\n ansible.builtin.comma...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 4423, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/skk
8,118
[ "no_license" ]
[ { "path": "roles/skk/tasks/main.yml", "content": "---\n\n# - include: uim_skk.yml\n# when: ansible_distribution == 'Ubuntu'\n\n- include: ibus_skk.yml\n when: ansible_distribution == 'Ubuntu'\n\n- include: AquaSKK.yml\n when: ansible_distribution == 'MacOSX'\n", "license_type": "no_license", "de...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1107, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/skype
8,118
[ "no_license" ]
[ { "path": "roles/skype/tasks/main.yml", "content": "---\n\n- name: skype | check if skype is installed\n shell: dpkg -l skype >/dev/null 2>&1; echo $?\n register: install\n changed_when: false\n always_run: yes\n\n- name: skype | download install package\n get_url: url=http://download.skype.com/linux/s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 482, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/sphinx
8,118
[ "no_license" ]
[ { "path": "roles/sphinx/tasks/install.yml", "content": "---\n\n- name: sphinx | install sphinx\n become: yes\n pip:\n name: sphinx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/sphinx/tasks/main.yml", "content": "---\n\n- name: s...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 791, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/ssh
8,118
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n\n- name: ssh | Deny Root login\n sudo: yes\n lineinfile: dest=/etc/ssh/sshd_config\n regexp=\"PermitRootLogin\"\n line=\"PermitRootLogin no\"\n insertafter=\"# Authentication:\"\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/ssh_hosts
8,118
[ "no_license" ]
[ { "path": "roles/ssh_hosts/tasks/main.yml", "content": "---\n\n- name: ssh_hosts | scan remote host public key\n shell: ssh-keyscan -H {{ HOST_NAME }} 2>/dev/null\n register: public_key\n\n- name: ssh_hosts | add public key to known_host\n sudo: yes\n lineinfile: dest=/etc/ssh/ssh_known_hosts\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/steam
8,118
[ "no_license" ]
[ { "path": "roles/steam/tasks/main.yml", "content": "---\n- name: automatically accept the Steam License\n sudo: yes\n shell: echo debconf shared/steam-license-agreement select 2 | debconf-set-selections\n\n- name: be sure steam is installed\n sudo: yes\n apt: name=steam state=latest\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 229, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/subversion
8,118
[ "no_license" ]
[ { "path": "roles/subversion/tasks/install_Ubuntu.yml", "content": "---\n\n- name: subversion | install subversion\n become: yes\n apt: name=subversion\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 82, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/sudoers
8,118
[ "no_license" ]
[ { "path": "roles/sudoers/tasks/main.yml", "content": "---\n\n- name: sudoers | add sudo user\n user: name={{ sudoers_username }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/terraform
8,118
[ "no_license" ]
[ { "path": "roles/terraform/defaults/main.yml", "content": "---\n\nTERRAFORM_VERSION: 1.2.5\n\nterraform_setup_official_packages: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/terraform/tasks/install_terraformls_Ubuntu.yml", "cont...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2734, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/tex
8,118
[ "no_license" ]
[ { "path": "roles/tex/tasks/install_Ubuntu.yml", "content": "---\n\n- name: install texlive\n become: yes\n apt:\n name: \"{{ item }}\"\n with_items:\n - texlive-binaries\n - texlive-lang-japanese\n - texlive-fonts-recommended\n - texlive-fonts-extra\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/unzip
8,118
[ "no_license" ]
[ { "path": "roles/unzip/tasks/install_Ubuntu.yml", "content": "---\n\n- name: unzip | be sure unzip is installed\n become: yes\n apt:\n name: unzip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/unzip/tasks/install_CentOS.yml", "co...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 225, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/virt-manager
8,118
[ "no_license" ]
[ { "path": "roles/virt-manager/tasks/main.yml", "content": "---\n\n- name: virt-manager | be sure virt-manager is installed\n sudo: yes\n apt: name=virt-manager,libvirt-bin,qemu-kvm\n state=latest\n\n- name: virt-manager | install spice connection\n sudo: yes\n apt: name=qemu-kvm-spice,spice-client...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
thaim/ansible-roles
7a7f2eb9a1196baed1167c1df924a45587aac59d
1
roles/yarn
8,118
[ "no_license" ]
[ { "path": "roles/yarn/tasks/main.yml", "content": "---\n\n- name: yarn | check if yarn is installed\n command: which yarn\n register: yarn_status\n changed_when: false\n failed_when: false\n\n- include_tasks: install_{{ ansible_distribution }}.yml\n when: yarn_status.rc != 0\n", "license_type": "no...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 586, "all_permissive": false }
ansible_role
julianooen/FinalDevOps
89b86e3b62d84b6f63db153ad955f1b3e45e9e36
1
app-bake/ansible/roles/app
8,118
[ "no_license" ]
[ { "path": "app-bake/ansible/roles/app/tasks/main.yml", "content": "---\n- name: Compilar o código do calc\n shell: go build\n\n- name: Mover o arquivo de serviço do calc\n shell: sudo mv calc.service /etc/systemd/system\n\n- name: Ativar o serviço calc\n shell: sudo systemctl enable calc.service\n \n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
julianooen/FinalDevOps
89b86e3b62d84b6f63db153ad955f1b3e45e9e36
1
app-bake/ansible/roles/golang
8,118
[ "no_license" ]
[ { "path": "app-bake/ansible/roles/golang/tasks/main.yml", "content": "---\n- name: Baixar o arquivo do Go\n get_url:\n url: \"https://go.dev/dl/go1.20.3.linux-amd64.tar.gz\"\n dest: \"/tmp/go1.20.3.linux-amd64.tar.gz\"\n\n- name: Remover versões antigas do Go\n command: rm -rf /usr/local/go\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 544, "all_permissive": false }
ansible_role
julianooen/FinalDevOps
89b86e3b62d84b6f63db153ad955f1b3e45e9e36
1
elk-bake/ansible/roles/docker
8,118
[ "no_license" ]
[ { "path": "elk-bake/ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/ubunt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
julianooen/FinalDevOps
89b86e3b62d84b6f63db153ad955f1b3e45e9e36
1
elk-bake/ansible/roles/minikube
8,118
[ "no_license" ]
[ { "path": "elk-bake/ansible/roles/minikube/tasks/main.yml", "content": "---\n- name: install kubectl\n get_url:\n url: \"https://dl.k8s.io/release/v1.27.1/bin/linux/amd64/kubectl\"\n dest: /usr/local/bin/kubectl\n mode: \"0755\"\n\n- name: install minikube\n apt:\n deb: \"https://storage.googl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3825, "all_permissive": false }
ansible_role
julianooen/FinalDevOps
89b86e3b62d84b6f63db153ad955f1b3e45e9e36
1
elk-bake/ansible/roles/requirements
8,118
[ "no_license" ]
[ { "path": "elk-bake/ansible/roles/requirements/tasks/main.yml", "content": "---\n- name: Install dependencies\n apt:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-propertie...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
julianooen/FinalDevOps
89b86e3b62d84b6f63db153ad955f1b3e45e9e36
1
redis-bake/ansible/roles/redis
8,118
[ "no_license" ]
[ { "path": "redis-bake/ansible/roles/redis/tasks/main.yml", "content": "---\n- name: Instalar lsb-release, curl e gpg\n become: true\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - lsb-release\n - curl\n - gpg\n\n- name: Importar chave GPG do Redis\n become: true\n shell: curl ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1325, "all_permissive": false }
ansible_role
stackhpc/k3s-slurm-experiments
ed6a2b01ae090c6721962ef1a7c5b7d55ba3f0bc
0
roles/k3s
8,118
[ "no_license" ]
[ { "path": "roles/k3s/tasks/install.yml", "content": "---\n# Tasks here should be safe to run during an image build\n\n# modified from https://github.com/k3s-io/k3s-ansible/blob/master/roles/prereq/tasks/main.yml\n- name: Set SELinux to disabled state\n selinux:\n state: disabled\n\n- name: Enable IPv4 f...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4691, "all_permissive": false }
ansible_role
stackhpc/k3s-slurm-experiments
ed6a2b01ae090c6721962ef1a7c5b7d55ba3f0bc
0
roles/terraform
8,118
[ "no_license" ]
[ { "path": "roles/terraform/templates/cluster.tf.j2", "content": "terraform {\n required_version = \">= 0.14\"\n required_providers {\n openstack = {\n source = \"terraform-provider-openstack/openstack\"\n }\n }\n}\n\nvariable \"cluster_name\" {}\nvariable \"cluster_nodes\" {}\n\nresource \"ope...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4973, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/clair
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/clair/tasks/test.yml", "content": "---\n\n- name: wait for HTTP port to be open\n wait_for:\n host: 127.0.0.1\n port: 6060\n timeout: 180\n\n- name: get namespaces\n uri:\n url: \"http://localhost:{{ clair_port }}/v1/namespaces\"\n status_code: 200\n register: n...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1969, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/docker-engine
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/docker-engine/tasks/main.yml", "content": "# cistack/roles/docker-engine/tasks/main.yml\n---\n\n- name: Gather facts\n setup:\n\n- name: Install required packages\n become: true\n apt:\n name: apt-transport-https\n state: present\n\n- name: Enable overlay driver\n becom...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1724, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/gitlab
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/gitlab/defaults/main.yml", "content": "---\n\ngitlab_version: 9.0.0-ce.0\n\ngitlab_registry: ''\n# gitlab_registry_user: undefined by default\n# gitlab_registry_password: undefined by default\n\ngitlab_repository: gitlab/gitlab-ce\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2836, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/gitlab-runner
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/gitlab-runner/defaults/main.yml", "content": "---\n\ngitlab_runner_version: v1.11.1\n\ngitlab_runner_registry: ''\n# gitlab_runner_registry_user: undefined by default\n# gitlab_runner_registry_password: undefined by default\n\ngitlab_runner_repository: gitlab/gitlab-runner\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6875, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/haproxy
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/haproxy/vars/main.yml", "content": "---\n\nhaproxy_published_ports: \"{{ haproxy_services | dictsort | map('last') | selectattr('public_port', 'defined') | map(attribute='public_port') | list | union([443]) | unique | list }}\"\n", "license_type": "no_license", "detected_...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 7974, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/notary-server
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/notary-server/tasks/main.yml", "content": "---\n\n- name: Creates directories for notary-server data and config\n become: true\n file:\n path: /opt/docker-data/notary-server/config\n state: directory\n\n- name: Log in to registry (notary-server)\n become: true\n docker_...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6280, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/notary-signer
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/notary-signer/defaults/main.yml", "content": "---\n\nnotary_signer_version: signer-0.5.0\n\nnotary_signer_registry: ''\n# notary_signer_registry_user: undefined by default\n# notary_signer_registry_password: undefined by default\n\nnotary_signer_repository: notary\n\nnotary_signe...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5888, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/portus
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/portus/tasks/main.yml", "content": "---\n\n- name: Creates directories for mariadb data\n become: true\n file:\n path: /opt/docker-data/mariadb/data\n state: directory\n\n- name: Log in to registry (portus)\n become: true\n docker_login:\n registry: \"{{ portus_regis...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 12567, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/postgresql
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/postgresql/tasks/main.yml", "content": "---\n\n- name: Create directory for postgres data\n become: true\n file:\n path: \"/opt/docker-data/{{ postgresql_container_name | mandatory }}/data/\"\n state: directory\n\n- name: Log in to registry\n become: true\n docker_login...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1616, "all_permissive": false }
ansible_role
Udyrfrykte/devoxx-demo
2b37dd7d5b0559cc83e6d3ef523d6bbfcc380ec1
0
ci/ansible/roles/registry
8,118
[ "no_license" ]
[ { "path": "ci/ansible/roles/registry/tasks/main.yml", "content": "---\n\n- name: Creates directories for registry data and config\n become: true\n file:\n path: \"/opt/docker-data/registry/{{ item }}\"\n state: directory\n with_items:\n - data\n - config\n\n- block:\n - name: Log in to reg...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4057, "all_permissive": false }
ansible_role
atchaikovski/SF_B10.5.1
91e957a717f809a3a87bb66ed503e91ffd6dbc67
0
roles/commons
8,118
[ "no_license" ]
[ { "path": "roles/commons/tasks/main.yml", "content": "---\n\n- name: Get os_version from /etc/os-release\n when: ansible_os_family is not defined\n raw: \"grep '^VERSION_ID=' /etc/os-release | sed s'/VERSION_ID=//'\"\n register: os_version\n changed_when: False\n\n- name: Get distro name from /etc/os-re...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1575, "all_permissive": false }
ansible_role
atchaikovski/SF_B10.5.1
91e957a717f809a3a87bb66ed503e91ffd6dbc67
0
roles/postfix
8,118
[ "no_license" ]
[ { "path": "roles/postfix/tasks/main.yml", "content": "---\n\n- name: Ensure postfix is installed.\n package:\n name: postfix\n state: present\n tags: \n - postfix init\n\n- name: Update Postfix configuration.\n lineinfile:\n dest: \"{{ postfix_config_file }}\"\n line: \"{{ item.name }} = {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
stephanlascar/stephanlascar.me
b3b77ef2efb7f7f22bd7579061ee1be3d454a506
0
roles/apache
8,118
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: install Lamp server\n action: apt pkg={{item}} state=installed\n with_items:\n - apache2\n - php5\n - mysql-server\n - libapache2-mod-php5\n - php5-mysql\n\n- name: add proxy pass mod to apache\n action: command a2enmod proxy_htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
stephanlascar/stephanlascar.me
b3b77ef2efb7f7f22bd7579061ee1be3d454a506
0
roles/docker
8,118
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: create a docker group\n group: name=docker state=present\n\n- name: adding existing user 'stephan' to group docker\n user: name=stephan groups=docker append=yes\n\n- name: install third-party packages\n apt: name={{item}} state=installed\n wit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1741, "all_permissive": false }
ansible_role
stephanlascar/stephanlascar.me
b3b77ef2efb7f7f22bd7579061ee1be3d454a506
0
roles/firewall
8,118
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "- name: deny everything\n ufw: policy=deny\n notify: reload ufw\n\n- name: allow outgoing data\n ufw: direction=outgoing policy=allow\n notify: reload ufw\n\n- name: allow ssh input\n ufw: rule=limit port=ssh proto=tcp\n notify: reload ufw\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 358, "all_permissive": false }
ansible_role
stephanlascar/stephanlascar.me
b3b77ef2efb7f7f22bd7579061ee1be3d454a506
0
roles/resume-website
8,118
[ "no_license" ]
[ { "path": "roles/resume-website/files/resume/js/custom.js", "content": " /* Scroll to GoTop */\r\n\r\n$(\".gotop\").hide();\r\n\r\n$(function(){\r\n\t$(window).scroll(function(){\r\n\t if ($(this).scrollTop()>250)\r\n\t {\r\n\t\t$('.gotop').fadeIn();\r\n\t } \r\n\t else\r\n\t {\r\n\t\t$('.gotop').fadeO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1001, "all_permissive": false }
ansible_role
stephanlascar/stephanlascar.me
b3b77ef2efb7f7f22bd7579061ee1be3d454a506
0
roles/server
8,118
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "- name: install iptables-persistent\n action: apt name=iptables-persistent\n\n- name: copy the iptables file rules\n action: copy src=iptables_rules.v4 dest=/etc/iptables/rules.v4 owner=root group=root mode=0644\n notify: reload netfilter-persistent\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 337, "all_permissive": false }
ansible_role
stephanlascar/stephanlascar.me
b3b77ef2efb7f7f22bd7579061ee1be3d454a506
0
roles/transmission
8,118
[ "no_license" ]
[ { "path": "roles/transmission/tasks/main.yml", "content": "- name: install ppa key\n apt_key: id=365C5CA1 url=http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x365C5CA1 state=present\n\n- name: install ppa\n apt_repository: repo=ppa:transmissionbt/ppa state=present\n\n- name: install Transmissi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3200, "all_permissive": false }
ansible_role
seakrueger/docker-ansible
9d4702daafaee92f3e2551eed80ffcc905e0d571
0
roles/download
8,118
[ "permissive" ]
[ { "path": "roles/download/tasks/main.yml", "content": "---\n- name: Uninstall old versions\n apt:\n pkg:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n update_cache: true\n\n- name: Install required system packages\n apt: \n pkg:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 804, "all_permissive": true }
ansible_role
seakrueger/docker-ansible
9d4702daafaee92f3e2551eed80ffcc905e0d571
0
roles/reset
8,118
[ "permissive" ]
[ { "path": "roles/reset/tasks/main.yml", "content": "---\n- name: Purge Docker packages\n apt:\n pkg:\n - docker-ce\n - docker-ce-cli\n - containerd.io\n - docker-buildx-plugin\n - docker-compose-plugin\n - docker-ce-rootless-extras\n state: absent\n purge: true\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 511, "all_permissive": true }
ansible_role
tonick2001/vds
2dbd02828544e5fa0a8ec2dacbc0f3cda4b0b51a
0
roles/iptables
8,118
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yml", "content": "- name: Ping\n ansible.builtin.ping:\n become: true\n\n- name: Install IPtables-persistent\n ansible.builtin.apt:\n name: iptables-persistent\n update_cache: true\n state: present\n when: ansible_os_family == \"Debian\"\n register: install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1798, "all_permissive": false }
ansible_role
tonick2001/vds
2dbd02828544e5fa0a8ec2dacbc0f3cda4b0b51a
0
roles/ovpn_client
8,118
[ "no_license" ]
[ { "path": "roles/ovpn_client/tasks/main.yml", "content": "- name: Create OVPN conf dir\n ansible.builtin.file:\n path: \"/{{ ovpn_conf_dir }}\"\n owner: 'root'\n group: root\n mode: '0600'\n state: directory\n\n- name: Copy cert and conf\n ansible.builtin.template:\n src: \"{{ item.src }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1419, "all_permissive": false }
ansible_role
vadbes46/ansible-packer
1b9a249bedaf705e555df699ee37a116cbfd11b5
0
provision/roles/composer
8,118
[ "no_license" ]
[ { "path": "provision/roles/composer/tasks/install.yml", "content": "---\n- name: check if composer is installed\n stat:\n path: \"{{ composer_path }}\"\n register: composer_bin\n\n- name: download composer installer\n get_url:\n url: https://getcomposer.org/installer\n dest: /tmp/composer-setup....
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1945, "all_permissive": false }
ansible_role
vadbes46/ansible-packer
1b9a249bedaf705e555df699ee37a116cbfd11b5
0
provision/roles/kafka
8,118
[ "no_license" ]
[ { "path": "provision/roles/kafka/templates/service.zookeeper.systemd.j2", "content": "[Unit]\nDescription=Apache Zookeeper server \nDocumentation=http://zookeeper.apache.org\nRequires=network.target remote-fs.target\nAfter=network.target remote-fs.target\nBefore=kafka.service\n\n[Service]\nType=simple\nEnvi...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6279, "all_permissive": false }
ansible_role
vadbes46/ansible-packer
1b9a249bedaf705e555df699ee37a116cbfd11b5
0
provision/roles/memcached
8,118
[ "no_license" ]
[ { "path": "provision/roles/memcached/tasks/main.yml", "content": "---\n# Include variables and define needed variables.\n- name: Include OS-specific variables.\n include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Define memcached_user.\n set_fact:\n memcached_user: \"{{ __memcached_user }}\"\n w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1560, "all_permissive": false }
ansible_role
vadbes46/ansible-packer
1b9a249bedaf705e555df699ee37a116cbfd11b5
0
provision/roles/mysql
8,118
[ "no_license" ]
[ { "path": "provision/roles/mysql/templates/mysql.cnf.j2", "content": "[client]\ndefault-character-set = utf8\n\n[mysql]\ndefault-character-set = utf8\n\n[mysqld]\ncharacter-set-server = utf8mb4\ncollation-server = utf8mb4_unicode_ci\nexplicit-defaults-for-timest...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4925, "all_permissive": false }
ansible_role
vadbes46/ansible-packer
1b9a249bedaf705e555df699ee37a116cbfd11b5
0
provision/roles/nginx
8,118
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/configure-nginx.yml", "content": "---\n# - name: disable default site\n# file:\n# path: /etc/nginx/conf.d/default.conf\n# state: absent\n# notify:\n# - reload nginx\n# - restart nginx\n\n- name: configure nginx\n lineinfile:\n path: \"/etc/nginx...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 18702, "all_permissive": false }