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 | Tokugero/thmrooms | 6723e915f9be22cf58ade9c6d7b36d43550dba13 | 0 | sample-room/ansible/roles/common | 8,093 | [
"no_license"
] | [
{
"path": "sample-room/ansible/roles/common/tasks/apply_specs.yml",
"content": "- name: Get list of configs\n become: false\n delegate_to: localhost\n find:\n paths: \"../../../../build/cluster\"\n register: configs\n\n- name: Show output\n debug:\n msg: \"{{ configs.files | list }}\"\n\n- name: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1946,
"all_permissive": false
} |
ansible_role | heangratha/wepcenv | 940cdd6bb41c7afb0f7205dc73d957732c8ab82b | 0 | roles/common | 8,093 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\ncommon_packages:\n - apt-show-versions\n - apt-transport-https\n - bash\n - ca-certificates\n - curl\n - cifs-utils\n - ecryptfs-utils\n - software-properties-common\n - htop\n - imagemagick\n - libc-client2007e\n - libc-client2007e-de... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1663,
"all_permissive": false
} |
ansible_role | kymio/ex_ans_mio_adb | 7916952c615d8d52b30239b8060df2f00536bd12 | 0 | roles/apache2 | 8,093 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "---\n# tasks file for my_mysql_role\n\n- name: Install MySQL server\n package:\n name: mysql-server\n state: present\n \n- name: Start MySQL service\n service:\n name: mysql\n state: started\n enabled: true\n \n- name: Update apt-get ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | MonkeyPatchIo/vagrant-ci-server | f0a0fe57bc2aa34a927b801b67db557c24aedb10 | 1 | ansible/roles/ansiblebit.oracle-java | 8,093 | [
"no_license"
] | [
{
"path": "ansible/roles/ansiblebit.oracle-java/defaults/redhat.yml",
"content": "---\n# file: oracle-java/defaults/redhat.yml\n#\n# Default variables for Redhat-based Linux distributions.\n#\n\noracle_java_home: \"/usr/java/jdk-{{ oracle_java_version }}\"\n\noracle_java_os_supported: yes\noracle_java_rpm_v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4763,
"all_permissive": false
} |
ansible_role | MonkeyPatchIo/vagrant-ci-server | f0a0fe57bc2aa34a927b801b67db557c24aedb10 | 1 | ansible/roles/local.cowsay | 8,093 | [
"no_license"
] | [
{
"path": "ansible/roles/local.cowsay/tasks/main.yml",
"content": "---\n\n# Bonus package\n- name: Install the latest version of cowsay\n package:\n name: cowsay\n state: latest\n\n- name: Cowsay Installation complete!\n shell: \"/usr/games/cowsay -f tux {{ cowsay.completed }}\"\n register: cowsay_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | MOPAFU/MOPAFU-TEMA8 | a3c58a211fc152c1b29a1736485d114ae7a407f6 | 0 | ansible/roles/mysql | 8,093 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": " - name: Install MySQL\n yum: pkg=mysql-server state=present\n\n - name: Start mysql, if not running\n service: name=mysqld state=started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | harinfeel/upgrade_gitlab | 069fed0b22490b427cd13fd72b1baac89a97d236 | 0 | roles/backup | 8,093 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n- name: Backup Gitlab data\n community.docker.docker_container_exec:\n container: \"{{ container_name }}\"\n argv:\n - /bin/bash\n - -c\n - \"gitlab-backup create\"\n register: bckGitlab",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | harinfeel/upgrade_gitlab | 069fed0b22490b427cd13fd72b1baac89a97d236 | 0 | roles/docker | 8,093 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Check exists docker\n shell: |\n export chkDocker=$(rpm -qa | grep docker)\n echo $chkDocker\n register: chkDocker\n changed_when: false\n\n- name: Install docker\n shell: amazon-linux-extras install -y docker\n register: instDocke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 993,
"all_permissive": false
} |
ansible_role | harinfeel/upgrade_gitlab | 069fed0b22490b427cd13fd72b1baac89a97d236 | 0 | roles/gitlab-install | 8,093 | [
"no_license"
] | [
{
"path": "roles/gitlab-install/templates/docker-compose.yml.j2",
"content": "gitlab:\n image: \"gitlab/gitlab-ee:latest\"\n restart: always\n hostname: {{ gitlab_url }}\n environment:\n GITLAB_OMNIBUS_CONFIG: |\n external_url \"https://{{ gitlab_url }}\"\n gitlab_rails['lfs_enabled'] = {{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3829,
"all_permissive": false
} |
ansible_role | harinfeel/upgrade_gitlab | 069fed0b22490b427cd13fd72b1baac89a97d236 | 0 | roles/remove | 8,093 | [
"no_license"
] | [
{
"path": "roles/remove/tasks/main.yml",
"content": "---\n- name: Remove Gitlab\n docker_compose:\n project_name: gitlab\n project_src: \"{{ default_dir }}\"\n state: absent\n remove_volumes: yes\n register: absent_output",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | harinfeel/upgrade_gitlab | 069fed0b22490b427cd13fd72b1baac89a97d236 | 0 | roles/upgrade | 8,093 | [
"no_license"
] | [
{
"path": "roles/upgrade/tasks/main.yml",
"content": "---\n- name: Install Gitlab\n docker_compose:\n project_name: gitlab\n project_src: \"{{ default_dir }}\"\n pull: yes\n state: present\n recreate: always\n register: upgradeGitlab",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 186,
"all_permissive": false
} |
ansible_role | harinfeel/upgrade_gitlab | 069fed0b22490b427cd13fd72b1baac89a97d236 | 0 | roles/volume | 8,093 | [
"no_license"
] | [
{
"path": "roles/volume/tasks/main.yml",
"content": "---\n- name: Count volumes\n shell: |\n export chkCntVol=$(lsblk -x SIZE | grep disk | egrep -v 'nvme0n1|xvda' | wc -l)\n echo $chkCntVol\n register: chkCntVol\n changed_when: false\n\n- name: Created Volume Directory\n file:\n path: \"{{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1927,
"all_permissive": false
} |
ansible_role | wood-brandon/raspberrypi-cluster-ansible | 48ae6d0152cee039ef20adc9a2af5be9352f8036 | 0 | roles/rpi | 8,093 | [
"no_license"
] | [
{
"path": "roles/rpi/tasks/main.yml",
"content": "---\r\n\r\n - name: Enable cgroup in /boot/firmware/cmdline.txt\r\n lineinfile:\r\n path: /boot/firmware/cmdline.txt\r\n backrefs: yes\r\n regexp: '^((?!.*\\bcgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory\\b).*)$'\r\n line:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 713,
"all_permissive": false
} |
ansible_role | ybmadhu/AnsibleDemos | 026d4e2416757668b1f848f7bc0bd18f7b3ccd2f | 2 | ansible-tutorials/hello-world/roles/docker | 8,093 | [
"no_license"
] | [
{
"path": "ansible-tutorials/hello-world/roles/docker/tasks/main.yaml",
"content": "---\n- name: Uninstall Old Docker Versions\n apt:\n name: \"{{ item }}\"\n state: absent\n with_items:\n - docker\n - docker-engine\n - docker.io\n\n- name: Install Packages to allow apt to use repository over HT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 856,
"all_permissive": false
} |
ansible_role | ybmadhu/AnsibleDemos | 026d4e2416757668b1f848f7bc0bd18f7b3ccd2f | 2 | ansible-tutorials/hello-world/roles/nginx | 8,093 | [
"no_license"
] | [
{
"path": "ansible-tutorials/hello-world/roles/nginx/tasks/main.yml",
"content": "---\n- debug:\n msg: In Nginx Role\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n tags: [nginx]\n\n- name: Make sure Nginx service is enabled.\n service:\n name: nginx\n state: started\n tags: [ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 230,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/X11 | 8,093 | [
"no_license"
] | [
{
"path": "roles/X11/tasks/main.yaml",
"content": "- import_role:\n name: base_role\n vars:\n base_package: xorg # actually a big group of packages\n additional_packages:\n - xorg-xinit # Start xorg server, window manger etc.\n - xsel # Work with mouse selection\n\n- name: Set keyboard m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1234,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/autorandr | 8,093 | [
"no_license"
] | [
{
"path": "roles/autorandr/tasks/main.yaml",
"content": "- import_role:\n name: base_role\n vars:\n systemd_units_system:\n - autorandr.service\n\n- name: Make hooks scripts executable\n file:\n dest: \"{{ xdg_config_home }}/autorandr/postswitch\"\n mode: 755\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/base_role | 8,093 | [
"no_license"
] | [
{
"path": "roles/base_role/tasks/make_directories.yaml",
"content": "- name: \"{{ ansible_parent_role_names[0] }} - make directory(ies)\"\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ new_directories }}\"\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 8271,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/cheat | 8,093 | [
"no_license"
] | [
{
"path": "roles/cheat/files/plugin.d/20-cheat.zsh",
"content": "# TODO: Error - _arguments:comparguments:325: can only be called from completion function\n# zinit wait lucid light-mode blockf \\\n# pick\"scripts/cheat.zsh\" \\\n# for cheat/cheat\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/docker | 8,093 | [
"no_license"
] | [
{
"path": "roles/docker/files/profile.d/81-powerlevel10k-docker.zsh",
"content": "function prompt_my_docker() {\n local username=\"$(docker info 2>/dev/null | sed '/Username:/!d;s/.* //')\"\n\n if [[ -n \"$username\" ]]; then\n text=$username\n state=ONLINE\n else\n text=offline\n state=OFFLI... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1810,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/gh | 8,093 | [
"no_license"
] | [
{
"path": "roles/gh/files/configuration/config.yml",
"content": "editor: nvim\npager: less\nbrowser: firefox\nversion: \"1\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/gh/tasks/main.yaml",
"content": "- import_role:\n name: base... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/gnupg | 8,093 | [
"no_license"
] | [
{
"path": "roles/gnupg/files/environment.d/30-xdg-gnupg.conf",
"content": "# vim: filetype=sh\n# shellcheck disable=SC2034\n\nGNUPGHOME=$XDG_CONFIG_HOME/gnupg\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/gnupg/tasks/main.yaml",
"cont... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1301,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/mopidy | 8,093 | [
"no_license"
] | [
{
"path": "roles/mopidy/files/configuration/mopidy.conf",
"content": "[core]\ncache_dir = ~/.cache/mopidy\nconfig_dir = ~/.config/mopidy\ndata_dir = ~/.local/share/mopidy\nrestore_state = true\n\n[file]\nenabled = false\n\n[local]\nenabled=true\nmedia_dir = ~/audio/music\nscan_flush_threshold = 100\n\n[mpd]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/pam | 8,093 | [
"no_license"
] | [
{
"path": "roles/pam/tasks/main.yaml",
"content": "- name: Link configuration file with basic environment variables\n copy:\n src: \"{{ role_path }}/files/pam_env.conf\"\n dest: /etc/security/pam_env.conf\n mode: 0644\n become: yes\n\n- name: Add delay for failed logins\n shell: >\n grep --qu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 404,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/ssh | 8,093 | [
"no_license"
] | [
{
"path": "roles/ssh/files/environment.d/90-ssh.conf",
"content": "# vim: filetype=sh\n# shellcheck disable=SC2034\n\nSSH_AUTH_SOCK=$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh\nSSH_ASKPASS=/usr/lib/ssh/ssh-askpass\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 138
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1157,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/thinkpad | 8,093 | [
"no_license"
] | [
{
"path": "roles/thinkpad/tasks/main.yaml",
"content": "- import_role:\n name: base_role\n vars:\n base_package: \"\"\n additional_packages:\n - thinkfan\n - lm_sensors\n - sof-firmware # Make sound working on new models\n - tlp # Improve battery\n - acpi_call # Kernel mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/tlp | 8,093 | [
"no_license"
] | [
{
"path": "roles/tlp/tasks/main.yaml",
"content": "- import_role:\n name: base_role\n vars:\n systemd_units_system:\n - tlp.service\n \n- name: Disable conflicting Systemd-RFKill\n shell: |\n systemctl mask systemd-rfkill.service\n systemctl mask systemd-rfkill.socket\n become: true\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/udisks | 8,093 | [
"no_license"
] | [
{
"path": "roles/udisks/tasks/main.yaml",
"content": "- import_role:\n name: base_role\n vars:\n base_package: udisks2\n additional_packages:\n - ntfs-3g # Support NTFS\n new_directories:\n - /etc/udev/rules.d\n - /etc/tmpfiles.d\n systemd_units_system:\n - udisks2.servic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | weilbith/dotfiles | fa202273d51605ca3f44efca4b4d5782f1300651 | 16 | roles/zsh | 8,093 | [
"no_license"
] | [
{
"path": "roles/zsh/files/configuration/.zprofile",
"content": "if [[ -z \"${DISPLAY}\" ]] && [[ \"${XDG_VTNR}\" -eq 1 ]]; then\n exec xinit\nfi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/zsh/files/zshenv",
"content": "export ZDO... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 4395,
"all_permissive": false
} |
ansible_role | oestrich/grapevine-legacy | 9d84f8e2d65dda5982686381ffa94a940142e1da | 3 | deploy/roles/setup | 8,093 | [
"no_license"
] | [
{
"path": "deploy/roles/setup/tasks/user.yml",
"content": "---\n- name: Create the deploy user\n user:\n name: deploy\n shell: /bin/bash\n password: \"*\"\n become: true\n\n- name: Allow 'deploy' to have passwordless sudo star\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2891,
"all_permissive": false
} |
ansible_role | ermusthofa/tendible | ca48c42f244a2d211ed26a143a77184261acdca7 | 0 | project/roles/common | 8,093 | [
"no_license"
] | [
{
"path": "project/roles/common/tasks/main.yaml",
"content": "- name: install common\n ansible.builtin.apt:\n name: \"{{ common_packages }}\"\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "project/roles/common/defaults/ma... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | ichwill100/vagrant-ansible-rancher | 9812af714451deba98477d9909ff87fb393e0d95 | 0 | roles/AdopteUnOps.docker | 8,093 | [
"permissive"
] | [
{
"path": "roles/AdopteUnOps.docker/tasks/main.yml",
"content": "---\n- name: Unlock docker apt version\n dpkg_selections:\n name: \"{{ docker_package_name }}\"\n selection: install\n changed_when: false\n become: yes\n\n- name: Install gnupg-curl and python pip\n apt:\n name: \"{{item}}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2620,
"all_permissive": true
} |
ansible_role | ichwill100/vagrant-ansible-rancher | 9812af714451deba98477d9909ff87fb393e0d95 | 0 | roles/AdopteUnOps.install-debugging-tools | 8,093 | [
"permissive"
] | [
{
"path": "roles/AdopteUnOps.install-debugging-tools/tasks/main.yml",
"content": "---\n- name: Install performance tools\n apt: pkg={{ item }} state=present\n with_items:\n - htop\n - stress\n - sysdig\n become: yes\n\n- name: Install io tools\n apt: pkg={{ item }} state=present\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 861,
"all_permissive": true
} |
ansible_role | ichwill100/vagrant-ansible-rancher | 9812af714451deba98477d9909ff87fb393e0d95 | 0 | roles/AdopteUnOps.rancher-create-project | 8,093 | [
"permissive"
] | [
{
"path": "roles/AdopteUnOps.rancher-create-project/tasks/main.yml",
"content": "---\n- name: Verify if project exists\n stat: path=\"{{ inventory_dir }}/group_vars/{{ rancher_project_name }}/apikey.yml\"\n register: project_file\n\n- name: Create Project\n environment:\n RANCHER_URL: \"{{rancher_mast... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4339,
"all_permissive": true
} |
ansible_role | ichwill100/vagrant-ansible-rancher | 9812af714451deba98477d9909ff87fb393e0d95 | 0 | roles/AdopteUnOps.rancher-install-master | 8,093 | [
"permissive"
] | [
{
"path": "roles/AdopteUnOps.rancher-install-master/tasks/configure_default_registry.yml",
"content": "- name: Configure default registry\n uri:\n method: PUT\n status_code: 200\n user: \"{{ rancher_api_key }}\"\n password: \"{{ <PASSWORD> }}\"\n body:\n id: registry.default\n sour... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 394,
"all_permissive": true
} |
ansible_role | gyKa/nagas | f7daff5270536c506fb633ca1a42cfabf649009c | 0 | roles/git | 8,093 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n- name: install git\n apt: name=git-core state=present\n\n- name: checkout the source code\n git:\n repo={{ project_repo }}\n dest={{ project_dir }}\n accept_hostkey=yes\n version=master\n become_user: \"{{ project_user }}\"\n",
"lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 233,
"all_permissive": false
} |
ansible_role | gyKa/nagas | f7daff5270536c506fb633ca1a42cfabf649009c | 0 | roles/os | 8,093 | [
"no_license"
] | [
{
"path": "roles/os/tasks/main.yml",
"content": "---\n- name: update repositories cache\n apt: update_cache=yes\n\n- name: update all packages to the latest version\n apt: upgrade=dist\n\n- name: create project user\n user: name={{ project_user }}\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 194,
"all_permissive": false
} |
ansible_role | gyKa/nagas | f7daff5270536c506fb633ca1a42cfabf649009c | 0 | roles/pip | 8,093 | [
"no_license"
] | [
{
"path": "roles/pip/tasks/main.yml",
"content": "---\n- name: install pip\n apt: name=python-pip state=present\n\n- name: install virtualenv\n pip: name=virtualenv state=present\n\n- name: install specific python requirements in virtualenv\n pip: requirements={{ project_dir}}/requirements.txt\n vi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | gyKa/nagas | f7daff5270536c506fb633ca1a42cfabf649009c | 0 | roles/postgresql | 8,093 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n- name: install postgresql\n apt: name=postgresql-9.4 state=present\n\n- name: install psycopg2\n apt: name=python-psycopg2 state=present\n\n- name: create database\n postgresql_db: name={{ database_name }}\n\n- name: create database user and ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | gopireddy1135/ansible-3tier | 204114832bbfde5dd09b3d6081a5dffbcd6a6d73 | 0 | roles/web | 8,093 | [
"no_license"
] | [
{
"path": "roles/web/tasks/install_httpd.yml",
"content": "---\n# These tasks install http and the php modules.\n\n- name: Install http and php etc\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - php\n - php-mysql\n - git\n - libapache2-mod-php\n\n- name: http service state\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 703,
"all_permissive": false
} |
ansible_role | elrondurpg/urpg-deployment | 4b8040748232c52e01b7d90b77d63856a15a7002 | 0 | roles/urpg-db | 8,093 | [
"no_license"
] | [
{
"path": "roles/urpg-db/defaults/main.yml",
"content": "mysql_user_home: \"{{ ansible_env.HOME}}\"\nmysql_remove_remote_root: true\nmysql_remove_anonymous_users: true\nmysql_remove_test_database: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 139
},
{
"path"... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2891,
"all_permissive": false
} |
ansible_role | elrondurpg/urpg-deployment | 4b8040748232c52e01b7d90b77d63856a15a7002 | 0 | roles/urpg-httpd | 8,093 | [
"no_license"
] | [
{
"path": "roles/urpg-httpd/tasks/install-php.yml",
"content": "- name: Install EPEL Repo with Yum\n become: yes\n yum: \n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n register: install_epel_result\n until: \"install_epel_result is not failed\"\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3236,
"all_permissive": false
} |
ansible_role | elrondurpg/urpg-deployment | 4b8040748232c52e01b7d90b77d63856a15a7002 | 0 | roles/urpg-letsencrypt | 8,093 | [
"no_license"
] | [
{
"path": "roles/urpg-letsencrypt/tasks/reconfigure-httpd.yml",
"content": "- name: \"Reinstall HTTPD configuration with SSL support\"\n include_role: \n name: urpg-httpd\n vars: \n use_secure_mode: 1\n certificate_file_path: \"{{ letsencrypt_certs_dir }}/fullchain_{{ domain_name }}.crt\"\n ke... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5454,
"all_permissive": false
} |
ansible_role | elrondurpg/urpg-deployment | 4b8040748232c52e01b7d90b77d63856a15a7002 | 0 | roles/urpg-middleware | 8,093 | [
"no_license"
] | [
{
"path": "roles/urpg-middleware/tasks/main.yml",
"content": "- name: \"Get the latest release metadata of {{ artifact_id }} version {{ version_to_release }}\"\n uri:\n url: \"https://api.github.com/repos/{{github_user}}/{{github_repo}}/releases/tags/{{ version_to_release }}\"\n return_content: yes\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2391,
"all_permissive": false
} |
ansible_role | elrondurpg/urpg-deployment | 4b8040748232c52e01b7d90b77d63856a15a7002 | 0 | roles/urpg-server | 8,093 | [
"no_license"
] | [
{
"path": "roles/urpg-server/templates/application.properties.j2",
"content": "server.port=8443\nserver.ssl.key-store={{ keystore_path }}\nserver.ssl.key-store-password={{ keystore_password }}\nserver.ssl.keyStoreType=PKCS12\nserver.ssl.keyAlias={{ domain_name }}",
"license_type": "no_license",
"det... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4134,
"all_permissive": false
} |
ansible_role | elrondurpg/urpg-deployment | 4b8040748232c52e01b7d90b77d63856a15a7002 | 0 | roles/urpg-wordpress | 8,093 | [
"no_license"
] | [
{
"path": "roles/urpg-wordpress/defaults/main.yml",
"content": "php_modules: [ 'php82.x86_64', 'php82-php-gd', 'php82-php-mbstring', 'php82-php-xml', 'php82-php-pecl-xmlrpc', 'php82-php-soap', 'php82-php-intl', 'php82-php-pecl-zip', 'php82-php-mysqlnd.x86_64' ]\nartifact_id: wordpress\ndownload_path: \"/var... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6279,
"all_permissive": false
} |
ansible_role | elrondurpg/urpg-deployment | 4b8040748232c52e01b7d90b77d63856a15a7002 | 0 | roles/urpg-wordpress-theme | 8,093 | [
"no_license"
] | [
{
"path": "roles/urpg-wordpress-theme/tasks/update-header-php-file.yml",
"content": "- name: Update theme header.php file with angular stylesheet marker\n become: yes\n replace:\n path: \"{{ unarchive_path }}/header.php\"\n regexp: \"<!--angular stylesheet goes here-->\"\n replace: \"<!--link rel... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5140,
"all_permissive": false
} |
ansible_role | Andrea-Panicucci-git/formazione_cm | 2f51aa3ff7a94f10eae19c607c2867d49f38243a | 0 | Step3/roles/build_and_push_images | 8,085 | [
"no_license"
] | [
{
"path": "Step3/roles/build_and_push_images/defaults/main.yml",
"content": "---\nregistry_host: \"localhost:5000\"\nimages:\n - name: ubuntu\n context: \"/Users/andreapanicucci/Desktop/formazione_cm/Step3/Ubuntu\"\n dockerfile: \"Dockerfile\"\n tag: \"v1\"\n - name: alpine\n context: \"/Users... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1973,
"all_permissive": false
} |
ansible_role | Andrea-Panicucci-git/formazione_cm | 2f51aa3ff7a94f10eae19c607c2867d49f38243a | 0 | Step3/roles/run_containers | 8,085 | [
"no_license"
] | [
{
"path": "Step3/roles/run_containers/defaults/main.yml",
"content": "containers:\n - name: Ubuntu\n image: \"localhost:5000/my_ubuntu_ssh:latest\"\n port: 8080\n - name: Alpine\n image: \"localhost:5000/my_alpine_ssh:latest\"\n port: 8081\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 971,
"all_permissive": false
} |
ansible_role | ansh307/learn-ansible | 3e432e0a80d94109920f117e7217826fe23eff35 | 0 | Exercise17/roles/post-install | 8,085 | [
"no_license"
] | [
{
"path": "Exercise17/roles/post-install/tasks/main.yml",
"content": "- name: Install ntp agent on centos\n yum:\n name: \"{{item}}\"\n state: present\n when: ansible_distribution == 'CentOS'\n loop: \n - chrony\n - wget\n - git\n - zip\n - curl\n - unzip\n\n- name: Install ntp ag... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1430,
"all_permissive": false
} |
ansible_role | sergief/ansible-mac-provisioning | 1f262597a9d96566b7fdf3b8d9bc2e2db7039cbf | 0 | roles/homebrew | 8,085 | [
"no_license"
] | [
{
"path": "roles/homebrew/tasks/main.yml",
"content": "---\n- name: Install dependencies\n community.general.homebrew:\n name:\n - cask\n - mas\n state: present\n- name: Install Homebrew packages\n community.general.homebrew:\n name: \"{{ homebrew_packages }}\"\n state: present\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 492,
"all_permissive": false
} |
ansible_role | sergief/ansible-mac-provisioning | 1f262597a9d96566b7fdf3b8d9bc2e2db7039cbf | 0 | roles/java | 8,085 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: Download sdkman\n ansible.builtin.shell: set -o pipefail && curl -fsSL https://get.sdkman.io|bash\n args:\n chdir: \"{{ ansible_env.HOME }}\"\n creates: \"{{ ansible_env.HOME }}/.sdkman/\"\n- name: Add executable permissions to the sdkm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1649,
"all_permissive": false
} |
ansible_role | sergief/ansible-mac-provisioning | 1f262597a9d96566b7fdf3b8d9bc2e2db7039cbf | 0 | roles/node | 8,085 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n- name: Install nvm\n community.general.homebrew:\n name: nvm\n state: present\n- name: Create nvm configuration file\n ansible.builtin.template:\n src: zshrc_include_nvm.j2\n dest: \"{{ ansible_env.HOME }}/.zshrc_include_nvm\"\n owner... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 667,
"all_permissive": false
} |
ansible_role | sergief/ansible-mac-provisioning | 1f262597a9d96566b7fdf3b8d9bc2e2db7039cbf | 0 | roles/oh_my_zsh | 8,085 | [
"no_license"
] | [
{
"path": "roles/oh_my_zsh/handlers/main.yml",
"content": "---\n- name: Log Font configuration settings\n ansible.builtin.debug:\n msg: \"Remember to change the font in iTerm: iTerm2 > Preferences > Profiles > Text > Change Font > Inconsolata\"\n- name: Install powerline fonts\n ansible.builtin.comman... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2168,
"all_permissive": false
} |
ansible_role | sergief/ansible-mac-provisioning | 1f262597a9d96566b7fdf3b8d9bc2e2db7039cbf | 0 | roles/python | 8,085 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Install pyenv\n community.general.homebrew:\n name: pyenv\n state: present\n- name: Create pyenv configuration file\n ansible.builtin.template:\n src: zshrc_include_pyenv.j2\n dest: \"{{ ansible_env.HOME }}/.zshrc_include_pyenv\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | sergief/ansible-mac-provisioning | 1f262597a9d96566b7fdf3b8d9bc2e2db7039cbf | 0 | roles/vscode | 8,085 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "---\n- name: Install Visual Studio Code\n community.general.homebrew_cask:\n name: visual-studio-code\n state: present\n- name: Install Visual Studio Code extensions\n ansible.builtin.shell: \"code --install-extension {{ item }} --force\"\n args:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 382,
"all_permissive": false
} |
ansible_role | radhus/bootkube-coreos-ansible | adff446f1fb58dd26a03b1dd395a0708dac84f15 | 1 | roles/bootkube-assets | 8,085 | [
"no_license"
] | [
{
"path": "roles/bootkube-assets/tasks/main.yml",
"content": "---\n- name: Check assets directory\n stat:\n path: \"{{ playbook_dir }}/assets\"\n register: assets\n\n- name: Generate assets\n block:\n - name: Create temporary output directory\n tempfile:\n state: directory\n regist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1693,
"all_permissive": false
} |
ansible_role | radhus/bootkube-coreos-ansible | adff446f1fb58dd26a03b1dd395a0708dac84f15 | 1 | roles/bootkube-master | 8,085 | [
"no_license"
] | [
{
"path": "roles/bootkube-master/tasks/main.yml",
"content": "---\n# Based on:\n# https://github.com/coreos/matchbox/blob/master/examples/ignition/bootkube-controller.yaml\n\n- name: Setup etcd\n include: setup-etcd.yml\n\n- name: Enable Docker daemon\n systemd:\n name: docker\n enabled: yes\n st... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4151,
"all_permissive": false
} |
ansible_role | radhus/bootkube-coreos-ansible | adff446f1fb58dd26a03b1dd395a0708dac84f15 | 1 | roles/bootkube-worker | 8,085 | [
"no_license"
] | [
{
"path": "roles/bootkube-worker/tasks/main.yml",
"content": "---\n# Based on:\n# https://github.com/coreos/matchbox/blob/master/examples/ignition/bootkube-worker.yaml\n\n- name: Enable Docker daemon\n systemd:\n name: docker\n enabled: yes\n state: started\n\n- name: Disable locksmithd\n systemd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2039,
"all_permissive": false
} |
ansible_role | VolodymyrPastukh/CvDeploy | 1203b247650290b43d61f33a3b6b2d01c754552c | 0 | ansible/roles/deploy | 8,085 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "---\n\n- name: Creates directory\n file:\n path: /app\n state: directory\n\n- name: Copy docker-compose to remote\n become: true\n copy:\n src: \"{{ local_dir }}\"\n dest: \"/app/docker-compose.yml\"\n owner: ubuntu\n group: u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 373,
"all_permissive": false
} |
ansible_role | seifertk/siegestats | 9a86c7221313844609bf20876729a52362c66cda | 1 | lib/ansible/roles/appserver | 8,085 | [
"no_license"
] | [
{
"path": "lib/ansible/roles/appserver/handlers/main.yml",
"content": "---\n- name: Reload nginx\n systemd: name=nginx state=restarted\n\n- name: Reload php-fpm\n systemd: name=php{{php_version}}-fpm state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 4433,
"all_permissive": false
} |
ansible_role | seifertk/siegestats | 9a86c7221313844609bf20876729a52362c66cda | 1 | lib/ansible/roles/common | 8,085 | [
"no_license"
] | [
{
"path": "lib/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update repositories\n apt: update_cache=yes\n\n- name: Set timezone\n copy: src=timezone dest=/etc/timezone mode=0775\n\n- name: Configure timezone\n command: dpkg-reconfigure --frontend noninteractive tzdata\n\n- name: Install... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 420,
"all_permissive": false
} |
ansible_role | seifertk/siegestats | 9a86c7221313844609bf20876729a52362c66cda | 1 | lib/ansible/roles/db | 8,085 | [
"no_license"
] | [
{
"path": "lib/ansible/roles/db/defaults/main.yml",
"content": "---\nmysql_root_password: <PASSWORD>\ndatabase: laravel\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "lib/ansible/roles/db/tasks/mysql.yml",
"content": "---\n- name: Install my... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | seifertk/siegestats | 9a86c7221313844609bf20876729a52362c66cda | 1 | lib/ansible/roles/vagrant | 8,085 | [
"no_license"
] | [
{
"path": "lib/ansible/roles/vagrant/tasks/main.yml",
"content": "---\n- name: Add cd to bashrc\n lineinfile: dest=/home/{{vagrant_user}}/.bashrc line=\"cd /vagrant\"\n\n- name: Add composer bin to bashrc\n lineinfile: dest=/home/{{vagrant_user}}/.bashrc line=\"PATH=/vagrant/vendor/bin:$PATH\"\n",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 222,
"all_permissive": false
} |
ansible_role | tfo-apj-demos/ansible-windows-service-management | cb8c1752a9a90fc045c849b6eaab6f06abc402eb | 0 | playbooks/roles/vault_credential_retrieval | 8,085 | [
"no_license"
] | [
{
"path": "playbooks/roles/vault_credential_retrieval/vars/main.yml",
"content": "---\n# Default variables for vault_credential_retrieval role\n\n# Vault configuration\nvault_addr: \"https://vault.hashicorp.local:8200\"\nvault_ldap_mount: \"ldap\"\nvault_static_role: \"svc_demo\"\n",
"license_type": "no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3384,
"all_permissive": false
} |
ansible_role | tfo-apj-demos/ansible-windows-service-management | cb8c1752a9a90fc045c849b6eaab6f06abc402eb | 0 | playbooks/roles/windows_service_credential_update | 8,085 | [
"no_license"
] | [
{
"path": "playbooks/roles/windows_service_credential_update/vars/main.yml",
"content": "---\n# Default variables for windows_service_credential_update role\n\n# Service configuration\nwindows_service_credential_update_service_account: \"hashicorp.local\\\\svc-demo\"\nwindows_service_credential_update_depen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5765,
"all_permissive": false
} |
ansible_role | tfo-apj-demos/ansible-windows-service-management | cb8c1752a9a90fc045c849b6eaab6f06abc402eb | 0 | playbooks/roles/windows_service_status | 8,085 | [
"no_license"
] | [
{
"path": "playbooks/roles/windows_service_status/vars/main.yml",
"content": "# roles/windows_service_status/vars/main.yml\n---\n# Default variables for Windows service status checking\n# These can be overridden in playbooks or inventory\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1417,
"all_permissive": false
} |
ansible_role | taransergey/ddoser | 307d9a757c2328232d83513fd9a0c5c45e0335ef | 9 | tools/ansible/roles/ddoser | 8,085 | [
"no_license"
] | [
{
"path": "tools/ansible/roles/ddoser/tasks/main.yml",
"content": "---\n- name: Clone ddoser repo\n git:\n repo: \"{{ddoser_git_url}}\"\n dest: \"{{ddoser_work_dir}}\"\n accept_hostkey: true\n force: true\n version: \"main\"\n\n- name: Stop all containers\n shell: \"docker-compose down\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 686,
"all_permissive": false
} |
ansible_role | taransergey/ddoser | 307d9a757c2328232d83513fd9a0c5c45e0335ef | 9 | tools/ansible/roles/docker | 8,085 | [
"no_license"
] | [
{
"path": "tools/ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Check if Docker is already present.\n command: which docker\n failed_when: false\n changed_when: false\n register: docker_command_result\n\n- name: Download Docker install convenience script.\n get_url:\n url: https://ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1270,
"all_permissive": false
} |
ansible_role | CharlieWangKD/Install_docker_and_container | b38bbcbbe941f36e1d242651bd49384de25efc8c | 0 | roles/base | 8,085 | [
"no_license"
] | [
{
"path": "roles/base/tasks/container.yml",
"content": "- name: Install Docker containers\r\n block:\r\n - name: Install elasticsearch container\r\n docker_container:\r\n name: elasticsearch\r\n image: elasticsearch\r\n restart: true\r\n restart_policy: always\r\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2112,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/addpublicip | 8,089 | [
"no_license"
] | [
{
"path": "roles/addpublicip/vars/main.yml",
"content": "---\nalias: \"{{ lookup('env', 'CLC_ACCT_ALIAS') }}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/addpublicip/tasks/main.yml",
"content": "- name: download apiv1\n get_url:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2018,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/c3dna | 8,089 | [
"no_license"
] | [
{
"path": "roles/c3dna/tasks/main.yml",
"content": "\n- name: clear work directory\n file: name=/work state=absent\n\n- name: create work directory\n file: name=/work state=directory mode=0755\n\n- debug:\n var: groupID\n\n- name: give required permissions to rclocal file\n shell: \"chmod 744 /etc/rc.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 548,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/checkV1 | 8,089 | [
"no_license"
] | [
{
"path": "roles/checkV1/vars/main.yml",
"content": "---\nalias: \"{{ lookup('env', 'CLC_ACCT_ALIAS') }}\"\nbody:\n APIKey: \"{{ apiV1Key }}\"\n Password: \"{{ <PASSWORD> }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "roles/checkV1/tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/checkV2 | 8,089 | [
"no_license"
] | [
{
"path": "roles/checkV2/tasks/main.yml",
"content": "- name: download apiv2\n get_url:\n url: https://github.com/ack/clc-bin/releases/download/v1/apiv2.linux\n dest: /tmp/apiv2\n mode: 0755\n- name: post body\n copy: content=\"{{ body | to_json }}\" dest=\"/tmp/payload.json\"\n- debug:\n msg:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/checkproperties | 8,089 | [
"no_license"
] | [
{
"path": "roles/checkproperties/tasks/main.yml",
"content": "---\n- fail:\n msg: \"You should specify the 'datacenter' property!\"\n when: datacenter is undefined\n- fail:\n msg: \"You should specify the 'networkID' property!\"\n when: networkID is undefined\n- fail:\n msg: \"You should specify ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/getpublicip | 8,089 | [
"no_license"
] | [
{
"path": "roles/getpublicip/tasks/main.yml",
"content": "- name: download apiv2\n get_url:\n url: https://github.com/ack/clc-bin/releases/download/v1/apiv2.linux\n dest: /tmp/apiv2\n mode: 0755\n- name: get server\n raw: /tmp/apiv2 -endpoint https://api.ctl.io/v2/servers/{{lookup('env','CLC_ACCT... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/popdisk | 8,089 | [
"no_license"
] | [
{
"path": "roles/popdisk/vars/main.yml",
"content": "---\nalias: \"{{ lookup('env', 'CLC_ACCT_ALIAS') }}\"\nbody:\n AccountAlias: \"{{ alias }}\"\n Name: \"{{ ansible_hostname }}\"\n ScsiBusID: 0\n ScsiDeviceID: 0\n OverrideFailsafes: true\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/resizedisk | 8,089 | [
"no_license"
] | [
{
"path": "roles/resizedisk/tasks/resize_step1.yml",
"content": "- name: Create fdisk input parameters file\n copy: dest={{ resizeFile }} mode=0644 content={{ resizeCommand }}\n- name: Create logical partition\n shell: 'cat {{ resizeFile }} | sudo fdisk /dev/sda'\n become: true\n become_user: 'root'\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1263,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/server | 8,089 | [
"no_license"
] | [
{
"path": "roles/server/tasks/infra_create.yml",
"content": "---\n- name: generate password\n command: \"openssl rand -base64 15\"\n register: serverpass\n changed_when: False\n\n- name: build servers \n clc_server:\n location: \"{{ datacenter | d('') }}\"\n group: \"{{ groupID | d('Default Group'... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2522,
"all_permissive": false
} |
ansible_role | auctadev/c3dna-aem-controller | b77a90c90a6547ca1d2efa07bd418c3f1ffc446c | 1 | roles/subscription | 8,089 | [
"no_license"
] | [
{
"path": "roles/subscription/library/clc_subscription.py",
"content": "#!/usr/bin/python\n\nimport datetime\nimport time\nimport sys\nimport json\nimport os\nimport shlex\nimport requests\n\nSUBSCRIPTION_URL='https://onramp.ctl.io/api/PlatformSubscriptions'\n#SUBSCRIPTION_URL='https://onramp-staging.ctl.io... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5015,
"all_permissive": false
} |
ansible_role | yhidetoshi/AWS | 5fa17bce4b6dcedb9c49490efa31f53511ce48bd | 2 | Ansible/Roles/git | 8,089 | [
"no_license"
] | [
{
"path": "Ansible/Roles/git/tasks/main.yml",
"content": "---\n# tasks file for git\n\n - name: install git \n yum:\n name: git\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | yhidetoshi/AWS | 5fa17bce4b6dcedb9c49490efa31f53511ce48bd | 2 | Ansible/Roles/nginx | 8,089 | [
"no_license"
] | [
{
"path": "Ansible/Roles/nginx/vars/main.yml",
"content": "---\n# vars file for nginx\nserver_name: hide123\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "Ansible/Roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 736,
"all_permissive": false
} |
ansible_role | yhidetoshi/AWS | 5fa17bce4b6dcedb9c49490efa31f53511ce48bd | 2 | Ansible/Roles/user | 8,089 | [
"no_license"
] | [
{
"path": "Ansible/Roles/user/tasks/main.yml",
"content": "---\n# tasks file for user\n\n - name: create new user \n #when: \"ansible_os_family == 'Debian'\" \n when: \"ansible_distribution == 'Amazon'\"\n user: \n name: hide-os-amazon \n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | yhidetoshi/AWS | 5fa17bce4b6dcedb9c49490efa31f53511ce48bd | 2 | Ansible/Roles/zabbix-agent | 8,089 | [
"no_license"
] | [
{
"path": "Ansible/Roles/zabbix-agent/tasks/main.yml",
"content": "#\n# - name: set repo\n# copy: src=./roles/zabbix-agent/files/zabbix.repo dest=/etc/yum.repos.d owner=root group=root mode=0644\n\n - name: check repo\n stat: path=/etc/yum.repos.d/zabbix.repo\n register: f\n \n - debug: msg=\"File exi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1669,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/aur | 8,089 | [
"no_license"
] | [
{
"path": "roles/aur/tasks/main.yml",
"content": "- name: Install AUR module from Ansible Galaxy\n command: ansible-galaxy install kewlfft.aur\n\n- name: Run AUR setup\n include_tasks: aur.yml \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
"path": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/bspwm | 8,089 | [
"no_license"
] | [
{
"path": "roles/bspwm/files/bspwmrc",
"content": "#! /bin/sh\n\nkillall -q polybar\n\n# Autostart\nsxhkd &\nnm-applet --indicator &\npicom --config \"$HOME/.config/picom/picom.conf\" &\nfeh --no-fehbg --bg-fill \"$HOME/Pictures/wallpapers/beach-009.jpg\"\n$HOME/.config/polybar/scripts/launch_polybar.sh\nxs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1985,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/cli-apps | 8,089 | [
"no_license"
] | [
{
"path": "roles/cli-apps/tasks/main.yml",
"content": "- name: Install CLI apps\n pacman:\n name:\n - ansible\n - aws-cli\n - cronie\n - curl\n - dnsutils\n - exa\n - fzf\n - git\n - htop\n - inetutils\n - ipcalc\n - jq\n - nmap\n - o... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/desktop-apps | 8,089 | [
"no_license"
] | [
{
"path": "roles/desktop-apps/tasks/main.yml",
"content": "- name: Install desktop apps\n pacman:\n name:\n - dbeaver\n - firefox\n - network-manager-applet\n - nitrogen\n - thunar\n - thunderbird\n - steam\n state: present\n update_cache: yes\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/dunst | 8,089 | [
"no_license"
] | [
{
"path": "roles/dunst/tasks/main.yml",
"content": "- name: Install dunst\n pacman:\n name: dunst\n state: present\n update_cache: yes\n\n- name: Create config dir\n file:\n path: '/home/{{ user }}/.config/dunst/'\n state: directory\n mode: 0755\n owner: '{{ user }}'\n group: '{{ u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 412,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/flameshot | 8,089 | [
"no_license"
] | [
{
"path": "roles/flameshot/tasks/main.yml",
"content": "- name: Install flameshot package\n pacman:\n name: flameshot\n state: present\n update_cache: yes\n\n- name: Create config dir\n file:\n path: '/home/{{ user }}/.config/flameshot/'\n state: directory\n mode: 0755\n owner: '{{ us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/kitty | 8,089 | [
"no_license"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "- name: Install kitty\n pacman:\n name: kitty\n state: present\n update_cache: yes\n\n- name: Create config dir\n file:\n path: '/home/{{ user }}/.config/kitty/'\n state: directory\n mode: 0755\n owner: '{{ user }}'\n group: '{{ u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/network | 8,089 | [
"no_license"
] | [
{
"path": "roles/network/files/down.sh",
"content": "#! /bin/bash\n\nmv -f resolv.conf /etc\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/network/tasks/main.yml",
"content": "- name: Install OpenVPN\n pacman:\n name: openvpn\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/shell | 8,089 | [
"no_license"
] | [
{
"path": "roles/shell/files/zshrc",
"content": "SAVEHIST=10000\nHISTFILE=~/.zsh_history\nHISTFILESIZE=1000000000\nHISTSIZE=1000000000\n\nsetopt INC_APPEND_HISTORY\nHISTTIMEFORMAT=\"[%F %T] \"\n\nsetopt EXTENDED_HISTORY\n# History ignore\nexport HISTORY_IGNORE=\"(ls|cd|exit|history|clear)\"\n\ncase ${TERM} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3180,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/sway | 8,089 | [
"no_license"
] | [
{
"path": "roles/sway/tasks/main.yml",
"content": "- name: Install bspwm\n pacman:\n name:\n - sway\n - swaybg\n state: present\n update_cache: yes\n\n- name: Create sway directories\n file:\n path: '{{ item }}'\n state: directory\n mode: 0755\n owner: '{{ user }}'\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/sxhkd | 8,089 | [
"no_license"
] | [
{
"path": "roles/sxhkd/tasks/main.yml",
"content": "- name: Install sxhkd\n pacman:\n name: sxhkd\n state: latest\n update_cache: yes\n\n- name: Create config dir\n file:\n path: '/home/{{ user }}/.config/sxhkd/'\n state: directory\n mode: 0755\n owner: '{{ user }}'\n group: '{{ us... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | dzerald/arch-install | a4303ec6656e4b0d2e3cf1f019764f7346a2bd06 | 1 | roles/xorg | 8,089 | [
"no_license"
] | [
{
"path": "roles/xorg/tasks/main.yml",
"content": "- name: Install xorg packages\n pacman:\n name:\n - xorg-server\n - xorg-xinit\n - xorg-xmodmap\n - xorg-xrandr\n state: latest\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | tiqwab/example | cfefcd1a0ad87c7258b87d65ca12b93577a3a956 | 7 | ansible-growi/roles/common | 8,089 | [
"no_license"
] | [
{
"path": "ansible-growi/roles/common/templates/etc/ntp.conf.j2",
"content": "{% for ntpserver in ntpservers %}\nserver {{ ntpserver }} iburst\n{% endfor %}\n\n# By default, the server allows:\n# - all queries from the local host\n# - only time queries from remote hosts, protected by rate limiting and kod\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | tiqwab/example | cfefcd1a0ad87c7258b87d65ca12b93577a3a956 | 7 | ansible-growi/roles/elasticsearch | 8,089 | [
"no_license"
] | [
{
"path": "ansible-growi/roles/elasticsearch/tasks/main.yaml",
"content": "---\n\n- name: Install OpenJDK8\n yum:\n name: java-1.8.0-openjdk\n state: present\n\n- name: Setup Elasticsearch repository\n ansible.builtin.template:\n src: etc/yum.repos.d/elasticsearch.repo\n dest: /etc/yum.repos.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 885,
"all_permissive": false
} |
ansible_role | tiqwab/example | cfefcd1a0ad87c7258b87d65ca12b93577a3a956 | 7 | ansible-growi/roles/growi | 8,089 | [
"no_license"
] | [
{
"path": "ansible-growi/roles/growi/tasks/main.yaml",
"content": "---\n\n### Install Node.js\n\n- name: Check Node.js\n ansible.builtin.shell: which node\n register: which_node\n failed_when: False\n\n- name: Setup Node.js\n block:\n - name: Download Node.js installation script\n ansible.builti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1629,
"all_permissive": false
} |
ansible_role | tiqwab/example | cfefcd1a0ad87c7258b87d65ca12b93577a3a956 | 7 | ansible-growi/roles/mongodb | 8,089 | [
"no_license"
] | [
{
"path": "ansible-growi/roles/mongodb/tasks/main.yaml",
"content": "---\n\n- name: Check MongoDB\n ansible.builtin.shell: which mongod\n register: which_mongod\n failed_when: False\n\n- name: Setup MongoDB\n block:\n - name: Setup MongoDB repository\n ansible.builtin.template:\n src: etc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 594,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.