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 | mjtieman/digital-ocean-ansible-base | 24d8c9712c0b88d433ad0f67609f03dbce754e77 | 11 | ansible-base/roles/configure-supervisord | 354 | [
"no_license"
] | [
{
"path": "ansible-base/roles/configure-supervisord/tasks/main.yml",
"content": "---\n- name: Create the supervisor log directory\n file: path={{ supervisord_log_dir }} mode=0766 state=directory recurse=yes\n\n- name: Create the service configurations directory\n file: path={{ supervisord_services_dir }} ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | mjtieman/digital-ocean-ansible-base | 24d8c9712c0b88d433ad0f67609f03dbce754e77 | 11 | ansible-base/roles/disable-remote-login | 354 | [
"no_license"
] | [
{
"path": "ansible-base/roles/disable-remote-login/tasks/main.yml",
"content": "---\n- name: Set PermitRootLogin to no in sshd_config\n lineinfile: dest=/etc/ssh/sshd_config regexp='PermitRootLogin yes' line='PermitRootLogin no'\n\n- name: Reload SSH\n service: name=ssh state=restarted\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | mjtieman/digital-ocean-ansible-base | 24d8c9712c0b88d433ad0f67609f03dbce754e77 | 11 | ansible-base/roles/install-dopy-fork | 354 | [
"no_license"
] | [
{
"path": "ansible-base/roles/install-dopy-fork/tasks/main.yml",
"content": "---\n- name: Download dopy fork source\n get_url: url=https://github.com/mjtieman/dopy/archive/master.zip dest=/home/droplet-user owner=droplet-user group=droplet-user mode=0755\n\n- name: Unzip the dopy source\n unarchive: src=/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | acamino/raccoon | 0416bb9855caa78686017b6cbd8c5ba0cbf6d69a | 0 | roles/git | 354 | [
"no_license"
] | [
{
"path": "roles/git/templates/config.j2",
"content": "{% for section, config in git.items() %}\n[{{ section }}]\n{% for key, value in config.items() %}\n {{ key }} = {{ value }}\n{% endfor %}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
},
{
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1017,
"all_permissive": false
} |
ansible_role | acamino/raccoon | 0416bb9855caa78686017b6cbd8c5ba0cbf6d69a | 0 | roles/nvim | 354 | [
"no_license"
] | [
{
"path": "roles/nvim/files/plugin/lightline.vim",
"content": "let g:lightline = {\n \\ 'colorscheme': 'snazzy',\n \\ }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/nvim/tasks/config.yml",
"content": "---\n- name: Copy ~/.v... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 3609,
"all_permissive": false
} |
ansible_role | acamino/raccoon | 0416bb9855caa78686017b6cbd8c5ba0cbf6d69a | 0 | roles/packages | 354 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/communication.yml",
"content": "---\n- name: Install communication packages via Homebrew Casks\n community.general.homebrew_cask:\n name: \"{{ item }}\"\n with_items:\n - krisp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1373,
"all_permissive": false
} |
ansible_role | acamino/raccoon | 0416bb9855caa78686017b6cbd8c5ba0cbf6d69a | 0 | roles/ssh | 354 | [
"no_license"
] | [
{
"path": "roles/ssh/vars/main.yml",
"content": "---\nssh_dir: \"~/.ssh\"\nssh_config_dir: \"{{ ssh_dir }}/conf.d\"\nssh_sockets_dir: \"{{ ssh_dir }}/sockets\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/ssh/tasks/main.yml",
"conte... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2170,
"all_permissive": false
} |
ansible_role | acamino/raccoon | 0416bb9855caa78686017b6cbd8c5ba0cbf6d69a | 0 | roles/starship | 354 | [
"no_license"
] | [
{
"path": "roles/starship/tasks/packages.yml",
"content": "---\n- name: Install Starship via homebrew\n community.general.homebrew:\n name: \"{{ item }}\"\n with_items:\n - starship\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "roles/s... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | acamino/raccoon | 0416bb9855caa78686017b6cbd8c5ba0cbf6d69a | 0 | roles/tmux | 354 | [
"no_license"
] | [
{
"path": "roles/tmux/handlers/main.yml",
"content": "- name: Reload ~/.tmux.conf\n command: \"/usr/local/bin/zsh -c 'tmux source-file ~/.tmux.conf'\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/tmux/files/tmux.conf",
"content": "s... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1249,
"all_permissive": false
} |
ansible_role | acamino/raccoon | 0416bb9855caa78686017b6cbd8c5ba0cbf6d69a | 0 | roles/zsh | 354 | [
"no_license"
] | [
{
"path": "roles/zsh/files/conf.d/brew.zsh",
"content": "# Homebrew's \"sbin\".\nPATH=\"/usr/local/sbin:$PATH\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 50
},
{
"path": "roles/zsh/files/plugins/xtmux/xtmux.plugin.zsh",
"content": "__xtmux_path_name=\"$... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 7240,
"all_permissive": false
} |
ansible_role | kipit/packer-templates | 3d4ee5bb6f777e9df4f314ba0e1ce76f72aae2e3 | 0 | ansible/roles/vagrant | 354 | [
"no_license"
] | [
{
"path": "ansible/roles/vagrant/tasks/main.yml",
"content": "---\n\n- name: Fix root password for vagrant\n user: name=root password=\"<PASSWORD>/\"\n\n- name: Ensure vagrant user exists\n user: name=vagrant password=\"<PASSWORD>/\" shell=\"/bin/bash\"\n\n- name: Ensure sudo is installed\n apt: pkg=sudo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 846,
"all_permissive": false
} |
ansible_role | Benjamin-Connelly/Provision-OSX | da18e38f2726d6bd0ec1e19ffe19200e306aef1a | 1 | roles/common | 354 | [
"no_license"
] | [
{
"path": "roles/common/handlers/main.yml",
"content": "---\n- name: Refresh Dock\n command: killall Dock\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Symlink my dotfiles\n file: src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | Benjamin-Connelly/Provision-OSX | da18e38f2726d6bd0ec1e19ffe19200e306aef1a | 1 | roles/gitconfig | 354 | [
"no_license"
] | [
{
"path": "roles/gitconfig/tasks/config.yml",
"content": "---\n\n- name: Configure .gitconfig file\n template:\n src=gitconfig.j2\n dest=~/.gitconfig\n when: git_config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/gitconfig/task... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1501,
"all_permissive": false
} |
ansible_role | Benjamin-Connelly/Provision-OSX | da18e38f2726d6bd0ec1e19ffe19200e306aef1a | 1 | roles/osx | 354 | [
"no_license"
] | [
{
"path": "roles/osx/tasks/pip.yml",
"content": "---\n- name: Install PIP packages\n pip: name={{ item }}\n with_items:\n - fabric\n - flake8\n - howdoi\n - ipython\n - mycli\n - pylint\n - pythonpy\n - speedtest-cli\n - termrule\n - virtualenv\n - virtualenvwrapper\n",
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1845,
"all_permissive": false
} |
ansible_role | vsylvest/Master-Network-Config | ef09754c874533b23560f8cc86ef113d32af5c0f | 0 | roles/ansible-gitpull-deploy | 354 | [
"no_license"
] | [
{
"path": "roles/ansible-gitpull-deploy/tasks/pull.yml",
"content": "---\n\n- name: Does our repo already exist locally?\n stat:\n path: \"/tmp/{{ gitpush_local_repo_path }}\"\n register: git_remote_repo_stat\n\n- name: Clone repo\n git:\n repo: \"{{ git_remote_repo_path }}\"\n dest: \"{{ git_ch... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2241,
"all_permissive": false
} |
ansible_role | vsylvest/Master-Network-Config | ef09754c874533b23560f8cc86ef113d32af5c0f | 0 | roles/ansible-gitpush-deploy | 354 | [
"no_license"
] | [
{
"path": "roles/ansible-gitpush-deploy/tasks/main.yml",
"content": "---\n#- include: packages.yml\n- include: repoconf.yml\n- include: push.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/ansible-gitpush-deploy/tasks/push.yml",
"co... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 610,
"all_permissive": false
} |
ansible_role | marvinren/iot_ansible | cb03ffdffb25745c0c29be9d6723b730c93c8df9 | 0 | roles/elastic.elasticsearch | 354 | [
"no_license"
] | [
{
"path": "roles/elastic.elasticsearch/tasks/elasticsearch-ik.yml",
"content": "---\n- name: Download ik plugin\n get_url:\n url: https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.4.0/elasticsearch-analysis-ik-6.4.0.zip\n dest: /usr/share/elasticsearch/plugins/elasticsearch-ana... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | marvinren/iot_ansible | cb03ffdffb25745c0c29be9d6723b730c93c8df9 | 0 | roles/elasticsearch.ik | 354 | [
"no_license"
] | [
{
"path": "roles/elasticsearch.ik/tasks/main.yml",
"content": "---\n- name: Download ik plugin\n get_url:\n url: https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v6.4.0/elasticsearch-analysis-ik-6.4.0.zip\n dest: /opt/elasticsearch-analysis-ik-6.4.0.zip\n\n- name: unarchieve zip ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 580,
"all_permissive": false
} |
ansible_role | marvinren/iot_ansible | cb03ffdffb25745c0c29be9d6723b730c93c8df9 | 0 | roles/geerlingguy.mysql | 354 | [
"no_license"
] | [
{
"path": "roles/geerlingguy.mysql/tasks/replication.yml",
"content": "---\n- name: Ensure replication user exists on master.\n mysql_user:\n name: \"{{ mysql_replication_master_user }}\"\n host: \"{{ mysql_replication_master_host | default('%') }}\"\n password: \"{{ <PASSWORD>replication_master_p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2035,
"all_permissive": false
} |
ansible_role | marvinren/iot_ansible | cb03ffdffb25745c0c29be9d6723b730c93c8df9 | 0 | roles/oneproxy | 354 | [
"no_license"
] | [
{
"path": "roles/oneproxy/tasks/main.yml",
"content": "---\n- include_tasks: doublemaster.yml\n- include_tasks: oneproxy.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/oneproxy/templates/startup.sh.j2",
"content": "#/bin/bash\n#\nexp... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4721,
"all_permissive": false
} |
ansible_role | marvinren/iot_ansible | cb03ffdffb25745c0c29be9d6723b730c93c8df9 | 0 | roles/renzq.mysql.import | 354 | [
"no_license"
] | [
{
"path": "roles/renzq.mysql.import/tasks/main.yml",
"content": "---\n- name: Copy the sql file to remote host.\n copy: \n src: \"{{ role_path }}/files/{{item}}\"\n dest: \"/tmp\"\n with_items:\n - geic_manage.sql\n - geic_region.sql\n\n- name: Import geic_manage sql files\n mysql_db:\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | marvinren/iot_ansible | cb03ffdffb25745c0c29be9d6723b730c93c8df9 | 0 | roles/sshkey | 354 | [
"no_license"
] | [
{
"path": "roles/sshkey/tasks/main.yml",
"content": "--- \n- name: install sshkey \n authorized_key: user=root key=\"{{ lookup('file', '~/.ssh/id_rsa.pub')}}\" state=present\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | Phantom-Intruder/infrastructure-configs | 9ab03a9b3581b992fd6193dfa2849d27eae9d536 | 0 | ansible/jenkins/roles/base | 354 | [
"no_license"
] | [
{
"path": "ansible/jenkins/roles/base/tasks/main.yaml",
"content": "- name: add ssh key for jenkins\n tags: always\n authorized_key:\n user: jenkins\n key: \"<KEY>\"\n\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | Phantom-Intruder/infrastructure-configs | 9ab03a9b3581b992fd6193dfa2849d27eae9d536 | 0 | ansible/jenkins/roles/master | 354 | [
"no_license"
] | [
{
"path": "ansible/jenkins/roles/master/tasks/main.yaml",
"content": "- name: Add jenkins apt key\n apt_key:\n url: \"https://pkg.jenkins.io/debian-stable/jenkins.io.key\"\n state: present\n\n- name: Add Jenkins repository\n apt_repository:\n repo: \"deb http://pkg.jenkins.io/debian-stable binary... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1195,
"all_permissive": false
} |
ansible_role | Phantom-Intruder/infrastructure-configs | 9ab03a9b3581b992fd6193dfa2849d27eae9d536 | 0 | ansible/jenkins/roles/slave | 354 | [
"no_license"
] | [
{
"path": "ansible/jenkins/roles/slave/tasks/main.yaml",
"content": "- name: Add maven\n apt:\n name: maven\n state: present\n\n- name: Add alien\n apt:\n name: alien\n state: present\n\n- name: Download sql basic\n ansible.builtin.get_url:\n url: https://download.oracle.com/otn_software/l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1308,
"all_permissive": false
} |
ansible_role | mwadman/dnsmasq_roles | f449f517ce7c43fdcb80916e171e811893fefb3c | 0 | roles/dnsmasq | 354 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Installs and configures dnsmasq.\n license: \"MIT\"\n min_ansible_version: \"2.16\"\n galaxy_tags:\n - \"linux\"\n platforms:\n - name: EL\n versions:\n - all\n - name: Fedora\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4335,
"all_permissive": false
} |
ansible_role | matsuren/dotfiles | fff8b9cacb30bd5afb9b279ccf7a0bfb56416225 | 0 | playbooks/roles/common | 354 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "---\n- name: Ensure XKBOPTIONS is set in /etc/default/keyboard\n ansible.builtin.lineinfile:\n path: /etc/default/keyboard\n regexp: '^XKBOPTIONS='\n line: 'XKBOPTIONS=\"ctrl:nocaps\"'\n state: present\n backup: yes\n\n- name: In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 463,
"all_permissive": false
} |
ansible_role | matsuren/dotfiles | fff8b9cacb30bd5afb9b279ccf7a0bfb56416225 | 0 | playbooks/roles/fonts | 354 | [
"no_license"
] | [
{
"path": "playbooks/roles/fonts/tasks/main.yml",
"content": "---\n- name: Ensure font directory exists\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.local/share/fonts\"\n state: directory\n mode: '0755'\n\n- name: Download Nerd Font (Droid Sans Mono)\n ansible.builtin.get_url:\n u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 541,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/apache-hadoop/roles/download | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/apache-hadoop/roles/download/tasks/scala.yml",
"content": "---\n- name: Create Scala Download location\n file:\n path: \"{{ scala_local_dir }}\"\n state: directory\n mode: 0755\n\n- name: Check if Scala is available locally\n stat: path=\"{{ scala_local_path }}\... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4294,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/apache-hadoop/roles/hadoop | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/apache-hadoop/roles/hadoop/templates/resourcemanager-service.j2",
"content": "[Unit]\nDescription=Hadoop resourcemanager\nAfter=network.target\nRequires=namenode.service\nRequires=datanode.service\n\n[Service]\nType=forking\nUser=hadoop\nGroup=hadoop\nPermissionsStartOnly=... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 25,
"total_bytes": 22861,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/apache-hadoop/roles/hive | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/apache-hadoop/roles/hive/templates/monit-hive-server2.j2",
"content": "check process hiveserver2 matching \"org\\.apache\\.hive\\.service\\.server\\.HiveServer2\"\nstart program \"/bin/systemctl start hiveserver2\"\n#stop program \"/bin/systemctl stop hiveserver2\"\ndepend... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 12317,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/apache-hadoop/roles/prep | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/apache-hadoop/roles/prep/tasks/prep.yml",
"content": "---\n- name: Creating User\n user:\n name: \"{{ hadoop_user }}\"\n state: present\n generate_ssh_key: yes\n shell: /bin/bash\n\n- name: Remove previous Vars\n lineinfile:\n dest: \"/home/{{ hadoop_user ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1439,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/apache-hadoop/roles/scala | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/apache-hadoop/roles/scala/templates/scala.j2",
"content": "export SCALA_HOME={{ hadoop_dir }}/{{ scala_expended_version }}'\nexport PATH=$SCALA_HOME/bin:$PATH'\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/apache-hadoop/roles/spark | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/apache-hadoop/roles/spark/templates/monit-spark-master.j2",
"content": "check process spark-master matching \"org\\.apache\\.spark\\.deploy\\.master\\.Master\"\nstart program \"/bin/systemctl start spark-master\"\n#stop program \"/bin/systemctl stop spark-master\"\ndepends... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 10499,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/apache-hadoop/roles/startHadoopService | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/apache-hadoop/roles/startHadoopService/templates/service-start-cluster.j2",
"content": "#!/bin/bash\n# file: Service-start-cluster.sh\n# Purpose: This script will start the entire Hadoop cluster\n\nsource /etc/profile\n\n/bin/bash \"{{ hadoop_services_dir }}/service-all-ha... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3132,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/apache-hadoop/roles/startServices | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/apache-hadoop/roles/startServices/tasks/main.yml",
"content": "---\n\n- name: Start namenode service\n service:\n name: namenode\n state: started\n \n- name: Start datanode service\n service:\n name: datanode\n state: started\n\n- name: Start secondary nameno... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/apache-hadoop/roles/stopServices | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/apache-hadoop/roles/stopServices/tasks/main.yml",
"content": "---\n\n- name: Stop Monit \n service:\n name: monit\n state: stopped\n when: setup_monit\n\n- name: Stop namenode service\n service:\n name: namenode\n state: stopped\n \n- name: Stop datanode ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1077,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/machine-setup/roles/nodejs | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/machine-setup/roles/nodejs/vars/main.yml",
"content": "---\nnodestat: \"{{ stat_dir }}/node-stat\"\nnode_profile_path: /etc/profile.d/nodejs.sh\nnode_install_path: /opt/nodejs\nnode_expanded_version: \"node-v{{ node_version }}-linux-x64\"\nnode_archive: \"{{ node_expanded_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4878,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/machine-setup/roles/phantomjs | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/machine-setup/roles/phantomjs/tasks/main.yml",
"content": "---\n\n- name: Check if PhantomJs module executed\n stat: path={{ phantomjsstat }}\n register: phantomjsstatflag\n\n\n- block:\n - include: download.yml\n environment:\n \"{{ proxy_env }}\"\n\n - name: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1889,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/machine-setup/roles/postgresql | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/machine-setup/roles/postgresql/tasks/install.yml",
"content": "---\n\n- name: Install Postgresql\n package: name={{ item }} state=latest\n with_items: \"{{ postgresql_packages }}\"\n\n\n- name: Postgresql initdb (CentOS 6)\n shell: service postgresql initdb\n args:\n ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 8230,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/machine-setup/roles/python_pkgs | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/machine-setup/roles/python_pkgs/files/requirements.txt",
"content": "# pip packages\nfutures\ngunicorn==19.9.0\nsetproctitle==1.1.8\nFlask\nJinja2\nWerkzeug\nsimplejson==3.6.5\nrequests\nPyYaml\nmodgrammar-py2==0.9.1\nsix\npbr==1.10.0\nargparse==1.4.0\nimportlib==1.0.4\nli... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2558,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/machine-setup/roles/redis | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/machine-setup/roles/redis/tasks/main.yml",
"content": "---\n- include_vars: debian.yml\n when: ansible_os_family == 'Debian'\n\n- include_vars: redhat.yml\n when: ansible_os_family == 'RedHat'\n\n- include: install.yml\n- include: configure.yml\n- include: service.yml\n\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3231,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/machine-setup/roles/sqlite | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/machine-setup/roles/sqlite/templates/sqlite_path.j2",
"content": "export SQLITE_HOME={{ sqlite_install_path }}/sqlite-tools-linux-x64-3260000\nexport PATH=$SQLITE_HOME:$PATH\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 579,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/R | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/R/vars/gpgkey_xenial.yml",
"content": "---\ngpg_key: <KEY>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "scripts/ansible-scripts/prerequisite/roles/R/tasks/main.yml",
"content": "---\n\n... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4109,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/downloads | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/downloads/tasks/anaconda.yml",
"content": "---\n- name: Create Anaconda Download location\n file:\n path: \"{{ anaconda_local_dir }}\"\n state: directory\n mode: 0755\n\n- name: Check if Anaconda is available locally\n stat: path=\"{{ anaconda... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5696,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/git | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/git/tasks/git.yml",
"content": "---\n- name: Remove git if present\n file: path={{ git_install_path }} state=absent\n\n- name: Create Git Dir\n file: path={{ git_install_path }} state=directory\n\n- name: Extract Git\n unarchive: src={{ git_local_path... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1432,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/google-chrome | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/google-chrome/templates/RedHat_chrome_repo.j2",
"content": "[google-chrome]\nname=google-chrome\nbaseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64\nenabled=1\ngpgcheck=1\nskip_if_unavailable = 1\nkeepcache = 0\n",
"license_type": "no_licens... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2048,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/jdk | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/jdk/tasks/java.yml",
"content": "---\n\n#Install Java\n\n- name: install java for centos\n package: name={{item}} state=present\n with_items:\n - java-1.8.0-openjdk.x86_64\n - java-1.8.0-openjdk-devel.x86_64\n when: ansible_os_family == 'RedHat'... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2846,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/monit | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/monit/vars/main.yml",
"content": "---\nmonitstat: \"{{ stat_dir }}/monit-stat\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "scripts/ansible-scripts/prerequisite/roles/monit/tasks/main.yml"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1957,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/pip | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/pip/tasks/check-pip.yml",
"content": "---\n# Check pip status\n- name: Check if pip module executed\n stat: path={{ pipstats }}\n register: pipstatsFlag\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1791,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/prep | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/prep/templates/build_version.j2",
"content": "#jinja2: trim_blocks: \"true\", lstrip_blocks: \"false\"\nBuild version: {{ build_name_}}-{{ build_version_}}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5527,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/python | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/python/tasks/prep.yml",
"content": "---\n# Check Python packages download directory\n- stat: path={{ python_pkgs_download_dir }}\n register: python_pkgs_path\n\n- name: Remove temporary loaction for downloading Python\n file: path={{ python_pkgs_downlo... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 4602,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/prerequisite/roles/q | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/prerequisite/roles/q/vars/main.yml",
"content": "---\nq_install_path: /opt/q\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "scripts/ansible-scripts/prerequisite/roles/q/tasks/main.yml",
"content": "---\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 763,
"all_permissive": false
} |
ansible_role | datacell/bigdatabase | a80000a79a79ade2969748b684c9441edf28ff9e | 1 | scripts/ansible-scripts/webserver/roles/webserver | 354 | [
"no_license"
] | [
{
"path": "scripts/ansible-scripts/webserver/roles/webserver/tasks/main.yml",
"content": "---\n- include: user.yml\n- include: hdfs.yml\n become: true\n become_user: \"{{ hadoop_user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "scripts/... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1672,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/certbot_installed | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/certbot_installed/tasks/setup_certs.yml",
"content": " - name: Setup certs\n become: true\n block:\n - name: Get cert {{ item.name }} (automatic)\n ansible.builtin.command:\n cmd: /root/.local/bin/certbot run -d {{ item.name }} --nginx --non-interactive... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3406,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/chocolatey | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/chocolatey/tasks/main.yml",
"content": "- name: Install chocolatey apps\n win_chocolatey:\n name: '{{ item }}'\n state: latest\n with_items:\n - 7zip\n - audacity\n - audacity-ffmpeg\n - audacity-lame\n - barrier\n - dbeaver\n - chromedri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1284,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/cloudflare_tunnel | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/cloudflare_tunnel/templates/docker-compose.yml.j2",
"content": "version: '2.0'\nservices:\n tunnel:\n image: cloudflare/cloudflared:latest\n pull_policy: if_not_present\n command: [\"tunnel\", \"--no-autoupdate\", \"run\", \"--token\", \"{{ cloudflare_tunnel_token }}\", ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1350,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/cloudflare_warp_installed | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/cloudflare_warp_installed/tasks/Debian.yml",
"content": "- name: install warp deps\n become: true\n block:\n - name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - softwar... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1594,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/cloudflareddns | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/cloudflareddns/templates/cloudflare-update-dns-ip.j2",
"content": "#!/bin/bash\n## change to \"bin/sh\" when necessary\n\n: '\nMIT License\n\nCopyright (c) 2020 <NAME>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 10156,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/contact_form_server | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/contact_form_server/tasks/main.yml",
"content": "- name: Sync contact form repo\n become: true\n block:\n - name: Make sure dir exists\n ansible.builtin.file:\n path: '{{ contact_form_server_git_repo_path | dirname }}'\n owner: root\n group: root\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2378,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/data_buddy | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/data_buddy/tasks/_smb_share.yml",
"content": "- name: Setup SMB share\n become: true\n block:\n - name: Install samba requirements\n ansible.builtin.apt:\n name: samba\n state: present\n update_cache: true\n cache_valid_time: '{{ 3600 * 24 }}'... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 10796,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/dhcp_server | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/dhcp_server/tasks/main.yml",
"content": "- name: Handle Debian\n import_tasks: debian.yml\n when: ansible_facts['os_family']|lower == 'debian'\n\n- name: Disable systemd-resolved\n become: true\n ansible.builtin.block:\n - name: Stop and disable systemd-resolved\n ansible.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1464,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/directory_owners_configured | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/directory_owners_configured/tasks/main.yml",
"content": "- name: Setup directories\n become: true\n block:\n - name: Loop...\n ansible.builtin.include_tasks: config_directory.yml\n loop: '{{ directories }}'\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1088,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/dns_masq | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/dns_masq/tasks/main.yml",
"content": "- name: Handle Debian\n include_tasks: '{{ ansible_os_family }}.yml'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "playbooks/roles/dns_masq/tasks/_backup_config.yml",
"conten... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1992,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/dns_masq_adblocker | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/dns_masq_adblocker/tasks/main.yml",
"content": "# - name: Setup pycurl\n# become: true\n# block:\n# - name: Ensure system requirements are installed\n# ansible.builtin.apt:\n# name: python3-requests\n# state: present\n# - name: Copy py-curl script... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4536,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/dns_server | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/dns_server/meta/main.yml",
"content": "dependencies:\n - role: dns_masq\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "playbooks/roles/dns_server/tasks/main.yml",
"content": "- name: Set dnsmasq to ignore /etc/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1535,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/docker | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker/tasks/main.yml",
"content": "- name: Handle Debian\n include_tasks: '{{ ansible_os_family }}.yml'\n\n# - name: Install Docker Module for Python\n# apt:\n# name: python3-docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 149
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1373,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/drives_unlock_with_tpm2 | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/drives_unlock_with_tpm2/defaults/main.yml",
"content": "_drives_unlock_with_tpm2__fde_pass: '{{ drives_unlock_with_tpm2__fde_pass | mandatory }}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
},
{
"path": "playbooks/roles/drives_un... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2316,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/git_installed | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/git_installed/tasks/Linux.yml",
"content": "- name: Ensure Git is installed\n ansible.builtin.package:\n name: git\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "playbooks/roles/git_installed/ta... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/homelab_proxy | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/homelab_proxy/tasks/debian.yml",
"content": "\n- name: Install Docker\n include_role:\n name: docker\n\n- name: Setup www root\n become: true\n block:\n - name: www root location exists\n file:\n path: /mounts/web\n state: directory\n - name: fstab file mount ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3448,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/immich | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/immich/templates/nginx.site.j2",
"content": "# based on https://web.archive.org/web/20250523022831/https://immich.app/docs/administration/reverse-proxy/\nserver {\n server_name {{ immich_domain_name }};\n listen 80;\n\n # allow large file uploads\n client_max_body_size... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5027,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/kitchen_owl | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/kitchen_owl/tasks/main.yml",
"content": "# ✓ 1. compose file\n- name: Setup Compose file\n become: true\n block:\n - name: Setup folder\n ansible.builtin.file:\n path: '{{ kitchen_owl_site_dir }}'\n state: directory\n - name: Setup Compose file\n notify: Restar... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2205,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/linux_core | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/linux_core/tasks/debian.yml",
"content": "- name: Install utilities\n ansible.builtin.apt:\n pkg: \n - python3\n - python3-pip\n - nano\n - tmux\n - wget\n - curl\n - fzf\n - git\n - tree\n state: latest\n update_cache: true\n become: true\n",... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1610,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/linux_desktop | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/linux_desktop/tasks/main.yml",
"content": "- name: Handle Debian\n import_tasks: debian.yml\n when: ansible_facts['os_family']|lower == 'debian'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "playbooks/roles/linux_d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3718,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/nginx | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx/tasks/_setup_ban_monitor.yml",
"content": "- name: Create Update update_block_lists script\n template:\n src: update_block_lists.sh.j2\n dest: /usr/bin/update-block-lists\n owner: root\n mode: u=rwx,g=rx,o=rx\n register: update_script\n- name: Setup cronjob\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 25366,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/nginx_minimal | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/nginx_minimal/tasks/Debian.yml",
"content": "# Make sure apache is not...\n- name: Remove apache2 (if present)\n become: true\n block:\n - name: Stop/disable apache\n ansible.builtin.systemd:\n name: apache2\n state: stopped\n enabled: false\n - n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2845,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/node_host | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/node_host/tasks/main.yml",
"content": "- name: Install nvm\n ansible.builtin.shell: >\n curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash\n args:\n creates: \"{{ ansible_env.HOME }}/.nvm/nvm.sh\"\n\n- name: installing node versions using loop\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 485,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/portainer_agent | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/portainer_agent/tasks/main.yml",
"content": "- name: Tempalte services file\n become: true\n block:\n - name: Make sure dir exists\n ansible.builtin.file:\n path: '{{ config_dir }}'\n state: directory\n - name: Setup compose file\n ansible.builtin.template:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 806,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/putty | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/putty/tasks/main.yml",
"content": "- name: Include host mapping vars\n # sessions:\n # - name: <name>\n # hostName: <user>@<hostname>\n # # optional: portNumber: <port>\n # # optional: PubKey: '.ssh/<key name>'\n # # optional: Protocol: <ssh>\n ansible.builtin.inclu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/pyenv-win | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/pyenv-win/tasks/main.yml",
"content": "\n- name: Setup and configure pyenv-win\n environment:\n PATH: '{{ ansible_env.USERPROFILE }}/.pyenv/pyenv-win/bin;{{ ansible_env.USERPROFILE }}/.pyenv/pyenv-win/shims;{{ ansible_env.Path }}'\n block:\n - name: Add Pyenv-win to path\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1053,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/python | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/python/tasks/debian.yml",
"content": "- name: Install build tools\n ansible.builtin.apt:\n pkg: \n - make\n - git-all\n - build-essential\n state: latest\n update_cache: true\n become: true\n\n- name: Install python3\n ansible.builtin.apt:\n pkg: \n - py... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/rclone_backup | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/rclone_backup/meta/main.yml",
"content": "dependencies:\n - role: rclone_installed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "playbooks/roles/rclone_backup/vars/main.yml",
"content": "rclone_backup_config_file... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 5824,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/rclone_installed | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/rclone_installed/tasks/main.yml",
"content": "- name: Install system requirements\n become: true\n ansible.builtin.package:\n name: unzip\n state: present\n\n- name: Download and install rclone\n become: true\n block:\n - name: Make sure download dir exists\n ans... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 777,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/restream_server | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/restream_server/templates/rtmp_site.j2",
"content": "server {\n listen ${{ rtmp_port }};\n server_name localhost;\n\n # rtmp stat\n location /stat {\n rtmp_stat all;\n rtmp_stat_stylesheet stat.xsl;\n }\n location /stat.xsl {\n root /var/www... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1961,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/sensu_backend | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/sensu_backend/tasks/main.yml",
"content": "- name: Ensure user and dir exists\n become: true\n block:\n - name: Ensure user exists\n ansible.builtin.user:\n name: '{{ sensu_backend__service_user }}'\n - name: Ensure service dir exists\n ansible.builtin.fil... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 28,
"total_bytes": 45123,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/smb_shares_mounted | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/smb_shares_mounted/tasks/Linux.yml",
"content": "- name: Handle OS Specific Family\n ansible.builtin.include_tasks: '{{ ansible_os_family }}.yml'\n\n- name: Mount Shares\n ansible.builtin.include_tasks: _posix_mount.yml\n with_items: '{{ smb_shares_mounted__mounts }}'\n",
"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1241,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/speed_tester | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/speed_tester/tasks/main.yml",
"content": "- name: Handle Debian\n import_tasks: debian.yml\n when: ansible_facts['os_family']|lower == 'debian'\n\n- name: Run iperf3 as daemon\n ansible.builtin.copy:\n dest: /etc/systemd/system/iperf3.service\n content: |\n [Unit]\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/static_ip | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/static_ip/tasks/main.yml",
"content": "- name: Set IP if not provided\n ansible.builtin.set_fact:\n ip_address: \"{{ ip | default('10.20.23.0') }}/24\"\n- name: Set gateway if not provided\n ansible.builtin.set_fact:\n gateway_address: \"{{ gateway | default(ip_address) }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 466,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/system_up_to_date | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/system_up_to_date/vars/main.yml",
"content": "systemd_folder: /etc/systemd/system\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "playbooks/roles/system_up_to_date/tasks/_Debian.yml",
"content": "- name: Run updates... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3262,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/twingate | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/twingate/handlers/main.yml",
"content": "- name: Stop service if running\n listen: Start service\n become: true\n community.docker.docker_compose_v2:\n state: absent\n project_src: '{{ twingate_connector_directory }}'\n\n- name: Start service\n become: true\n community.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3215,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/twingate_service_connection | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/twingate_service_connection/handlers/main.yml",
"content": "- name: Setup Twingate Client\n listen: Start Twingate Client\n become: true\n ansible.builtin.command:\n cmd: twingate setup --headless '{{ twingate_service_config_location }}/service.json'\n- name: Start Twingate ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1936,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/ufw_allow_ssh_on_docker | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/ufw_allow_ssh_on_docker/tasks/main.yml",
"content": "- name: Find Docker network interface\n ansible.builtin.set_fact:\n docker_interfaces: \"{{ ansible_facts | dict2items | selectattr('value.ipv4', 'defined') | map(attribute='value') | list | selectattr('type', 'defined') | s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 886,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/ufw_configured | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/ufw_configured/meta/main.yml",
"content": "dependencies:\n - ufw_installed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "playbooks/roles/ufw_configured/defaults/main.yml",
"content": "ufw_configured_allowed_apps:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2056,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/ufw_installed | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/ufw_installed/defaults/main.yml",
"content": "ufw_installed__allowed_apps:\n - ssh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "playbooks/roles/ufw_installed/tasks/Debian.yml",
"content": "- name: Apt install uf... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1023,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/user_sanity_tools_installed | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/user_sanity_tools_installed/tasks/main.yml",
"content": "- name: Install preferred tools\n become: true\n ansible.builtin.package:\n name:\n - nano\n # - micro\n - curl\n - tree\n - eject\n - dnsutils\n - inetutils-ping\n - rsyslog # tu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | mshafer1/ansible-configs | 7509a1ccddb67e502407f3359d85297d6ab0a7f7 | 2 | playbooks/roles/users_managed | 367 | [
"no_license"
] | [
{
"path": "playbooks/roles/users_managed/tasks/_create_ssh_key.yml",
"content": "- name: Create SSH keys\n community.crypto.openssh_keypair:\n path: '/home/{{ item.name }}/.ssh/id_ed25519'\n type: 'ed25519'\n owner: '{{ item.name }}'\n group: \"{{ item.name }}\"\n mode: '0600'\n register: s... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2164,
"all_permissive": false
} |
ansible_role | linktoakilan/ias-ansible-demo | 9f4ce6541b33bcc00763069ff506f599a0c88704 | 0 | roles/yumpackages | 367 | [
"no_license"
] | [
{
"path": "roles/yumpackages/tasks/main.yml",
"content": "---\n# tasks file for roles/yumpackages\n\n- name: Install OpenJDK8\n yum: name=java-1.8.0-openjdk state=present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
},
{
"path": "roles/yumpackages/defaults/... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | ibrahimbakayoko/aws-devops-journey | a4d4ee5a1338bba596d3d5a929470ff7febd7f7e | 0 | ansible-devopsopenjourney/roles/docker | 367 | [
"no_license"
] | [
{
"path": "ansible-devopsopenjourney/roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n\n- name: Installer les paquets nécessaires\n apt:\n name: \n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 788,
"all_permissive": false
} |
ansible_role | ibrahimbakayoko/aws-devops-journey | a4d4ee5a1338bba596d3d5a929470ff7febd7f7e | 0 | ansible-devopsopenjourney/roles/gitlab-runner | 367 | [
"no_license"
] | [
{
"path": "ansible-devopsopenjourney/roles/gitlab-runner/handlers/main.yml",
"content": "# roles/gitlab_runner/handlers/main.yml\n\n- name: restart gitlab-runner\n service:\n name: gitlab-runner\n state: restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1685,
"all_permissive": false
} |
ansible_role | ibrahimbakayoko/aws-devops-journey | a4d4ee5a1338bba596d3d5a929470ff7febd7f7e | 0 | ansible-devopsopenjourney/roles/k3s | 367 | [
"no_license"
] | [
{
"path": "ansible-devopsopenjourney/roles/k3s/tasks/main.yml",
"content": "---\n- name: Installer K3s (single-node)\n shell: |\n curl -sfL https://get.k3s.io | sh -\n args:\n creates: /usr/local/bin/k3s\n\n- name: Vérifier l’installation de K3s\n command: /usr/local/bin/k3s --version\n register: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.