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 | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-aws-cli | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-aws-cli/tasks/main.yml",
"content": "- include_role:\n name: app-python3\n\n- name: Install AWS CLI\n command: pip3 install awscli --upgrade --user\n args:\n creates: /Users/q438028/Library/Python/*/bin/aws\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 172,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-chrome | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-chrome/tasks/main.yml",
"content": "- homebrew_cask:\n name: google-chrome\n state: present\n\n- name: Create Google Chrome in dock\n shell: dockutil --find 'Google Chrome' || dockutil --add '/Applications/Google Chrome.app'\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-cntlm | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-cntlm/handlers/main.yml",
"content": "- name: restart cntlm\n command: brew services restart cntlm --all\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/app-cntlm/tasks/main.yml",
"content": "- name: \"Install Cntl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 815,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-drawio | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-drawio/tasks/main.yml",
"content": "- homebrew_cask:\n name: drawio\n state: present\n\n\n- name: Create IntelliJ CE in dock\n shell: dockutil --find 'draw.io' || dockutil --add '/Applications/draw.io.app'",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-helm | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-helm/tasks/main.yaml",
"content": "- name: \"Install helm\"\n homebrew:\n name: kubernetes-helm\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-intellij-ce | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-intellij-ce/tasks/main.yml",
"content": "- homebrew_cask:\n name: intellij-idea-ce\n state: present\n\n- name: Create IntelliJ CE in dock\n shell: dockutil --find 'IntelliJ IDEA CE' || dockutil --add '/Applications/IntelliJ IDEA CE.app'\n",
"license_type": "no_license",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 198,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-iterm2 | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-iterm2/tasks/main.yml",
"content": "- homebrew_cask:\n name: iterm2\n state: present\n\n- name: Create iTerm in dock\n shell: dockutil --find 'iTerm' || dockutil --add '/Applications/iTerm.app'\n\n- homebrew:\n name: zsh\n state: present\n\n- homebrew:\n name: zsh-comple... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-jdk | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-jdk/tasks/main.yml",
"content": "- homebrew_tap:\n name: caskroom/versions\n\n- name: Install Java 8\n homebrew_cask:\n name: java8\n state: present\n\n- name: Install Latest Java\n homebrew_cask:\n name: java\n state: present",
"license_type": "no_license",
"de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-jenkinsx | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-jenkinsx/tasks/main.yml",
"content": "- name: Check if caskroom/versions for jenkins-x is installed\n homebrew_tap: tap=jenkins-x/jx state=present\n\n- homebrew_cask:\n name: jenkins-x/jx/jx\n state: present\n\n- name: \"Install Jenkins X\"\n homebrew:\n name: jenkins-x/jx/jx... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-keypassx | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-keypassx/tasks/main.yml",
"content": "- homebrew_cask:\n name: keepassx\n state: present\n\n- name: Create KeePassX in dock\n shell: dockutil --find 'KeePassX' || dockutil --add '/Applications/KeePassX.app'\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-kops | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-kops/tasks/main.yaml",
"content": "- name: \"Install kops\"\n homebrew:\n name: kops\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 69,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-kubectl | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-kubectl/tasks/main.yml",
"content": "- homebrew:\n name: kubectl\n state: present\n\n- name: Install AWS IAM authenticator\n get_url:\n url: https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.11/2018-12-06/bin/darwin/amd64/aws-iam-authenticator\n dest: '{{ ansible_env.HOME ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-maven | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-maven/tasks/main.yml",
"content": "- include_role:\n name: app-sdkman\n\n- name: Install Maven\n shell: source {{ sdkman_dir }}/bin/sdkman-init.sh && sdk install maven\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-minishift | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-minishift/tasks/main.yml",
"content": "- homebrew:\n name: docker-machine-driver-xhyve\n state: present\n\n- name: Fix docker-machine-driver-xhyve ownership\n shell: chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve\n become: true\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 474,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-netbeans | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-netbeans/tasks/main.yml",
"content": "- homebrew_cask:\n name: netbeans\n state: present\n\n- name: Create Neatbeans in dock\n shell: dockutil --find 'NetBeans 8.2' || dockutil --add '/Applications/NetBeans/NetBeans 8.2.app'\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-nodejs | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-nodejs/tasks/main.yml",
"content": "- name: Install NodeJS\n homebrew:\n name: node\n state: present\n\n- name: Link NodeJS\n homebrew:\n name: node\n state: linked\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-packer | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-packer/tasks/main.yaml",
"content": "- name: \"Install Packer\"\n homebrew:\n name: packer\n state: present",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-pentaho-etl | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-pentaho-etl/tasks/main.yml",
"content": "- name: Install Pentaho Data Integration\n homebrew_cask:\n name: data-integration\n state: present\n\n- name: Remove Pentaho from Quarantine\n command: sudo xattr -dr com.apple.quarantine /Applications/Data\\ Integration.app",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-postman | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-postman/tasks/main.yml",
"content": "- homebrew_cask:\n name: postman\n state: present\n\n- name: Create Postman in dock\n shell: dockutil --find 'Postman' || dockutil --add '/Applications/Postman.app'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-pycharm | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-pycharm/tasks/main.yml",
"content": "- homebrew_cask:\n name: pycharm\n state: present\n\n- name: Create PyCharm in dock\n shell: dockutil --find 'PyCharm' || dockutil --add '/Applications/PyCharm.app'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-pycharm-ce | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-pycharm-ce/tasks/main.yml",
"content": "- homebrew_cask:\n name: pycharm-ce\n state: present\n\n- name: Create PyCharm CE in dock\n shell: dockutil --find 'PyCharm CE' || dockutil --add '/Applications/PyCharm CE.app'\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-python3 | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-python3/tasks/main.yml",
"content": "- name: Install Python\n homebrew:\n name: python3\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 72,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-sbt | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-sbt/tasks/main.yml",
"content": "- include_role:\n name: app-sdkman\n\n- name: Install SBT\n shell: source {{ sdkman_dir }}/bin/sdkman-init.sh && sdk install sbt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 129,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-sdkman | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-sdkman/tasks/main.yml",
"content": "- name: Install SDKMAN!\n shell: curl -s \"https://get.sdkman.io\" | bash\n args:\n creates: '{{ ansible_env.HOME + \"/.sdkman\" }}'\n\n- name: Determine SDKMAN vars\n set_fact:\n sdkman_dir: '{{ ansible_env.HOME + \"/.sdkman\" }}'\n",
"l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-slack | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-slack/tasks/main.yml",
"content": "- homebrew_cask:\n name: slack\n state: present\n\n- name: Create Slack in dock\n shell: dockutil --find 'Slack' || dockutil --add '/Applications/Slack.app'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 159... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-sourcetree | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-sourcetree/tasks/main.yml",
"content": "- homebrew_cask:\n name: sourcetree\n state: present\n\n- name: Create SourceTree in dock\n shell: dockutil --find 'SourceTree' || dockutil --add '/Applications/SourceTree.app'\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-spotify | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-spotify/tasks/main.yml",
"content": "- homebrew_cask:\n name: spotify\n state: present\n\n- name: Create Spotify in dock\n shell: dockutil --find 'Spotify' || dockutil --add '/Applications/Spotify.app'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-tomighty | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-tomighty/tasks/main.yml",
"content": "- homebrew_cask:\n name: tomighty\n state: present\n\n- name: Create Tomighty in dock\n shell: dockutil --find 'Tomighty' || dockutil --add '/Applications/Tomighty.app'\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 171,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-virtualbox | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-virtualbox/tasks/main.yml",
"content": "- homebrew_cask:\n name: virtualbox\n state: present\n\n- homebrew_cask:\n name: virtualbox-extension-pack\n state: present\n\n- name: Create VirtualBox in dock\n shell: dockutil --find 'VirtualBox' || dockutil --add '/Applications/Vi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-visual-studio-code | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-visual-studio-code/tasks/main.yml",
"content": "- homebrew_cask:\n name: visual-studio-code\n state: present\n\n- name: Create Visual Studio Code in dock\n shell: dockutil --find 'Visual Studio Code' || dockutil --add '/Applications/Visual Studio Code.app'\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-vlc | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-vlc/tasks/main.yml",
"content": "- homebrew_cask:\n name: vlc\n state: present\n\n- name: Create VLC in dock\n shell: dockutil --find 'VLC' || dockutil --add '/Applications/VLC.app'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 151
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 151,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-xmind | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-xmind/tasks/main.yml",
"content": "- homebrew_cask:\n name: xmind\n state: present\n\n- name: Create XMind in dock\n shell: dockutil --find 'Xmind' || dockutil --add '/Applications/Xmind.app'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 159... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/app-yarn | 7,676 | [
"no_license"
] | [
{
"path": "roles/app-yarn/tasks/main.yml",
"content": "- name: Install Yarn v8\n homebrew:\n name: yarn\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/developer-java | 7,676 | [
"no_license"
] | [
{
"path": "roles/developer-java/tasks/main.yml",
"content": "- include_role:\n name: app-sdkman\n\n#- name: Check if caskroom/versions is installed\n# homebrew_tap: tap=caskroom/versions state=present\n\n- include_role:\n name: app-jdk\n\n- name: Install jEnv\n homebrew:\n name: jenv\n state: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 607,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/developer-python | 7,676 | [
"no_license"
] | [
{
"path": "roles/developer-python/tasks/main.yml",
"content": "- include_role:\n name: app-python3\n\n- name: Install virtualenv\n command: pip3 install virtualenv\n\n- name: Install virtualenvwrapper\n command: pip3 install virtualenvwrapper\n\n- include_role:\n name: app-pycharm\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/developer-scala | 7,676 | [
"no_license"
] | [
{
"path": "roles/developer-scala/tasks/main.yml",
"content": "- include_role:\n name: app-sdkman\n\n- name: Install Scala\n shell: source {{ sdkman_dir }}/bin/sdkman-init.sh && sdk install scala\n\n- include_role:\n name: app-sbt\n\n- include_role:\n name: app-intellij-ce\n",
"license_type": "... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 211,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/macos.settings | 7,676 | [
"no_license"
] | [
{
"path": "roles/macos.settings/tasks/main.yml",
"content": "- name: \"Finder: Enables ethernet for AirDrop\"\n command: defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1\n\n- name: \"Finder: show all filename extensions\"\n command: defaults write NSGlobalDomain AppleShowAllExtensions -bool t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1517,
"all_permissive": false
} |
ansible_role | fbdo/macos-playbook | fd13ed505949c3843b793cab9fdc6aefe99b745c | 0 | roles/my-dock | 7,676 | [
"no_license"
] | [
{
"path": "roles/my-dock/tasks/main.yml",
"content": "---\n- name: Set whether the Dock automatically hides\n osx_defaults:\n domain: com.apple.dock\n key: autohide\n type: bool\n value: true\n\n- name: Remove all crap from Dock\n shell: dockutil --remove '{{ item }}'\n ignore_errors: true\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 762,
"all_permissive": false
} |
ansible_role | srgovin29/scb-ontap-deploy | a8cf64e4f62f412a64ff9f14bc3641a577c60c7b | 0 | roles/ontap_cluster | 7,676 | [
"no_license"
] | [
{
"path": "roles/ontap_cluster/tasks/deploy_8_node_cluster.yml",
"content": "# roles/ontap_cluster/tasks/deploy_1_node_cluster.yml\n\n---\n- name: Deploy 8-node ONTAP cluster\n hosts: cluster_nodes\n tasks:\n - name: Deploying 8-node cluster\n debug:\n msg: \"Deploying 8-node ONTAP cluster ... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1863,
"all_permissive": false
} |
ansible_role | srgovin29/scb-ontap-deploy | a8cf64e4f62f412a64ff9f14bc3641a577c60c7b | 0 | roles/ontap_select_deploy | 7,676 | [
"no_license"
] | [
{
"path": "roles/ontap_select_deploy/defaults/main.yml",
"content": "---\nontap_select_image: \"path_to_ontap_select_image\"\nontap_cluster_name: \"ONTAP_Cluster\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/ontap_select_deploy/tasks/main... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | srgovin29/scb-ontap-deploy | a8cf64e4f62f412a64ff9f14bc3641a577c60c7b | 0 | roles/prepare_vmware | 7,676 | [
"no_license"
] | [
{
"path": "roles/prepare_vmware/tasks/main.yml",
"content": "# roles/prepare_vmware/tasks/main.yml\n\n---\n- name: Create resource pool\n vmware_resource_pool:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n datacenter: \"{{ datac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 628,
"all_permissive": false
} |
ansible_role | rdo-infra/rdo-container-registry | 443df4ba3dbb582a7ec670ddf23d1b868d2958b1 | 4 | roles/host-preparation | 7,676 | [
"no_license"
] | [
{
"path": "roles/host-preparation/tasks/main.yml",
"content": "---\n# Copyright Red Hat, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5580,
"all_permissive": false
} |
ansible_role | rdo-infra/rdo-container-registry | 443df4ba3dbb582a7ec670ddf23d1b868d2958b1 | 4 | roles/projects-creation | 7,676 | [
"no_license"
] | [
{
"path": "roles/projects-creation/tasks/rdo.yml",
"content": "---\n# Copyright Red Hat, Inc. All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# a copy of the License at\n#... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5457,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/cassandra-cleandata | 7,676 | [
"no_license"
] | [
{
"path": "roles/cassandra-cleandata/tasks/main.yaml",
"content": " - name: Stop node\n service: name=dse state=stopped\n\n - name: Install wget\n shell: rm -rf /var/lib/cassandra/*\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 119
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 119,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/common | 7,676 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": " - name: Install NTP\n yum: name=ntp state=present update_cache=yes\n\n - name: Install wget\n yum: name=wget state=present update_cache=yes\n\n - name: Install nano\n yum: name=nano state=present update_cache=yes",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 218,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/datastax-agent | 7,676 | [
"no_license"
] | [
{
"path": "roles/datastax-agent/tasks/main.yaml",
"content": "- name: Install Datastax agents\n yum: name=datastax-agent state=present update_cache=yes \n\n- name: Copy address.yaml template\n action: template src=conf/address.yaml dest=/var/lib/datastax-agent/conf/address.yaml",
"license_type": "no_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 243,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/datastax-yum-repo | 7,676 | [
"no_license"
] | [
{
"path": "roles/datastax-yum-repo/tasks/main.yaml",
"content": "- name: Add Datastax yum repository\n action: template src=conf/datastax-{{datastax_distribution}}.repo dest=/etc/yum.repos.d/datastax-{{datastax_distribution}}.repo",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 165,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/dns | 7,676 | [
"no_license"
] | [
{
"path": "roles/dns/templates/conf/hosts",
"content": "\n# Cluster\n10.240.0.13 dc1-opsc dc1-opsc.killrlog.datastax.com\n10.240.0.2 dc1-analytics1 dc1-analytics1.killrlog.datastax.com\n10.240.0.2 dc1-analytics2 dc1-analytics2.killrlog.datastax.com\n10.240.0.3 dc1-analytics3 dc1-analytics3.killrlog.datastax... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 498,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/dsc-cassandra | 7,676 | [
"no_license"
] | [
{
"path": "roles/dsc-cassandra/templates/sh/tune-sys.sh",
"content": "#!/usr/bin/env bash\necho deadline > /sys/block/vda/queue/scheduler\necho 0 > /proc/sys/vm/zone_reclaim_mode\n\n# readadhead to 64 \nblockdev --setra 64 /dev/vda1\n\n# swap off\necho 1 > /proc/sys/vm/swappiness\nswapoff --all\n\n\n# user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1099,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/dse | 7,676 | [
"no_license"
] | [
{
"path": "roles/dse/tasks/main.yaml",
"content": "- name: Install DSE\n yum: name=dse-full state=present update_cache=yes\n\n- name: Create shell script for os tuning\n action: template src=sh/tune-sys.sh dest=/tmp/tune-sys.sh mode=750\n\n- name: Tune OS\n action: shell /tmp/tune-sys.sh\n\n- name: Copy ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 639,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/java | 7,676 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yaml",
"content": "- name: Download JDK 8\n command: \"wget -q -O /tmp/jdk-8u5-linux-x64.tar.gz --no-check-certificate --no-cookies --header 'Cookie: oraclelicense=accept-securebackup-cookie' {{download_url}} creates={{java_archive}}\"\n\n- name: Unpack archive\n command: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/kafka | 7,676 | [
"no_license"
] | [
{
"path": "roles/kafka/tasks/main.yaml",
"content": "- name: Download Kafka tarball\n get_url: url=http://apache.crihan.fr/dist/kafka/0.8.2.2/kafka_2.10-0.8.2.2.tgz dest=/tmp/kafka_2.10-0.8.2.2.tgz\n\n- name: Untar Kafka\n unarchive: src=/tmp/kafka_2.10-0.8.2.2.tgz dest=/opt copy=no\n\n- name: Create symb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1394,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/opscenter | 7,676 | [
"no_license"
] | [
{
"path": "roles/opscenter/tasks/main.yaml",
"content": "- name: Install OPSCenter\n yum: name=opscenter state=present update_cache=yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | patoch/deploy-stuff | 837838cece49283aadf2d1328ff1985575c7091c | 0 | roles/zookeeper | 7,676 | [
"no_license"
] | [
{
"path": "roles/zookeeper/tasks/main.yaml",
"content": "- name: Download Zookeeper tarball\n get_url: url=http://apache.crihan.fr/dist/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz dest=/tmp/zookeeper-3.4.6.tar.gz\n\n- name: Untar Zookeeper\n unarchive: src=/tmp/zookeeper-3.4.6.tar.gz dest=/opt copy=n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | zimmnik/provisioner | 1340e571009caf251d576031376dd492228919cc | 0 | ansible/roles/gnome_de | 7,676 | [
"no_license"
] | [
{
"path": "ansible/roles/gnome_de/tasks/repos/flathub.yml",
"content": "- name: \"Add flatpak\"\n ansible.builtin.dnf:\n name: flatpak\n state: present\n become: true\n\n- name: \"Add flathub repo\"\n community.general.flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_url: htt... | {
"task_files": 16,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 18,
"total_bytes": 38545,
"all_permissive": false
} |
ansible_role | theabramoff/Portfolio | 25d3482313859812b2da520a99bb27b7108403b8 | 0 | DevOps Projects/sausage-store/sausage-store-infrastructure/ansible/roles/backend | 7,736 | [
"no_license"
] | [
{
"path": "DevOps Projects/sausage-store/sausage-store-infrastructure/ansible/roles/backend/tasks/backend_unit_upload.yml",
"content": "---\n- name: upload backend unit\n copy:\n src: sausage-store-backend.service\n dest: /etc/systemd/system/sausage-store-backend.service\n\n- name: daemon reload\n s... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1782,
"all_permissive": false
} |
ansible_role | theabramoff/Portfolio | 25d3482313859812b2da520a99bb27b7108403b8 | 0 | DevOps Projects/sausage-store/sausage-store-infrastructure/ansible/roles/frontend | 7,736 | [
"no_license"
] | [
{
"path": "DevOps Projects/sausage-store/sausage-store-infrastructure/ansible/roles/frontend/tasks/frontend_unit_upload.yml",
"content": "---\n- name: upload frontend unit\n copy:\n src: sausage-store-frontend.service\n dest: /etc/systemd/system/sausage-store-frontend.service\n\n- name: daemon reload... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2646,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/glusterfs | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/glusterfs/tasks/client.yml",
"content": "---\n- block:\n - name: \"Debian Install stable ppa for Glusterfs\"\n apt_repository:\n repo: \"{{ glusterfs_repo_debian }}\"\n state: present\n\n - name: \"Debian Install glusterfs\"\n package:\n name: glusterfs-cli\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 3429,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/haproxy | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/haproxy/handlers/main.yml",
"content": "---\n# handlers file for haproxy-k8s\n- name: haproxy-started\n systemd:\n name: haproxy\n state: started\n enabled: true\n\n- name: haproxy-reloaded\n systemd:\n name: haproxy\n state: reloaded\n enabled: true\n",
"l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2630,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/heketi | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/heketi/tasks/main.yml",
"content": "- include: \"{{ ansible_os_family }}.yml\"\n\n- name: Check if Heketi is already installed\n stat:\n path: \"/usr/bin/{{ item }}\"\n with_items:\n - heketi\n - heketi-cli\n register: st\n\n- block:\n\n - name: Create temporary direc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6900,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/iptables-persistent | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/iptables-persistent/templates/rules.v4.j2",
"content": "*filter\n:INPUT {{ iptables_input_policy }} [0:0]\n:FORWARD {{ iptables_forward_policy }} [0:0]\n:OUTPUT {{ iptables_output_policy }} [0:0]\n{% for chain in iptables_other_chains %}\n:{{ chain }} - [0:0]\n{% endfor %}\n-A INP... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2833,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/keepalived | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/keepalived/defaults/main.yml",
"content": "---\n# defaults file for keepalived\nkeepalived_communication_iface: brcluster\nkeepalived_pass: <PASSWORD>\nkeepalived_iface: eno1\nkeepalived_vip: 172.16.17.32\nkeepalived_online_authtoken: \"<PASSWORD>\"\nkeepalived_default_ipv4: \"{{ ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2732,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/ldap | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/ldap/vars/main.yml",
"content": "---\n# vars file for ldap\nldap_directories:\n - /var/lib/ldap\n - /etc/ssl/ldap/ssl\n - /etc/ldap/slapd.d\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 105
},
{
"path": "playbooks/roles/ldap/templa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 9035,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/lvm | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/lvm/tasks/main.yml",
"content": "---\n# tasks file for lvm\n\n#- name: Install lvm2\n# package:\n# name: lvm2\n# state: present\n#\n#- name: Ensure lvm2-lvmetad is started\n# systemd:\n# name: lvm2-lvmetad\n# state: started\n# enabled: true\n\n- name: Create volum... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/main | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/main/tasks/install.yml",
"content": "- name: Install epel and openstack repositories\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - epel-release\n - centos-release-openstack-rocky\n tags: [ovs, kvm]\n\n- name: Install openvswitch packages\n yum:\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2645,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/rsyslog | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/rsyslog/handlers/main.yml",
"content": "---\n# handlers file for rsyslog\n\n- name: restart-rsyslog\n systemd:\n name: rsyslog\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/shell | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/shell/defaults/main.yml",
"content": "---\n# defaults file for shell\n\nshell_user: \"ubuntu\"\nshell_home: \"/home/{{ shell_user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "playbooks/roles/shell/tasks/main.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1122,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/unattended-upgrades | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/unattended-upgrades/tasks/Debian.yml",
"content": "- name: Remove apticron\n apt:\n name: apticron\n state: absent\n\n- name: Install unattended-upgrades\n apt:\n name: unattended-upgrades\n\n- name: Enable unattended-upgrades\n copy:\n src: \"20auto-upgrades\"\n ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1378,
"all_permissive": false
} |
ansible_role | fydrah/infra-k8s | 7abb5f716c7730319ae55afe4aaed1ebe59455a5 | 1 | playbooks/roles/vms | 7,736 | [
"no_license"
] | [
{
"path": "playbooks/roles/vms/tasks/main.yml",
"content": "- name: Create host folder\n file:\n name: \"{{ main_libvirt_image_dir }}/{{ item.name }}\"\n mode: 0755\n owner: root\n group: root\n state: directory\n with_items: \"{{ main_libvirt_hosts }}\"\n\n- name: Create disk images\n she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2037,
"all_permissive": false
} |
ansible_role | 0xBaloun/IndigoLabsAD | dd6d3d38d43e27790ff34ad88b96a86bed6c8b96 | 0 | Ansible/roles/common | 7,736 | [
"no_license"
] | [
{
"path": "Ansible/roles/common/tasks/main.yml",
"content": "---\r\n\r\n- name: Copy desktop wallpaper\r\n win_copy:\r\n src: files/DesktopWallpaper.jpg\r\n dest: C:\\Users\\Public\\Pictures\\DesktopWallpaper.jpg\r\n\r\n- name: Copy bginfo configuration\r\n win_copy:\r\n src: files/bginfo.bgi\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2712,
"all_permissive": false
} |
ansible_role | PavelBabakin/ansible_tutorial | a55ea6b0b5fd09811772fe5222fc373f910fd2f0 | 0 | roles/db_servers | 7,736 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: install mariaddb package (RedHat)\n tags: db,mariadb,redhat\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"RedHat\"\n\n- name: install mariaddb package (Ubuntu)\n tags: db,mariadb,ubuntu\n apt:\n name: m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 311,
"all_permissive": false
} |
ansible_role | PavelBabakin/ansible_tutorial | a55ea6b0b5fd09811772fe5222fc373f910fd2f0 | 0 | roles/web_servers | 7,736 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: install apache and php packages\n tags: apache,httpd,php\n package:\n name:\n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: start and enable apache service\n tags: httpd,apache\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | ChanduReddy123/Ansible | b170f5f1f532b476db69f502dce262875b7bc87d | 0 | DNS_setup/roles/FB_MB | 7,736 | [
"no_license"
] | [
{
"path": "DNS_setup/roles/FB_MB/tasks/main.yml",
"content": "- name: install file beats\r\n package:\r\n name: filebeat \r\n state: present\r\n notify:\r\n - \"restart filebeat\"\r\n- name: install metric beats\r\n package: \r\n name: metricbeat\r\n state: present\r\n notify:\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 411,
"all_permissive": false
} |
ansible_role | ChanduReddy123/Ansible | b170f5f1f532b476db69f502dce262875b7bc87d | 0 | DNS_setup/roles/installdns | 7,736 | [
"no_license"
] | [
{
"path": "DNS_setup/roles/installdns/handlers/main.yml",
"content": "- name: restart named service\r\n service:\r\n name: named\r\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "DNS_setup/roles/installdns/tasks/main.yml",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | ChanduReddy123/Ansible | b170f5f1f532b476db69f502dce262875b7bc87d | 0 | DNS_setup/roles/installelastic | 7,736 | [
"no_license"
] | [
{
"path": "DNS_setup/roles/installelastic/tasks/main.yml",
"content": "- name: Installing java\r\n package:\r\n name: java\r\n state: present\r\n tag: install_java\r\n\r\n- name: Adding Elastic search GPG key to yum package\r\n rpm_key:\r\n state: present\r\n key: https://artifacts.elasti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | ChanduReddy123/Ansible | b170f5f1f532b476db69f502dce262875b7bc87d | 0 | DNS_setup/roles/kibana | 7,736 | [
"no_license"
] | [
{
"path": "DNS_setup/roles/kibana/vars/main.yml",
"content": "kibana_ip: 10.0.192.179\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "DNS_setup/roles/kibana/tasks/main.yml",
"content": "- name: Kibana\r\n package:\r\n name: kibana\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | ChanduReddy123/Ansible | b170f5f1f532b476db69f502dce262875b7bc87d | 0 | TemplatePOC/roles/dbserver | 7,736 | [
"no_license"
] | [
{
"path": "TemplatePOC/roles/dbserver/tasks/main.yml",
"content": "- name: create a directory\n template: src=db.conf dest=/home/ubuntu/testing/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 78
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 78,
"all_permissive": false
} |
ansible_role | ChanduReddy123/Ansible | b170f5f1f532b476db69f502dce262875b7bc87d | 0 | TemplatePOC/roles/webserver | 7,736 | [
"no_license"
] | [
{
"path": "TemplatePOC/roles/webserver/tasks/main.yml",
"content": "- name: create a directory\n template: src=web.conf dest=/home/ubuntu/testing/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | siraht/ubuntuAnsible | d7ef1bfec165ebecb201cc12b043dd822f1bc2ac | 0 | roles/common | 7,736 | [
"no_license"
] | [
{
"path": "roles/common/tasks/install-packages.yml",
"content": "---\n- name: Install packages (apt)\n become: true\n package:\n name:\n - ca-certificates\n - cifs-utils\n - docker-ce #requires repo\n - docker-ce-cli #requires repo\n - containerd.io #requires repo\n - dock... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2345,
"all_permissive": false
} |
ansible_role | siraht/ubuntuAnsible | d7ef1bfec165ebecb201cc12b043dd822f1bc2ac | 0 | roles/desktop | 7,736 | [
"no_license"
] | [
{
"path": "roles/desktop/vars/flatpaks.yml",
"content": "---\nflatpaks:\n - com.github.debauchee.barrier\n - com.toggl.TogglDesktop\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 74
},
{
"path": "roles/desktop/tasks/main.yml",
"content": "---\n- name: Incl... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3382,
"all_permissive": false
} |
ansible_role | siraht/ubuntuAnsible | d7ef1bfec165ebecb201cc12b043dd822f1bc2ac | 0 | roles/laptop | 7,736 | [
"no_license"
] | [
{
"path": "roles/laptop/vars/repokeys.yml",
"content": "---\nrepokeys:\n -\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "roles/laptop/tasks/post-installation-cmds.yml",
"content": "---\n- name: Required post-installation commands\n become... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1132,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/01-01_nginx_and_certs | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/01-01_nginx_and_certs/tasks/main.yml",
"content": "---\n# tasks file for 01_envireoment\n - include_vars: \"{{ playbook_dir }}/config.yml\" \n - include_vars: \"main.yml\"\n\n - name: Update system\n apt:\n name: '*'\n state: 'latest'\n update_cache: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4010,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/01-01_nginx_and_certs.original | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/01-01_nginx_and_certs.original/tasks/main.yml",
"content": "---\n# tasks file for 01_envireoment\n - include_vars: \"{{ playbook_dir }}/config.yml\" \n - include_vars: \"main.yml\"\n\n - name: Update system\n apt:\n name: '*'\n state: 'latest'\n update_cach... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4150,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/01_environment | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/01_environment/tasks/main.yml",
"content": "---\n# tasks file for 01_envireoment\n - include_vars: \"{{ playbook_dir }}/config.yml\" \n - include_vars: \"main.yml\"\n\n - name: Set the timezone\n timezone:\n name: \"{{ timezone }}\"\n \n - name: Update system\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/02_ntp_controller | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/02_ntp_controller/tasks/main.yml",
"content": "---\n# tasks file for 02_ntp\n - include_vars: \"{{ playbook_dir }}/config.yml\"\n - include_vars: \"main.yml\"\n \n\n - name: Update system\n apt:\n name: '*'\n state: 'latest'\n update_cache: yes\n retries: 30... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/04_enviroment_packages | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/04_enviroment_packages/tasks/main.yml",
"content": "---\n# tasks file\n# https://docs.openstack.org/install-guide/environment-packages-ubuntu.html\n# When installing the Train release, run:\n\n - include_vars: \"{{ playbook_dir }}/config.yml\" \n - include_vars: \"main.yml\"\n \n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1042,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/06_message_queue | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/06_message_queue/tasks/main.yml",
"content": "---\n# tasks file\n# https://docs.openstack.org/install-guide/environment-messaging-rdo.html\n\n\n - include_vars: \"{{ playbook_dir }}/config.yml\"\n - include_vars: \"{{ playbook_dir }}/passwords.yml\"\n - include_vars: \"main.yml\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1369,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/07_memcached | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/07_memcached/tasks/main.yml",
"content": "---\n# tasks file\n - include_vars: \"{{ playbook_dir }}/config.yml\"\n - include_vars: \"{{ playbook_dir }}/passwords.yml\"\n - include_vars: \"main.yml\"\n\n\n - name: Uninstalling the packages\n apt:\n name: \"{{ packages }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/08_etcd | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/08_etcd/tasks/main.yml",
"content": "---\n# tasks file\n# # https://docs.openstack.org/install-guide/environment-memcached-rdo.html\n\n\n - include_vars: \"{{ playbook_dir }}/config.yml\" \n - include_vars: \"{{ playbook_dir }}/passwords.yml\"\n - include_vars: \"main.yml\"\n\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1396,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/09_keystone | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/09_keystone/vars/main.yml",
"content": "---\n# vars file for 09_keystone\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "ansible/roles/09_keystone/tasks/main.yml",
"content": "---\n# tasks file\n# https://docs.opens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5410,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/11_placement | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/11_placement/tasks/main.yml",
"content": "---\n# tasks file\n# https://docs.openstack.org/install-guide/openstack-services.html\n# https://docs.openstack.org/placement/train/install/from-pypi.html\n# https://docs.openstack.org/train/install/\n\n - include_vars: \"{{ playbook_dir }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3246,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/13_nova_compute | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/13_nova_compute/templates/nova-compute.conf.j2",
"content": "[DEFAULT]\ncompute_driver=libvirt.LibvirtDriver\n[libvirt]\n{% if kvm == \"0\" %}\nvirt_type=qemu\n{% else %}\nvirt_type=kvm\n{% endif %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 222868,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/15_neutron_controller_ovn | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/15_neutron_controller_ovn/templates/nova.conf.j2",
"content": "\n[DEFAULT]\nenabled_apis = osapi_compute,metadata\ntransport_url = rabbit://openstack:{{ RABBIT_PASS }}@{{ openstack.controller.name }}:5672/\nmy_ip = {{ ansible_eth0.ipv4.address }}\nuse_neutron = true\nfirewall_driver... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 11106,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/16_neutron_compute | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/16_neutron_compute/templates/nova.conf.j2",
"content": "[DEFAULT]\nenabled_apis = osapi_compute,metadata\ntransport_url = rabbit://openstack:{{ RABBIT_PASS }}@{{ openstack.controller.name }}:5672/\nmy_ip = {{ ansible_eth0.ipv4.address }}\nuse_neutron = true\nfirewall_driver = nova.v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 443885,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/16_neutron_compute_ovn | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/16_neutron_compute_ovn/templates/ml2_conf.j2",
"content": "\n[DEFAULT]\ndebug = false\n\n[ml2]\ntype_drivers = local,flat,vlan,geneve\ntenant_network_types = geneve\nmechanism_drivers = ovn\nextension_drivers = port_security\noverlay_ip_version = 4\n\n[ml2_type_geneve]\nvni_ranges =... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4240,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/16_z_neutron_controller_compute_ovn | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/16_z_neutron_controller_compute_ovn/templates/neutron.conf.j2",
"content": "\n[DEFAULT]\ntransport_url = rabbit://openstack:{{ RABBIT_PASS }}@{{ openstack.controller.name }}\nauth_strategy = keystone\ncore_plugin = ml2\nservice_plugins = ovn-router\nallow_overlapping_ips = True\nnot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2997,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/17_horizon.original | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/17_horizon.original/tasks/main.yml",
"content": "---\n# tasks file\n# https://docs.openstack.org/install-guide/openstack-services.html\n# https://docs.openstack.org/horizon/train/install/install-rdo.html\n# https://docs.openstack.org/train/install/\n\n - include_vars: \"{{ playbook... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3238,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/18_cinder_controller | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/18_cinder_controller/templates/cinder-wsgi.conf.j2",
"content": "{% for s in openstack.services %}\n{% if s.name == \"cinder\"%}\nListen {{ s.local_ip }}:{{ s.local_port }}\n{% endif %}\n{% endfor %}\n\nLogFormat \"%h %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-agent}i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 410335,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/19_cinder_storage | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/19_cinder_storage/tasks/main.yml",
"content": "---\n# tasks file\n# https://docs.openstack.org/install-guide/openstack-services.html\n# https://docs.openstack.org/cinder/train/install/cinder-storage-install-rdo.html\n# https://docs.openstack.org/train/install/\n\n - include_vars: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 187016,
"all_permissive": false
} |
ansible_role | eduardoefb/ansible-openstack-deployment | 52d004d193176ef2ac3f03bfd400b240b2c4392e | 0 | ansible/roles/21_zun_controller | 7,736 | [
"no_license"
] | [
{
"path": "ansible/roles/21_zun_controller/tasks/main.yml",
"content": "---\n# tasks file\n\n - include_vars: \"{{ playbook_dir }}/config.yml\"\n - include_vars: \"{{ playbook_dir }}/passwords.yml\"\n - include_vars: \"main.yml\"\n\n - name: Create database and user\n shell: |\n mysql -u root -p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4721,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.