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 | oixan/laravel_ansible | 643aea39550e845bd7b70b0077f00b53f1b66ca6 | 2 | roles/php | 3,838 | [
"no_license"
] | [
{
"path": "roles/php/handlers/main.yml",
"content": "---\n# Handlers to restart PHP-FPM service if necessary\n- name: restart php-fpm on Debian-based systems\n service:\n name: php{{ php_version }}-fpm\n state: restarted\n when: ansible_os_family == \"Debian\"\n\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2853,
"all_permissive": false
} |
ansible_role | oixan/laravel_ansible | 643aea39550e845bd7b70b0077f00b53f1b66ca6 | 2 | roles/sqlite | 3,838 | [
"no_license"
] | [
{
"path": "roles/sqlite/tasks/main.yml",
"content": "---\n- name: Ensure apt cache is updated\n apt:\n update_cache: yes\n\n- name: Install SQLite package\n apt:\n name: sqlite3\n state: present\n\n- name: Verify SQLite installation\n command: sqlite3 --version\n register: sqlite_version\n\n- d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | oixan/laravel_ansible | 643aea39550e845bd7b70b0077f00b53f1b66ca6 | 2 | roles/sqlite_create_db | 3,838 | [
"no_license"
] | [
{
"path": "roles/sqlite_create_db/tasks/main.yml",
"content": "---\n- name: Ensure the directory for the SQLite database exists\n ansible.builtin.file:\n path: \"/var/www/db/sqlite\"\n state: directory\n owner: \"www-data\"\n group: \"www-data\"\n mode: '0755'\n\n- name: Create SQLite databa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-cask-apps | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-cask-apps/defaults/main.yml",
"content": "---\nbrew_apps_casks:\n - name: cheatsheet\n install_options:\n - force\n - name: steam\n - name: batchmod\n - name: adobe-reader\n\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-comms | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-comms/defaults/main.yml",
"content": "---\nhomebrew_comms_use_brewfile: true\nhomebrew_comms_brewfile_dir: \"{{ role_path }}/files\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/brew-comms/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-docker | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-docker/meta/main.yml",
"content": "---\ndependencies:\n - { role: brew }\n - { role: brew-vagrant }\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/brew-docker/tasks/main.yml",
"content": "---\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 169,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-git | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-git/tasks/main.yml",
"content": "\n- name: Check for Brewfile.\n stat:\n path: \"{{ homebrew_git_brewfile_dir }}/Brewfile\"\n register: homebrew_git_brewfile\n\n- name: Install from Brewfile.\n command: \"brew bundle chdir={{ homebrew_shell_brewfile_dir }}\"\n when: homebrew_git... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 467,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-kubernetes | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-kubernetes/tasks/main.yml",
"content": "---\n\n- name: Install kubernetes\n homebrew:\n name: kubernetes-cli\n state: present\n\n- name: Install helm\n homebrew:\n name: kubernetes-helm\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-php | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-php/defaults/main.yml",
"content": "---\nhomebrew_php_use_brewfile: true\nhomebrew_php_brewfile_dir: \"{{ role_path }}/files\"\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/brew-php/tasks/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-ruby | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-ruby/files/Brewfile",
"content": "brew 'ruby-build'\nbrew 'rbenv'\nbrew 'rbenv-bundler'\nbrew 'rbenv-default-gems'\nbrew 'rbenv-gemset'\nbrew 'bundler-completion'\nbrew 'gem-completion'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-security | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-security/tasks/main.yml",
"content": "---\n- name: Check for Brewfile.\n stat:\n path: \"{{ homebrew_security_brewfile_dir }}/Brewfile\"\n register: homebrew_security_brewfile\n\n- name: Install from Brewfile.\n command: \"brew bundle chdir={{ homebrew_security_brewfile_dir }}\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 791,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-shell | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-shell/defaults/main.yml",
"content": "---\nhomebrew_shell_use_brewfile: true\nhomebrew_shell_brewfile_dir: \"{{ role_path }}/files\"\nhomebrew_shell_shared_file: '.profile'\nhomebrew_shell_zsh_path: /usr/local/bin/zsh\n\nhomebrew_zsh_plugins:\n - git\n - tmuxinator\n - docker\n - d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2786,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-ssh | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-ssh/tasks/main.yml",
"content": "---\n- name: Ensure the ssh directory exists\n file:\n path: \"{{ homebrew_ssh_directory }}\"\n state: directory\n mode: 0700\n\n- name: Configure ssh\n template:\n src: templates/config.j2\n dest: \"{{ ansible_env.HOME }}/.ssh/config\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1161,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/brew-vagrant | 3,818 | [
"no_license"
] | [
{
"path": "roles/brew-vagrant/tasks/main.yml",
"content": "---\n- name: Install vagrant\n homebrew_cask:\n name: vagrant\n state: present\n\n- name: Install vagrant completions\n homebrew:\n name: vagrant-completion\n state: present\n\n- name: Install vagrant manager\n homebrew_cask:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/finder-show-hidden-files | 3,818 | [
"no_license"
] | [
{
"path": "roles/finder-show-hidden-files/handlers/main.yml",
"content": "---\n- name: \"{{ finder_show_hidden_files_handler_name }}\"\n shell: killall Finder\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/finder-show-hidden-files/ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 393,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/git | 3,818 | [
"no_license"
] | [
{
"path": "roles/git/templates/.gitconfig.j2",
"content": "[user]\n\temail = {{ git_user_email | mandatory }}\n\tname = {{ git_user_name | mandatory }}\n\n[alias]\n co = checkout\n st = status\n cob = checkout -b\n up = !git pull --rebase --prune $@ && git submodule update --init --recursive\n cm = !gi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 576,
"all_permissive": false
} |
ansible_role | shrikeh/ansible-my-mac | 1cc3c5ab4eea5a184a7543b53fc80ad12bc87ec5 | 1 | roles/mac-bluetooth | 3,818 | [
"no_license"
] | [
{
"path": "roles/mac-bluetooth/handlers/main.yml",
"content": "---\n- name: \"{{ mac_bluetooth_handler_name }}\"\n shell: killall coreaudiod\n become: yes\n ignore_errors: yes\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/mac-blu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1169,
"all_permissive": false
} |
ansible_role | hnpnam/ansible-install-packages | b9aa66c6c389fb595e30a7a70b32ae37fbb52e47 | 0 | install-nginx/roles/configure | 3,818 | [
"no_license"
] | [
{
"path": "install-nginx/roles/configure/tasks/main.yml",
"content": "---\n# tasks file for configure\n- name: Copy the configuration file to conf.d\n ansible.builtin.copy:\n src: \"{{ item }}\"\n dest: /etc/nginx/conf.d\n mode: 0644\n loop: \"{{ lookup('fileglob', '*.conf', wantlist=True) }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | hnpnam/ansible-install-packages | b9aa66c6c389fb595e30a7a70b32ae37fbb52e47 | 0 | install-nginx/roles/install | 3,818 | [
"no_license"
] | [
{
"path": "install-nginx/roles/install/tasks/main.yml",
"content": "---\n# tasks file for install\n- name: Install nginx\n ansible.builtin.apt:\n name: nginx\n update_cache: true\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | ayeks/ansible-pi_grafana-influxdb-python | c6231ffe2ba449a68e9110c3118acf36b6c8deff | 1 | roles/grafana | 3,818 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yml",
"content": "---\n- set_fact:\n real_ansible_host: \"{{ ansible_host }}\"\n\n- service: name=grafana-server state=started\n become: yes\n become_method: sudo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | ayeks/ansible-pi_grafana-influxdb-python | c6231ffe2ba449a68e9110c3118acf36b6c8deff | 1 | roles/nodes | 3,818 | [
"no_license"
] | [
{
"path": "roles/nodes/tasks/main.yml",
"content": "- set_fact:\n real_ansible_host: \"{{ ansible_host }}\"\n\n- name: git clone repository\n git:\n repo: 'https://github.com/ayeks/bme680_to_influxdb'\n dest: /home/pi/bme680/\n force: yes\n\n- name: remove python exec to rc.local\n lineinfile:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3218,
"all_permissive": false
} |
ansible_role | Vrana710/k8s-ec2-autoscaling-demo | 5d8af4df0b99c783e8a346d2e5cb038d8f6b87a6 | 1 | infrastructure/ansible/roles/cloudwatch | 3,818 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/cloudwatch/tasks/main.yml",
"content": "- name: Download and install CloudWatch Agent\n apt:\n deb: https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/amd64/latest/amazon-cloudwatch-agent.deb\n state: present\n\n- name: Start and enable CloudWatch Agent\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 301,
"all_permissive": false
} |
ansible_role | Vrana710/k8s-ec2-autoscaling-demo | 5d8af4df0b99c783e8a346d2e5cb038d8f6b87a6 | 1 | infrastructure/ansible/roles/docker | 3,818 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/docker/tasks/main.yml",
"content": "- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n update_cache: yes\n\n- name: Add Docker GPG key\n ansible.builtin.get... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | Vrana710/k8s-ec2-autoscaling-demo | 5d8af4df0b99c783e8a346d2e5cb038d8f6b87a6 | 1 | infrastructure/ansible/roles/kubernetes | 3,818 | [
"no_license"
] | [
{
"path": "infrastructure/ansible/roles/kubernetes/tasks/main.yml",
"content": "- name: Add Kubernetes GPG key\n ansible.builtin.get_url:\n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n dest: /etc/apt/trusted.gpg.d/kubernetes.gpg\n\n- name: Add Kubernetes repository\n apt_repository:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | jealvarez/ansible-sample-exam-for-ex407-ex294 | ae35f296f801ab412214b3d9d055ff1a9d424ba8 | 0 | plays/roles/sample-apache | 3,818 | [
"no_license"
] | [
{
"path": "plays/roles/sample-apache/tasks/main.yml",
"content": "---\n- name: Install apache\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - httpd\n - php\n - mod_ssl\n\n- name: Enabled httpd\n service:\n name: httpd\n enabled: true\n state: started\n\n- name: Upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 759,
"all_permissive": false
} |
ansible_role | jealvarez/ansible-sample-exam-for-ex407-ex294 | ae35f296f801ab412214b3d9d055ff1a9d424ba8 | 0 | plays/roles/sample-mysql | 3,818 | [
"no_license"
] | [
{
"path": "plays/roles/sample-mysql/tasks/main.yml",
"content": "---\n- name: Create volume partition\n parted:\n device: /dev/sdb\n number: 1\n\n- name: Create a volume group\n lvg:\n vg: vg_database\n state: present\n pvs: /dev/sdb\n\n- name: Create /dev/sdb partition\n lvol:\n vg: vg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1351,
"all_permissive": false
} |
ansible_role | yvlasov/aws-examples | 475cb120a95d0385752b2a787a110d3d88c8abef | 0 | ancor-host/roles/pptp-vpn | 3,818 | [
"no_license"
] | [
{
"path": "ancor-host/roles/pptp-vpn/templates/user.map.j2",
"content": "# {{ ansible_managed }}\n{% for user in samba_users %}\n{% if user.win_name is defined %}\n{{ user.name }}={{ user.win_name }}\n{% endif %}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2705,
"all_permissive": false
} |
ansible_role | PFaboyaQA/SFIAProject-and-services | 7a1a77b59c938e7c2027be6e6a7762008a315281 | 0 | roles/common | 3,818 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yaml",
"content": "- name: docker group\n group:\n name: docker\n- name: jenkins user\n user:\n name: jenkins\n groups: docker\n append: yes\n state: present\n shell: /bin/bash\n- name: latest python and pip\n apt:\n pkg:\n - python3\n - pytho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | PFaboyaQA/SFIAProject-and-services | 7a1a77b59c938e7c2027be6e6a7762008a315281 | 0 | roles/docker | 3,818 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "- name: prerequisites\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n state: latest\n update_cache: true\n- name: docker gpg key\n apt_key:\n url: \"https://downl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 782,
"all_permissive": false
} |
ansible_role | PFaboyaQA/SFIAProject-and-services | 7a1a77b59c938e7c2027be6e6a7762008a315281 | 0 | roles/docker-registry | 3,818 | [
"no_license"
] | [
{
"path": "roles/docker-registry/tasks/main.yaml",
"content": "- name: \"python pip\"\n apt:\n name: python-pip\n state: latest\n update_cache: true\n- name: \"docker sdk\"\n pip:\n name: docker\n- name: \"docker registry container\"\n docker_container:\n name: registry\n image: registry... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | PFaboyaQA/SFIAProject-and-services | 7a1a77b59c938e7c2027be6e6a7762008a315281 | 0 | roles/docker-swarm-manager | 3,818 | [
"no_license"
] | [
{
"path": "roles/docker-swarm-manager/tasks/main.yaml",
"content": "- name: \"initialise swarm\"\n docker_swarm:\n state: present\n register: swarm_info\n- debug:\n msg: \"{{ swarm_info['swarm_facts']['JoinTokens']['Worker'] }}\"\n- set_fact:\n swarm_join_token: \"{{ swarm_info['swarm_facts']['Jo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | PFaboyaQA/SFIAProject-and-services | 7a1a77b59c938e7c2027be6e6a7762008a315281 | 0 | roles/jenkins | 3,818 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yaml",
"content": "- name: install java & git\n apt:\n pkg:\n - openjdk-8-jdk\n - git\n - python3-pip\n state: latest\n- name: ansible\n pip:\n name: ansible\n executable: pip3\n- name: keypair\n openssh_keypair:\n path: /home/jenkins/.ssh/ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1137,
"all_permissive": false
} |
ansible_role | PFaboyaQA/SFIAProject-and-services | 7a1a77b59c938e7c2027be6e6a7762008a315281 | 0 | roles/ssh | 3,818 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yaml",
"content": "- name: authorized key\n authorized_key:\n user: seunfab48\n state: present\n key: \"{{ public_key }}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | kparedd/ansible | ced556e1eb699e4628b97eb7be6c8742619a9548 | 0 | roles/common | 3,818 | [
"no_license"
] | [
{
"path": "roles/common/tasks/download.yml",
"content": "- name: Add Roboshop Apllictaion user\n ansible.builtin.user:\n name: roboshop\n register: app_user\n\n- name: Download from Github\n include_tasks:\n file: download-from-github.yml\n\n- name: Delete old app code\n ansible.builtin.file:\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1722,
"all_permissive": false
} |
ansible_role | kparedd/ansible | ced556e1eb699e4628b97eb7be6c8742619a9548 | 0 | roles/frontend | 3,818 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: remove old directory\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Download and Extract\n include_role:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 820,
"all_permissive": false
} |
ansible_role | kparedd/ansible | ced556e1eb699e4628b97eb7be6c8742619a9548 | 0 | roles/mongodb | 3,818 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: create a MOngodp repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: install mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: present\n\n- name: change listen address\n ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 678,
"all_permissive": false
} |
ansible_role | rbarabas/k8s-install | e88b8dd439b025dad9cfb8da4ad50bdcbaa295f7 | 1 | roles/init-master | 3,818 | [
"no_license"
] | [
{
"path": "roles/init-master/tasks/worker.yml",
"content": "---\n- name: Grab init command for workers\n changed_when: off\n shell:\n cmd: grep 'kubeadm join' /etc/kubernetes/kubeadm_init.log\n register: worker_init\n\n- name: Deletegate variable to dummy host\n changed_when: off\n add_host: \n n... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 1874,
"all_permissive": false
} |
ansible_role | rbarabas/k8s-install | e88b8dd439b025dad9cfb8da4ad50bdcbaa295f7 | 1 | roles/init-worker | 3,818 | [
"no_license"
] | [
{
"path": "roles/init-worker/tasks/k8s-config.yml",
"content": "---\n- name: Ensure cgroups is using systemd\n lineinfile:\n path: /var/lib/kubelet/config.yaml\n regexp: '^cgroupDriver:.*'\n line: 'cgroupDriver: systemd'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | rbarabas/k8s-install | e88b8dd439b025dad9cfb8da4ad50bdcbaa295f7 | 1 | roles/install-checks | 3,818 | [
"no_license"
] | [
{
"path": "roles/install-checks/vars/main.yml",
"content": "---\n# vars file for k8s-install-checks",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/install-checks/tasks/iptables.yml",
"content": "- name: Obtain iptables ruleset for INPUT\... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1337,
"all_permissive": false
} |
ansible_role | rbarabas/k8s-install | e88b8dd439b025dad9cfb8da4ad50bdcbaa295f7 | 1 | roles/install-docker | 3,818 | [
"no_license"
] | [
{
"path": "roles/install-docker/vars/main.yml",
"content": "---\n# vars file for k8s-install-docker",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/install-docker/tasks/sysctl.yml",
"content": "---\n- name: Enable network bridge in sysctl... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 1779,
"all_permissive": false
} |
ansible_role | rbarabas/k8s-install | e88b8dd439b025dad9cfb8da4ad50bdcbaa295f7 | 1 | roles/install-k8s | 3,818 | [
"no_license"
] | [
{
"path": "roles/install-k8s/defaults/main.yml",
"content": "---\n# defaults file for k8s-install-k8s",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/install-k8s/tasks/main.yml",
"content": "---\n- include: facts.yml\n- include: k8s-repo.... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | rbarabas/k8s-install | e88b8dd439b025dad9cfb8da4ad50bdcbaa295f7 | 1 | roles/prepare-os | 3,818 | [
"no_license"
] | [
{
"path": "roles/prepare-os/tasks/swap.yml",
"content": "- name: Check if there is swap\n changed_when: off\n shell:\n cmd: swapon -s | wc -l\n register: swap\n\n- name: Turn off swap\n shell:\n cmd: swapoff /swap.img\n when: swap.stdout | int > 0\n\n- name: Disable swap in fstab\n lineinfile:\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 472,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/base | 3,818 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "# set-up basic server\n\n---\n\n# - user:\n# name: evsadmin\n# uid: 1000\n# generate_ssh_key: yes\n# ssh_key_bits: 2048\n# ssh_key_file: .ssh/id_rsa \n# comment: \"admin user, for support\"\n# state: present\n\n - g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1828,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/cluster | 3,818 | [
"no_license"
] | [
{
"path": "roles/cluster/templates/docker-compose.infra.yml",
"content": "version: '3'\n\nnetworks:\n default:\n external:\n name: phoenix_network\n\nservices:\n\n #PGPOOL\n pgpool01:\n image: pgpool:{{ images.pgpool.tag }}\n environment:\n PG_MASTER_NODE_NAME: pg01\n PG_BACKEND_N... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5677,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/consul | 3,818 | [
"no_license"
] | [
{
"path": "roles/consul/templates/consul-config.json.j2",
"content": "{\n{% if (consul_nbr_server > 1) %}\n \"retryr_join\": \"[\" \n {% set comma = joiner(\",\") %}\n {% for item in groups['consul'] %} {{ comma() }}{{ hostvars[item]['ansible_default_ipv4']['address'] }} {% endfor %} \"],\"\n{% endif %}\n{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4729,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/docker | 3,818 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n - name: add repository\n yum_repository:\n name: docker-ce-stable\n description: Docker CE Stable - $basearch\n baseurl: https://download.docker.com/linux/centos/7/$basearch/stable\n gpgkey: https://download.docker.com/linu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1714,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/docker_infra | 3,818 | [
"no_license"
] | [
{
"path": "roles/docker_infra/files/start_registrator.sh",
"content": "#!/bin/bash\n\n#Registrator -> register docker containers into consul\nCONSUL_IP=127.0.01\n\ndocker run --net=host --name registrator \\\n -v /var/run/docker.sock:/tmp/docker.sock \\\n gliderlabs/registrator:latest -internal consul://$... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1530,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/grid19 | 3,818 | [
"no_license"
] | [
{
"path": "roles/grid19/defaults/main.yml",
"content": "oracle_unix_password: <PASSWORD>\nrun_gridSetup_prereq: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/grid19/templates/01_gridSetup_prereq.sh",
"content": "#!/bin/bash \n\n{... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8019,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/grid19-ru | 3,818 | [
"no_license"
] | [
{
"path": "roles/grid19-ru/templates/opatchauto_apply.sh.tmpl",
"content": "#!/bin/bash\n\nexport PATH=$PATH:{{ grid_oracle_home }}/OPatch \nopatchauto apply {{ grid_stage_location }}/{{ grid_patch_number }} -oh {{ grid_oracle_home }}\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1404,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/oracle-grid | 3,818 | [
"no_license"
] | [
{
"path": "roles/oracle-grid/defaults/main.yml",
"content": "oracle_unix_password: <PASSWORD>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/oracle-grid/tasks/deploy-keys.yml",
"content": "---\n- name: fetch oracle public ssh key\n sh... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4865,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/orarac19 | 3,818 | [
"no_license"
] | [
{
"path": "roles/orarac19/check_cluster.yml",
"content": "---\n\n- name: check cluster all\n command: \"{{ grid_oracle_home }}/bin/crsctl check cluster -all\"\n register: check_cluster\n\n- debug:\n var: check_cluster.stdout\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5864,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/orarac19-ru | 3,818 | [
"no_license"
] | [
{
"path": "roles/orarac19-ru/templates/opatchauto_apply_db.sh.tmpl",
"content": "#!/bin/bash\n\nexport PATH=$PATH:{{ oracle_home }}/OPatch \nopatchauto apply {{ grid_stage_location }}/{{ grid_patch_number }} -oh {{ oracle_home }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1399,
"all_permissive": false
} |
ansible_role | saule1508/ansible | 0750d9ef90e8e23342f3abffba024a360e53ffaf | 0 | roles/postgres | 3,818 | [
"no_license"
] | [
{
"path": "roles/postgres/files/start_postgres.sh",
"content": "#!/bin/bash\n\nsource /etc/evs/config\ndocker ps -a | grep pg01 \nif [ $? -eq 0 ] ; then\n docker stop pg01 && docker rm pg01\nfi\ndocker ps | grep pg01 \nif [ $? -eq 0 ] ; then\n docker rm pg01\nfi\n\n\ndocker run --name pg01 \\\n --network=p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3909,
"all_permissive": false
} |
ansible_role | jaroslav-kuchar/ansible-playbook-oracle-osb11g | 068112ec3ac029e1dcd2ac6cc472c9b719dbee4c | 0 | roles/ansible-role-development-environment | 3,818 | [
"permissive"
] | [
{
"path": "roles/ansible-role-development-environment/templates/start-wls.sh",
"content": "#!/bin/sh\nx-terminal-emulator -e {{ user_home.stdout }}/mimdw/domains/base_domain/startWebLogic.sh && wait $!",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3653,
"all_permissive": true
} |
ansible_role | jaroslav-kuchar/ansible-playbook-oracle-osb11g | 068112ec3ac029e1dcd2ac6cc472c9b719dbee4c | 0 | roles/ansible-role-oracle-jdk | 3,818 | [
"permissive"
] | [
{
"path": "roles/ansible-role-oracle-jdk/tasks/main.yml",
"content": "# --------------------\n# Install Oracle JDK for Debian/Ubuntu\n# --------------------\n- name: Install package for add-apt-repository\n apt: \n name: software-properties-common \n state: latest\n become: true\n when: ansible_os_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1106,
"all_permissive": true
} |
ansible_role | jaroslav-kuchar/ansible-playbook-oracle-osb11g | 068112ec3ac029e1dcd2ac6cc472c9b719dbee4c | 0 | roles/ansible-role-oracle-osb11g | 3,818 | [
"permissive"
] | [
{
"path": "roles/ansible-role-oracle-osb11g/templates/wls-domain.sh",
"content": "#!/bin/bash\nMDWDOMAIN=\"$HOME/mimdw/domains/base_domain\"\nmkdir -p \"$MDWDOMAIN\"\n{{ oracle_osb11g_middleware_home }}/wlserver/common/bin/unpack.sh \\\n -log=/tmp/mimdw_domain_$USER.log \\\n -template={{ oracl... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3586,
"all_permissive": true
} |
ansible_role | soupdiver/ansible-cluster | 71da9042963047a49ed47df30d2d514d0ad1f434 | 36 | roles/app_web | 3,818 | [
"no_license"
] | [
{
"path": "roles/app_web/handlers/main.yml",
"content": "---\n# Handlers for app web servers\n- name: restart nginx\n service: name=nginx state=restarted\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/app_web/templates/sites... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2094,
"all_permissive": false
} |
ansible_role | soupdiver/ansible-cluster | 71da9042963047a49ed47df30d2d514d0ad1f434 | 36 | roles/common | 3,818 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# Tasks for common servers\n- name: add id_rsa\n copy: content=\"{{ lookup('file', '../../../keys/' + ansible_hostname + '/id_rsa') }}\" dest=/home/vagrant/.ssh/id_rsa\n\n- name: add id_rsa.pub\n copy: content=\"{{ lookup('file', '../../../keys/' +... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | soupdiver/ansible-cluster | 71da9042963047a49ed47df30d2d514d0ad1f434 | 36 | roles/nginx | 3,818 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# Playbook for webservers\n\n- name: Install packages\n sudo: yes\n apt: pkg={{item}} state=latest update_cache=yes\n with_items:\n - nginx\n - php5-fpm\n - php5-mcrypt\n - php5-pgsql\n - php5-cli\n - php5-sqlite\n - git\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1358,
"all_permissive": false
} |
ansible_role | soupdiver/ansible-cluster | 71da9042963047a49ed47df30d2d514d0ad1f434 | 36 | roles/pg_master | 3,818 | [
"no_license"
] | [
{
"path": "roles/pg_master/tasks/main.yml",
"content": "---\n# Tasks for PostgreSQL master\n- name: add slave public key\n sudo: yes\n authorized_key: user=postgres state=present key=\"{{ lookup('file', '../../../keys/' + item + '/id_rsa.pub') }}\"\n with_items: groups.databases_slave\n\n- name: sync .ss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2277,
"all_permissive": false
} |
ansible_role | soupdiver/ansible-cluster | 71da9042963047a49ed47df30d2d514d0ad1f434 | 36 | roles/pg_slave | 3,818 | [
"no_license"
] | [
{
"path": "roles/pg_slave/templates/recovery.conf.j2",
"content": "standby_mode = 'on'\nprimary_conninfo = 'host=192.168.22.12 port=5432'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/pg_slave/tasks/main.yml",
"content": "---\n# Tasks... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1919,
"all_permissive": false
} |
ansible_role | soupdiver/ansible-cluster | 71da9042963047a49ed47df30d2d514d0ad1f434 | 36 | roles/postgresql | 3,818 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n# Playbook for postgresql servers\n- name: Install packages\n apt: pkg={{item}} state=latest update_cache=yes\n sudo: yes\n with_items:\n - postgresql-9.3\n - postgresql-server-dev-9.3\n - postgresql-contrib\n - python-psycopg2\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1601,
"all_permissive": false
} |
ansible_role | soupdiver/ansible-cluster | 71da9042963047a49ed47df30d2d514d0ad1f434 | 36 | roles/varnish | 3,818 | [
"no_license"
] | [
{
"path": "roles/varnish/templates/varnish.j2",
"content": "# Configuration file for varnish\n#\n# /etc/init.d/varnish expects the variables $DAEMON_OPTS, $NFILES and $MEMLOCK\n# to be set from this shell script fragment.\n#\n# Note: If systemd is installed, this file is obsolete and ignored. You will\n# n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2499,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/common | 3,818 | [
"no_license"
] | [
{
"path": "roles/common/README.md",
"content": "# Common\n\nThis role check Ubuntu release, install essential packages, basic settings, and import\nnginx, letsencrypt and ssmtp roles.\n\n## Summary\n\n* upgrade system to latest packages versions\n* install utils used by other roles like git, pip, build-esse... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8317,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/django | 3,818 | [
"no_license"
] | [
{
"path": "roles/django/tasks/install.yml",
"content": "---\n- name: Create app group\n ansible.builtin.group:\n name: \"{{ django_group }}\"\n system: true\n\n- name: Create app user\n ansible.builtin.user:\n name: \"{{ django_user }}\"\n group: \"{{ django_group }}\"\n system: true\n\n- n... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 18112,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/mariadb | 3,818 | [
"no_license"
] | [
{
"path": "roles/mariadb/handlers/main.yml",
"content": "---\n- name: Reload mariadb\n ansible.builtin.systemd:\n name: mysql\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/mariadb/README.md",
"content": "# Ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/matomo | 3,818 | [
"no_license"
] | [
{
"path": "roles/matomo/templates/php-fpm.conf.j2",
"content": "; {{ ansible_managed }}\n\n[matomo]\nlisten = /var/run/php-fpm-matomo.sock\nlisten.owner = www-data\nlisten.group = www-data\nuser = {{ matomo_user }}\ngroup = {{ matomo_group }}\npm = dynamic\npm.max_children = {{ php_fpm_pm_max_children }}\np... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5008,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/msmtp | 3,818 | [
"no_license"
] | [
{
"path": "roles/msmtp/templates/msmtprc.j2",
"content": "# A system wide configuration file is optional.\n# If it exists, it usually defines a default account.\n# This allows msmtp to be used like /usr/sbin/sendmail.\naccount default\n\nauth on\nuser {{ smtp_user }}\npassword {{ smtp_password }}\n\n# The S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/nginx | 3,818 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Add latest nginx PPA\n ansible.builtin.apt_repository:\n repo: 'ppa:nginx/stable'\n when: nginx_latest_ppa|bool\n\n- name: Ensure Nginx is installed\n ansible.builtin.apt:\n name:\n - nginx\n - nginx-extras\n state: prese... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 10422,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/nginx_letsencrypt | 3,818 | [
"no_license"
] | [
{
"path": "roles/nginx_letsencrypt/files/nginx.sh",
"content": "#!/bin/sh\nsystemctl reload nginx\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/nginx_letsencrypt/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: nginx_letsen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3965,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/node | 3,818 | [
"no_license"
] | [
{
"path": "roles/node/meta/main.yml",
"content": "---\ngalaxy_info:\n role_name: node\n description: Installe node js\n author: <NAME>\n platforms:\n - name: Ubuntu\n versions:\n - xenial\n - bionic\n - focal\n - jammy\n license: GPL-3.0-only\n min_ansible_version: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 785,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/php | 3,818 | [
"no_license"
] | [
{
"path": "roles/php/doc.md",
"content": "# PHP\n\nInstall PHP-FPM from Ubuntu repositories\n## Summary\n\n* install PHP-FPM from Ubuntu repositories\n* install basic PHP extensions,\n* install a default php.ini\n* disable default PHP-FPM pool (www.conf)\n\n## Variables\n\n|name|default|description|\n|---|-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2337,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/postgresql | 3,818 | [
"no_license"
] | [
{
"path": "roles/postgresql/vars/main.yml",
"content": "python_distro_versions:\n xenial: \"\"\n bionic: \"\"\n focal: \"3\"\n jammy: \"3\"\n\nsystem_python_version: \"{{ python_distro_versions[ansible_distribution_release] }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 16,
"total_bytes": 13008,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/python | 3,818 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Add repo for python\n ansible.builtin.apt_repository:\n repo: 'ppa:deadsnakes/ppa'\n register: python_repo\n when: python_use_ppa|bool\n\n- name: Ensure python is installed\n ansible.builtin.apt:\n name:\n - \"python{{ python_v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 793,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/redis | 3,818 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Ensure redis is installed\n apt: name=redis-server state=present\n- name: Ensure redis is configured\n copy:\n src: etc/redis/redis.conf\n dest: /etc/redis/redis.conf\n notify:\n - Restart redis\n- name: Ensure redis is started and enab... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/virtualenv | 3,818 | [
"no_license"
] | [
{
"path": "roles/virtualenv/README.md",
"content": "# Virtualenv\n\nCrée un virtualenv Python et y installe les paquets requis.\n\n## Configuration\n\nLes paramètres génériques suivants permettent d'indiquer où et avec quel Python\ncréer le virtualenv, et quelles dépendances y installer.\n\n| Variable ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3533,
"all_permissive": false
} |
ansible_role | aktiur/basic_roles | c3f0ffb43ce20b515f862dad30e44225b05e781e | 1 | roles/wordpress | 3,818 | [
"no_license"
] | [
{
"path": "roles/wordpress/defaults/main.yml",
"content": "---\nphp_fpm_pm_max_children: 10\nphp_fpm_pm_start_servers: 1\nphp_fpm_pm_min_spare_servers: 1\nphp_fpm_pm_max_spare_servers: 3\nphp_fpm_pm_max_requests: 500\n\nwordpress_root: /var/www\nwordpress_web_root: \"{{ wordpress_root }}/{{ item.slug }}\\\n... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 12212,
"all_permissive": false
} |
ansible_role | juannfox/k8s-the-hard-way-ansible | 14735e945e5a3e0c65e20c6d78e2dfc0c67ecd6d | 2 | roles/create_certificates | 3,818 | [
"no_license"
] | [
{
"path": "roles/create_certificates/README.md",
"content": "Create Kubernetes certificates\n=========\n\nCreates -and signs- key pairs for every Kubernetes component: CA (master), Kubelet, Kube-proxy, Kube-Controller-Manager, Kube-apiserver and Kubectl (admin).\n\nRequirements\n------------\n\nNone.\n\nRol... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 9435,
"all_permissive": false
} |
ansible_role | juannfox/k8s-the-hard-way-ansible | 14735e945e5a3e0c65e20c6d78e2dfc0c67ecd6d | 2 | roles/install_node | 3,818 | [
"no_license"
] | [
{
"path": "roles/install_node/tasks/containerd/main.yml",
"content": "---\n- name: Install Containerd\n ansible.builtin.include_tasks: containerd.yml\n\n- name: Install CRI\n ansible.builtin.include_tasks: crictl.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 7039,
"all_permissive": false
} |
ansible_role | VikariyAmeliya/docker-compose-nginx | 489bfe426095442c8b22ec587dc0c1f31de73393 | 0 | ansible-role/roles/docker-compose-up | 3,818 | [
"no_license"
] | [
{
"path": "ansible-role/roles/docker-compose-up/tasks/main.yml",
"content": "---\n- name: compose-up\n command: docker-compose up -d\n args:\n chdir: /Users/whoami/Documents/testing #необходимо указать путь к директории с docker-compose.yaml\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | srinibala/Ansible | 2250cb396ee014e22608675e0272e8035384e197 | 0 | roles/base-config | 3,798 | [
"no_license"
] | [
{
"path": "roles/base-config/tasks/main.yml",
"content": "---\n# tasks file for roles/base-config\n\n - name: Enable repo\n copy: \n src: open_three-tier-app.repo\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | srinibala/Ansible | 2250cb396ee014e22608675e0272e8035384e197 | 0 | roles/proxy-config | 3,798 | [
"no_license"
] | [
{
"path": "roles/proxy-config/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - proxy-config",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/proxy-config/vars/main.yml",
"content": "---\n# vars fil... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | djdagovs/AzuraCore | e5b94fc61dd10ded21b9049d92317b9ba4366eba | 0 | example/util/ansible/roles/composer | 3,798 | [
"no_license"
] | [
{
"path": "example/util/ansible/roles/composer/tasks/main.yml",
"content": "---\n- name: Install Composer\n become: true\n shell: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer\n args:\n creates: /usr/bin/composer\n warn: no\n\n- name: Install Compose... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | djdagovs/AzuraCore | e5b94fc61dd10ded21b9049d92317b9ba4366eba | 0 | example/util/ansible/roles/init | 3,798 | [
"no_license"
] | [
{
"path": "example/util/ansible/roles/init/tasks/main.yml",
"content": "---\n - debug:\n msg: \"Running Ansible on {{ inventory_hostname }} with OS {{ ansible_distribution }} {{ ansible_distribution_release }} {{ ansible_distribution_version }} {{ ansible_architecture }} ({{ app_env }})\"\n\n - debug... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | djdagovs/AzuraCore | e5b94fc61dd10ded21b9049d92317b9ba4366eba | 0 | example/util/ansible/roles/mariadb | 3,798 | [
"no_license"
] | [
{
"path": "example/util/ansible/roles/mariadb/handlers/main.yml",
"content": "---\n- name: restart mysql\n service: name=mysql enabled=yes state=restarted\n\n- name: send mysql notification\n debug:\n msg: \"The MySQL 'root'@'localhost' account has had its password updated. The new password is: {{ mysq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3812,
"all_permissive": false
} |
ansible_role | djdagovs/AzuraCore | e5b94fc61dd10ded21b9049d92317b9ba4366eba | 0 | example/util/ansible/roles/nginx | 3,798 | [
"no_license"
] | [
{
"path": "example/util/ansible/roles/nginx/tasks/main.yml",
"content": "---\n - name: Install nginx\n become: true\n apt: pkg=nginx state=latest\n\n - name: Change default nginx site\n become: true\n template: src=default.j2 dest=/etc/nginx/sites-available/default\n notify: restart nginx\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1375,
"all_permissive": false
} |
ansible_role | djdagovs/AzuraCore | e5b94fc61dd10ded21b9049d92317b9ba4366eba | 0 | example/util/ansible/roles/php | 3,798 | [
"no_license"
] | [
{
"path": "example/util/ansible/roles/php/tasks/main.yml",
"content": "---\n - name: Add PHP PPA repository\n become: true\n apt_repository: repo=ppa:ondrej/php\n register: installed_php_ppa\n\n - name: Update apt again\n become: true\n apt: update_cache=yes\n when: installed_php_ppa.ch... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1414,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_base | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_base/tasks/config.yml",
"content": "- name: copy_xml_files\n template: src={{ item }}.j2 dest=/etc/hadoop/conf/{{ item }}\n with_items:\n - core-site.xml\n - hdfs-site.xml\n - yarn-site.xml\n - mapred-site.xml\n - hadoop-metrics2.properties\n\n- name: chmod_xml_files\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 856,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_hbase_master | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_hbase_master/tasks/install.yml",
"content": "- name: install_namenode_packages\n yum: name={{ item }} state=installed\n with_items:\n - hbase-master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 104,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_hbase_slave | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_hbase_slave/tasks/install.yml",
"content": "- name: install_namenode_packages\n yum: name={{ item }} state=installed\n with_items:\n - hbase-regionserver",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 109
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_hive | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_hive/tasks/install.yml",
"content": "- name: install_hiveserver_packages\n yum: name={{ item }} state=installed\n with_items:\n - hive\n - hive-server2\n - postgresql-server \n - postgresql-jdbc\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1820,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_kafka | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_kafka/tasks/main.yml",
"content": "---\n- name: Download the kafka\n yum: name={{ item }} state=present update_cache=yes\n with_items:\n - kafka-server\n - kafka\n\n- name: Configure Kafka server\n template: src=server.properties.j2 dest=\"/etc/kafka/conf/server.properties\"\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 602,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_namenode | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_namenode/tasks/install.yml",
"content": "- name: install_namenode_pkgs\n yum: name={{ item }} state=installed\n with_items:\n - hadoop-hdfs-namenode\n - hadoop-hdfs-zkfc\n - hadoop-mapreduce-historyserver\n - hadoop-hdfs-secondarynamenode\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 | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_resourcemanager | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_resourcemanager/tasks/install.yml",
"content": "- name: install_resourcemanager_pkgs\n yum: name={{ item }} state=installed\n with_items:\n - hadoop-yarn-resourcemanager\n - hadoop-yarn-proxyserver\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_spark | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_spark/tasks/install.yml",
"content": "- name: install_spark_worker\n yum: name={{ item }} state=installed\n with_items:\n - spark-core\n# - spark-worker\n - spark-python\n\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 | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_spark_history | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_spark_history/tasks/config.yml",
"content": "- name: start spark_history_server\n systemd: name=spark-history-server state=started enabled=yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/cdh5_spark_history/tasks... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/cdh5_spark_master | 3,798 | [
"no_license"
] | [
{
"path": "roles/cdh5_spark_master/tasks/install.yml",
"content": "- name: install_spark_master\n yum: name={{ item }} state=installed\n with_items:\n - spark-core\n - spark-python\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 114,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/common | 3,798 | [
"no_license"
] | [
{
"path": "roles/common/tasks/security.yml",
"content": "- name: check_firewalld_installed\n yum: \n list: firewalld\n register: is_firewalld_installed\n ignore_errors: True\n\n- name: stop_iptables_for_centos7\n systemd: name=firewalld state=stopped enabled=no\n when: is_firewalld_installed.results[... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/jdk | 3,798 | [
"no_license"
] | [
{
"path": "roles/jdk/tasks/main.yml",
"content": "---\n- include: oracle.yml\n- include: config.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/jdk/files/java.sh",
"content": "export JAVA_HOME=/usr/java/default\nexport PATH=$PATH:$J... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | heeroz/cdh5_for_centos7 | 4d386d2250ab8b19cc49eae6fc932c222cb77d0d | 0 | roles/zookeeper_server | 3,798 | [
"no_license"
] | [
{
"path": "roles/zookeeper_server/tasks/install.yml",
"content": "- name: install_zookeeper_packages\n yum: name={{ item }} state=installed update_cache=yes\n with_items:\n - zookeeper-server\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
},
{
"path": "... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 497,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.