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 | kenzo0107/Vagrant-Ansible | c93a5735dcea88a7b440059e47ee5833f3f6f22c | 3 | centos6/lamp/roles/mysql | 7,566 | [
"no_license"
] | [
{
"path": "centos6/lamp/roles/mysql/tasks/mysql_secure_installation.yml",
"content": "---\n\n# - name: Execute mysql_secure_installation\n# script: secure_install.sh \"\"\n# sudo: yes\n# ignore_errors: True\n\n# - name: update mysql root passwd\n# mysql_user: name=root host={{ item }} password={{ my... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3975,
"all_permissive": false
} |
ansible_role | kenzo0107/Vagrant-Ansible | c93a5735dcea88a7b440059e47ee5833f3f6f22c | 3 | centos6/lamp/roles/php | 7,566 | [
"no_license"
] | [
{
"path": "centos6/lamp/roles/php/vars/main.yml",
"content": "---\n\nsrc_dir: '/usr/local/src'\n\nphp_major_version: '5'\nphp_minor_version: '3.9'\nphp_version: \"{{ php_major_version }}.{{ php_minor_version }}\"\nphp_name: \"php-{{ php_version }}\"\nphp_dl_url: \"http://museum.php.net/php{{ php_major_versi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1899,
"all_permissive": false
} |
ansible_role | kenzo0107/Vagrant-Ansible | c93a5735dcea88a7b440059e47ee5833f3f6f22c | 3 | centos6/lamp/roles/redis | 7,566 | [
"no_license"
] | [
{
"path": "centos6/lamp/roles/redis/tasks/phpredis.yml",
"content": "---\n\n- name: git clone https://...phpredis.git\n git: repo=https://github.com/nicolasff/phpredis.git dest={{ src_dir }}/phpredis\n\n- name: make install redis\n shell: cd {{ src_dir }}/phpredis;{{ item }}\n with_items:\n - /usr/loc... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1690,
"all_permissive": false
} |
ansible_role | kenzo0107/Vagrant-Ansible | c93a5735dcea88a7b440059e47ee5833f3f6f22c | 3 | centos6/lnmg/roles/common | 7,566 | [
"no_license"
] | [
{
"path": "centos6/lnmg/roles/common/tasks/pip.yml",
"content": "---\n\n#- name: install pip\n# shell: curl -kL https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python\n\n- name: install pip packages\n pip: name={{ item }} state=latest\n with_items:\n - \"{{ pip_pacakage }}\"\n",
"license... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | kenzo0107/Vagrant-Ansible | c93a5735dcea88a7b440059e47ee5833f3f6f22c | 3 | centos6/lnmg/roles/go | 7,566 | [
"no_license"
] | [
{
"path": "centos6/lnmg/roles/go/vars/main.yml",
"content": "---\n\nsrc_dir: '/usr/local/src'\n\ngo_version: '1.4.1'\ngo_name: \"go{{ go_version }}.linux-amd64\"\ngo_dl_url: \"https://storage.googleapis.com/golang/{{ go_name }}.tar.gz\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 921,
"all_permissive": false
} |
ansible_role | kenzo0107/Vagrant-Ansible | c93a5735dcea88a7b440059e47ee5833f3f6f22c | 3 | centos6/lnmg/roles/mysql | 7,566 | [
"no_license"
] | [
{
"path": "centos6/lnmg/roles/mysql/tasks/mysql_secure_installation.yml",
"content": "---\n\n- name: copy user my.cnf file with root passwd credentials\n template: src=my.cnf.j2 dest=/root/.my.cnf owner=root group=root mode=0600\n\n# - name: delete anonymous mysql user\n# mysql_user: login_user=root logi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1592,
"all_permissive": false
} |
ansible_role | kenzo0107/Vagrant-Ansible | c93a5735dcea88a7b440059e47ee5833f3f6f22c | 3 | centos6/lnmg/roles/nginx | 7,566 | [
"no_license"
] | [
{
"path": "centos6/lnmg/roles/nginx/vars/main.yml",
"content": "---\n\nsrc_dir: '/usr/local/src'\n\nnginx_version: '1.9.0'\nnginx_dl_url: \"http://nginx.org/download/nginx-{{ nginx_version }}.tar.gz\"\nnginx_name: \"nginx-{{ nginx_version }}\"\n\nyum_package:\n - pcre\n - pcre-devel \n - zlib\n - zlib-d... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2326,
"all_permissive": false
} |
ansible_role | GSIL-Monitor/ansible-playbook | c118f55f1adef19611127766c5d68453abc13494 | 0 | roles/base | 7,555 | [
"no_license"
] | [
{
"path": "roles/base/tasks/yum-utils.yml",
"content": "---\n- name: yum install base\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - ntpdate\n - vim\n - telnet\n - yum-utils\n - bash-completion\n - tree",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1811,
"all_permissive": false
} |
ansible_role | GSIL-Monitor/ansible-playbook | c118f55f1adef19611127766c5d68453abc13494 | 0 | roles/docker | 7,555 | [
"no_license"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\n# defaults file for docker\nDIR_USER_LOCAL_BIN: \"/usr/local/bin\"\n\nBIN_DOCKER_COMPOSE: \n url: \"https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)\"\n dest: \"{{ DIR_USER_LOCAL_BIN }}/docker-com... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3632,
"all_permissive": false
} |
ansible_role | GSIL-Monitor/ansible-playbook | c118f55f1adef19611127766c5d68453abc13494 | 0 | roles/docker-images-convert | 7,555 | [
"no_license"
] | [
{
"path": "roles/docker-images-convert/defaults/main.yml",
"content": "---\n# defaults file for docker-images-convert",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/docker-images-convert/tasks/main.yml",
"content": "---\n# tasks file for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1455,
"all_permissive": false
} |
ansible_role | GSIL-Monitor/ansible-playbook | c118f55f1adef19611127766c5d68453abc13494 | 0 | roles/etcd | 7,555 | [
"no_license"
] | [
{
"path": "roles/etcd/templates/etcd_snapshot_backup.sh.j2",
"content": "#!/usr/bin/env bash\n#\n\nBACKUP_DIR=\"{{ SYSTEM_DATA_HOME }}/etcd\"\nDATE_TIME=`date \"+%Y%m%d-%H%M%S\"`\n\n/opt/etcd/etcdctl \\\n--endpoints={% for host in play_hosts %}{{ hostvars[host].ansible_hostname}}.{{ ETCD_CA_CN }}=https://{{... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5945,
"all_permissive": false
} |
ansible_role | GSIL-Monitor/ansible-playbook | c118f55f1adef19611127766c5d68453abc13494 | 0 | roles/kubeadm-init | 7,555 | [
"no_license"
] | [
{
"path": "roles/kubeadm-init/tasks/main.yml",
"content": "---\n# tasks file for kube-init\n- name: stop useless system service\n service:\n name: \"{{ item }}\"\n state: stopped\n enable: false\n with_items:\n - \"firewalld\"\n - \"postfix\"\n - \"cups\"\n ignore_errors: True\n\n- name... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5899,
"all_permissive": false
} |
ansible_role | GSIL-Monitor/ansible-playbook | c118f55f1adef19611127766c5d68453abc13494 | 0 | roles/nodejs | 7,555 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n# tasks file for nodejs\n- name: download nodejs binary package\n get_url: \n url: \"{{ URL_NODEJS_PKG }}\"\n dest: \"/tmp\"\n\n\n- name: make HOME_NODEJS is exist\n file:\n path: \"{{ HOME_NODEJS }}\" \n state: directory\n\n- name: una... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1368,
"all_permissive": false
} |
ansible_role | SiddharthaShandilya/air_quality_index_prediction | 1b299338a7e67eccfbab594fdd1ea639b6875bbe | 3 | devops/roles/docker | 7,555 | [
"no_license"
] | [
{
"path": "devops/roles/docker/tasks/main.yml",
"content": "---\r\n- name: \" DOCKER REPOSITORY\"\r\n yum_repository: \r\n name: \"docker\"\r\n description: \" Docker-repo\"\r\n baseurl: \" https://download.docker.com/linux/centos/7/x86_64/stable\"\r\n gpgcheck: \"no\"\r\n\r\n- name: checking ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 865,
"all_permissive": false
} |
ansible_role | SiddharthaShandilya/air_quality_index_prediction | 1b299338a7e67eccfbab594fdd1ea639b6875bbe | 3 | devops/roles/webserver | 7,555 | [
"no_license"
] | [
{
"path": "devops/roles/webserver/defaults/main.yml",
"content": "---\r\n# defaults file for webserver",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "devops/roles/webserver/tasks/main.yml",
"content": "---\r\n# tasks file for webserver\r\n\r\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | Sanchit2323/Redis-ansible | d73dad22d601963d62aa65fe8ef7d6a93b9e4f8f | 0 | roles/my_redis_cluster_role | 7,555 | [
"no_license"
] | [
{
"path": "roles/my_redis_cluster_role/defaults/main.yml",
"content": "---\nredis_version: 7.0.6\nredis_conf_dir: \"/etc/redis\"\nredis_data_dir: \"/opt/redis/data\"\nredis_log_dir: \"/var/log/redis\"\nredis_port: 6379\nredis_cluster_config_dir: \"/etc/redis/cluster\"\nredis_cluster_config_file: \"/etc/redi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 906,
"all_permissive": false
} |
ansible_role | SantiagoSR/ansible_repo | df741c27872ed29982e12258c2ac29663811658a | 0 | roles/bastion | 7,555 | [
"no_license"
] | [
{
"path": "roles/bastion/files/ansible_repo/data_base.yml",
"content": "---\n- hosts: db_host\n roles:\n - db_host",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/bastion/tasks/main.yml",
"content": "---\n- name: Copy ansible_project ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2163,
"all_permissive": false
} |
ansible_role | SantiagoSR/ansible_repo | df741c27872ed29982e12258c2ac29663811658a | 0 | roles/bastion/files/ansible_repo/roles/common | 7,555 | [
"no_license"
] | [
{
"path": "roles/bastion/files/ansible_repo/roles/common/tasks/main.yml",
"content": "---\n- name: Ensure connection\n debug:\n msg: \"The bastion is connected\"\n- name : Which directory\n shell:\n cmd: |\n cd /home/ubuntu/\n pwd\n ls -la\n echo \"ready to run common tasks\"",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 204,
"all_permissive": false
} |
ansible_role | SantiagoSR/ansible_repo | df741c27872ed29982e12258c2ac29663811658a | 0 | roles/bastion/files/ansible_repo/roles/db_host | 7,555 | [
"no_license"
] | [
{
"path": "roles/bastion/files/ansible_repo/roles/db_host/tasks/main.yml",
"content": "- name: Copy .env file\n become: yes\n become_method: sudo\n copy:\n src: db_host\n dest: /home/ubuntu/db_host\n owner: ubuntu\n\n- name: DB fill query\n become: yes\n become_method: sudo\n shell:\n cmd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | SantiagoSR/ansible_repo | df741c27872ed29982e12258c2ac29663811658a | 0 | roles/bastion/files/ansible_repo/roles/web_servers | 7,555 | [
"no_license"
] | [
{
"path": "roles/bastion/files/ansible_repo/roles/web_servers/tasks/main.yml",
"content": "---\n- name: Copy files UI\n become: yes\n become_method: sudo\n copy:\n src: .env\n dest: /home/ubuntu/movies-ui/.env\n owner: ubuntu\n\n- name: Copy files API\n become: yes\n become_method: sudo\n cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | SantiagoSR/ansible_repo | df741c27872ed29982e12258c2ac29663811658a | 0 | roles/db_host | 7,555 | [
"no_license"
] | [
{
"path": "roles/db_host/tasks/main.yml",
"content": "- name: DB fill query\n become: yes\n become_method: sudo\n shell:\n cmd: |\n cd /home/ubuntu/\n mysql -usantiago -e \"SOURCE /home/ubuntu/movie-api/data_model/table_creation_and_inserts.sql;\" -h$(tail -1 /home/ubuntu/ansible_repo/roles/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 283,
"all_permissive": false
} |
ansible_role | alter2000/.dots | 795fb9b78c1d59afa137ac17715ef12e00887871 | 4 | ansible/roles/arch | 7,555 | [
"permissive"
] | [
{
"path": "ansible/roles/arch/tasks/main.yml",
"content": "---\n- name: copy pacman config\n file:\n src: pacman.conf\n dest: /etc/pacman.conf\n owner: root\n group: root\n mode: 0644\n\n- name: copy touchpad config\n file:\n src: 30-pointers.conf\n dest: /etc/X11/xorg.conf.d/30-point... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3366,
"all_permissive": true
} |
ansible_role | alter2000/.dots | 795fb9b78c1d59afa137ac17715ef12e00887871 | 4 | ansible/roles/common | 7,555 | [
"permissive"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# - name: set up ansible user for config sync\n# user:\n# name: ansible\n# uid: 900\n\n# - name: add primary user\n# user:\n# name: alter2000\n# uid: 1000\n# state: present\n# createhome: true\n# comment: <NAME... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 5233,
"all_permissive": true
} |
ansible_role | alter2000/.dots | 795fb9b78c1d59afa137ac17715ef12e00887871 | 4 | ansible/roles/comms | 7,555 | [
"permissive"
] | [
{
"path": "ansible/roles/comms/tasks/main.yml",
"content": "---\n- name: set up pandoc\n file:\n force: true\n state: link\n src: \"{{dotdir}}/pandoc\"\n dest: ~/.pandoc\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": true
} |
ansible_role | alter2000/.dots | 795fb9b78c1d59afa137ac17715ef12e00887871 | 4 | ansible/roles/desktop | 7,555 | [
"permissive"
] | [
{
"path": "ansible/roles/desktop/tasks/main.yml",
"content": "---\n- name: set up xinitrc\n file:\n force: true\n state: link\n src: \"{{dotdir}}/X/xinitrc\"\n dest: ~/.xinitrc\n\n- name: set up Xresources\n file:\n force: true\n state: link\n src: \"{{dotdir}}/X/Xresources\"\n des... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1578,
"all_permissive": true
} |
ansible_role | alter2000/.dots | 795fb9b78c1d59afa137ac17715ef12e00887871 | 4 | ansible/roles/media | 7,555 | [
"permissive"
] | [
{
"path": "ansible/roles/media/tasks/main.yml",
"content": "---\n- name: set up beets\n file:\n force: true\n state: link\n src: \"{{dotdir}}/beets\"\n dest: \"{{xdg.config_home}}/beets\"\n\n- name: set up mpd\n file:\n force: true\n state: link\n src: \"{{dotdir}}/mpd\"\n dest: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": true
} |
ansible_role | alter2000/.dots | 795fb9b78c1d59afa137ac17715ef12e00887871 | 4 | ansible/roles/shell | 7,555 | [
"permissive"
] | [
{
"path": "ansible/roles/shell/tasks/main.yml",
"content": "---\n- name: set up bash\n file:\n force: true\n state: link\n src: \"{{dotdir}}/bashrc\"\n dest: ~/.bashrc\n\n- name: set up readline\n file:\n force: true\n state: link\n src: \"{{dotdir}}/inputrc\"\n dest: ~/.inputrc\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 982,
"all_permissive": true
} |
ansible_role | alter2000/.dots | 795fb9b78c1d59afa137ac17715ef12e00887871 | 4 | ansible/roles/systemd | 7,555 | [
"permissive"
] | [
{
"path": "ansible/roles/systemd/tasks/main.yml",
"content": "---\n- name: get systemd directory\n file:\n state: directory\n dest: \"{{xdg.config_home}}/systemd/user\"\n\n- name: set up services\n file:\n force: true\n state: link\n src: \"{{dotdir}}/systemd\"\n dest: \"{{xdg.config_hom... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1179,
"all_permissive": true
} |
ansible_role | alter2000/.dots | 795fb9b78c1d59afa137ac17715ef12e00887871 | 4 | ansible/roles/term | 7,555 | [
"permissive"
] | [
{
"path": "ansible/roles/term/tasks/main.yml",
"content": "---\n- name: set up alacritty\n file:\n force: true\n state: link\n src: \"{{dotdir}}/alacritty\"\n dest: \"{{xdg.config_home}}/alacritty\"\n\n- name: set up termite\n file:\n force: true\n state: link\n src: \"{{dotdir}}/term... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1315,
"all_permissive": true
} |
ansible_role | alter2000/.dots | 795fb9b78c1d59afa137ac17715ef12e00887871 | 4 | ansible/roles/web | 7,555 | [
"permissive"
] | [
{
"path": "ansible/roles/web/tasks/main.yml",
"content": "---\n- name: set up elinks files\n file:\n force: true\n state: link\n src: \"{{dotdir}}/elinks\"\n dest: \"{{xdg.config_home}}/elinks/elinks.conf\"\n\n- name: set up newsboat\n file:\n force: true\n state: link\n src: \"{{dotd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": true
} |
ansible_role | Jayalfonso1313/Hands_on_Activity_15.1 | 3157f008cd4ffe8e8d447ba45e226c83c1ce4986 | 0 | roles/cinder | 7,555 | [
"no_license"
] | [
{
"path": "roles/cinder/tasks/main.yml",
"content": "#Cinder\n\n- name: install the packages for cinder (1) controller node\n apt:\n name: cinder-api\n\n- name: install cinder scheduler\n shell: sudo apt install cinder-scheduler\n\n- name: configure database access\n copy:\n dest: /etc/cinder/cinde... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4384,
"all_permissive": false
} |
ansible_role | Jayalfonso1313/Hands_on_Activity_15.1 | 3157f008cd4ffe8e8d447ba45e226c83c1ce4986 | 0 | roles/horizon | 7,555 | [
"no_license"
] | [
{
"path": "roles/horizon/tasks/main.yml",
"content": "#Horizon\n\n- name: configuring the dashboard to use Openstack services\n copy:\n dest: /etc/openstack-dashboard/local_settings.py\n content: |\n OPENSTACK_HOST = \"controller\"\n\n- name: Allowing all hosts to access dashboard\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3434,
"all_permissive": false
} |
ansible_role | Jayalfonso1313/Hands_on_Activity_15.1 | 3157f008cd4ffe8e8d447ba45e226c83c1ce4986 | 0 | roles/neutron | 7,555 | [
"no_license"
] | [
{
"path": "roles/neutron/tasks/main.yml",
"content": "#Neutron\n\n- name: installing the components for neutron\n apt:\n name: neutron-linuxbridge-agent\n when: ansible_distribution == \"Ubuntu\"\n\n- name: configuring RabbitMQ message queue access\n copy:\n dest: /etc/neutron/neutron.conf\n co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2076,
"all_permissive": false
} |
ansible_role | Le1fStyle/ISE-FMC-FTD | ecbfafe7265f17b1f36bb60748311357f4024bf7 | 0 | ansible/roles/vcenter | 7,555 | [
"no_license"
] | [
{
"path": "ansible/roles/vcenter/tasks/install_from_iso_ubuntu.yml",
"content": "---\n- name: Setup Ubuntu server\n hosts: localhost\n gather_facts: no\n vars:\n ansible_python_interpreter: /opt/homebrew/bin/python3\n vcenter:\n host: \"{{ lookup('env','vcenter_host') }}\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 12051,
"all_permissive": false
} |
ansible_role | Le1fStyle/ISE-FMC-FTD | ecbfafe7265f17b1f36bb60748311357f4024bf7 | 0 | ansible/roles/windows-server-2022 | 7,555 | [
"no_license"
] | [
{
"path": "ansible/roles/windows-server-2022/defaults/main.yml",
"content": "---\n# flags to control the bahviour of the role\nwindows_from_iso: false\nwindows_ad_server: false\nwindows_dns_server: false\n\n# python interpreter with the correct packages installed\n#ansible_python_interpreter: /opt/... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5111,
"all_permissive": false
} |
ansible_role | tessercat/dict-deploy | f0f4885a7d714550c920a2f7ec49dacdb98a3768 | 0 | roles/web | 7,555 | [
"no_license"
] | [
{
"path": "roles/web/templates/nginx.conf",
"content": "server {\n listen 80;\n listen [::]:80;\n server_name {{ dictionary_domain }};\n location / {\n return 301 https://{{ dictionary_domain }}$request_uri;\n }\n}\nupstream dictionary {\n server 127.0.0.1:{{ dictionary_web_port }};... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5724,
"all_permissive": false
} |
ansible_role | maksymkaD/ansible_database_config | 3db5e275699645270c1a7d5e4a7b7adb61c36018 | 0 | roles/postgres | 7,555 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "- name: Install PostgreSQL\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - postgresql\n - postgresql-contrib\n\n- name: Ensure PostgreSQL is running\n service:\n name: postgresql\n state: started\n enabled: yes\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1558,
"all_permissive": false
} |
ansible_role | dgorley/pro-desktop | efc02bbba4839f5650905da8cfadae5594091368 | 0 | roles/base-tools | 7,568 | [
"no_license"
] | [
{
"path": "roles/base-tools/tasks/main.yml",
"content": "---\n- name: Add the PGDG apt repository \n apt_repository:\n repo: deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main\n state: present\n\n- name: Import the PGDG repository key\n apt_key:\n url: https://www.postgresql.org/media/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | dgorley/pro-desktop | efc02bbba4839f5650905da8cfadae5594091368 | 0 | roles/docker | 7,568 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Add the GPG key for the official Docker repository\n apt_key:\n keyserver: p80.pool.sks-keyservers.net:80\n id: <KEY>\n\n- name: Add the Docker repository to APT sources\n apt_repository:\n repo: deb https://apt.dockerproject.org/r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | dgorley/pro-desktop | efc02bbba4839f5650905da8cfadae5594091368 | 0 | roles/docker-postgresql | 7,568 | [
"no_license"
] | [
{
"path": "roles/docker-postgresql/tasks/main.yml",
"content": "---\n- name: Pull the PostgreSQL 9.6 Docker image\n docker_image:\n name: postgres:9.6\n\n- name: Create the PostgreSQL data volume container\n docker_container:\n name: postgres_9_6_data\n image: alpine:latest\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 660,
"all_permissive": false
} |
ansible_role | dgorley/pro-desktop | efc02bbba4839f5650905da8cfadae5594091368 | 0 | roles/docker-python36 | 7,568 | [
"no_license"
] | [
{
"path": "roles/docker-python36/tasks/main.yml",
"content": "---\n- name: Pull the Python 3.6 Docker image\n docker_image:\n name: python:3.6\n\n- name: Create the Python 3.6 container\n docker_container:\n name: python_3_6\n image: python:3.6\n state: present\n command: /bin/bash\n\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 229,
"all_permissive": false
} |
ansible_role | lr251516/tallerfebrero2024 | 66a684ebd8b1a9fd6f765548b2678d13888de00d | 0 | playbooks/roles/apache | 7,568 | [
"permissive"
] | [
{
"path": "playbooks/roles/apache/tasks/main.yml",
"content": "---\n- name: Install Apache\n ansible.builtin.apt:\n name: apache2\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Enable Apache\n ansible.builtin.apache2_module:\n name: proxy\n state: present\n notify: Resta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1062,
"all_permissive": true
} |
ansible_role | lr251516/tallerfebrero2024 | 66a684ebd8b1a9fd6f765548b2678d13888de00d | 0 | playbooks/roles/firewall | 7,568 | [
"permissive"
] | [
{
"path": "playbooks/roles/firewall/tasks/main.yml",
"content": "---\n- name: Ensure firewalld is installed on Rocky Linux\n ansible.builtin.yum:\n name: firewalld\n state: present\n when: ansible_facts['os_family'] == \"RedHat\"\n\n- name: Ensure firewalld is installed on Ubuntu\n ansible.builtin.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 729,
"all_permissive": true
} |
ansible_role | lr251516/tallerfebrero2024 | 66a684ebd8b1a9fd6f765548b2678d13888de00d | 0 | playbooks/roles/tomcat | 7,568 | [
"permissive"
] | [
{
"path": "playbooks/roles/tomcat/tasks/main.yml",
"content": "---\n- name: Ensure JDK 1.8 and tar is installed\n yum:\n name: java-1.8.0-openjdk, tar\n state: present\n\n- name: Ensure the group 'tomcat' exists\n group:\n name: tomcat\n state: present\n\n- name: Ensure the user 'tomcat' exist... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2243,
"all_permissive": true
} |
ansible_role | lr251516/tallerfebrero2024 | 66a684ebd8b1a9fd6f765548b2678d13888de00d | 0 | playbooks/roles/update_servers | 7,568 | [
"permissive"
] | [
{
"path": "playbooks/roles/update_servers/tasks/main.yml",
"content": "---\n# Update all packages in Ubuntu server\n- name: Update all packages to the latest version using APT\n ansible.builtin.apt:\n update_cache: yes\n upgrade: yes\n become: yes\n when: ansible_distribution == 'Ubuntu'\n notify:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 456,
"all_permissive": true
} |
ansible_role | oravirt/sweoug | 5b95da8dc5f7935d230ecc8ce255bd5be99f3e6d | 1 | 2-role/roles/host | 7,568 | [
"no_license"
] | [
{
"path": "2-role/roles/host/tasks/main.yml",
"content": "---\n# tasks file for host\n- name: Install packages\n yum: name={{ item }} state=installed\n with_items: \"{{os_packages}}\"\n tags: os_packages, oscheck\n\n- name: Disable firewall\n service: name=firewalld state=stopped enabled=no\n\n# - name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1745,
"all_permissive": false
} |
ansible_role | oravirt/sweoug | 5b95da8dc5f7935d230ecc8ce255bd5be99f3e6d | 1 | 2-role/roles/oracle-database | 7,568 | [
"no_license"
] | [
{
"path": "2-role/roles/oracle-database/tasks/main.yml",
"content": "---\n# tasks file for oracle-database\n- name: Create responsefile for listener configuration\n template: src=netca.rsp.j2 dest={{ oracle_stage_directory }}/netca.rsp\n become: true\n become_user: \"{{ oracle_user.name }}\"\n tags: res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1265,
"all_permissive": false
} |
ansible_role | oravirt/sweoug | 5b95da8dc5f7935d230ecc8ce255bd5be99f3e6d | 1 | 2-role/roles/oracle-server | 7,568 | [
"no_license"
] | [
{
"path": "2-role/roles/oracle-server/tasks/main.yml",
"content": "---\n# tasks file for oracle-server\n- name: Create directories\n file: path={{ item }} state=directory owner={{ oracle_user.name }} group={{ oracle_user.primgroup }} mode=775\n with_items:\n - \"{{ oracle_home }}\"\n - \"{{ orac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2610,
"all_permissive": false
} |
ansible_role | oravirt/sweoug | 5b95da8dc5f7935d230ecc8ce255bd5be99f3e6d | 1 | 3-modules/roles/oracle-database-parameters | 7,568 | [
"no_license"
] | [
{
"path": "3-modules/roles/oracle-database-parameters/tasks/main.yml",
"content": "- name: Set parameters\n oracle_parameter: hostname={{ inventory_hostname }} service_name={{ item.sn }} user={{ user }} password={{ <PASSWORD> }} name={{ item.name }} value=\"{{ item.value }}\" state={{ item.state }} scope={... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 308,
"all_permissive": false
} |
ansible_role | oravirt/sweoug | 5b95da8dc5f7935d230ecc8ce255bd5be99f3e6d | 1 | 3-modules/roles/oracle-database-pdb | 7,568 | [
"no_license"
] | [
{
"path": "3-modules/roles/oracle-database-pdb/tasks/main.yml",
"content": "- name: Create pdb\n oracle_pdb: name={{ oracle_db.pdb }} sourcedb={{ oracle_db.name }} state=present host={{ inventory_hostname }} un={{ user }} pw={{ oracle_db.passwd }} sn={{ oracle_db.name }}\n environment: oracle_env\n with... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | oravirt/sweoug | 5b95da8dc5f7935d230ecc8ce255bd5be99f3e6d | 1 | 3-modules/roles/oracle-database-roles | 7,568 | [
"no_license"
] | [
{
"path": "3-modules/roles/oracle-database-roles/tasks/main.yml",
"content": "- name: Create application role\n oracle_role: hostname={{ inventory_hostname }} service_name={{ oracle_db.pdb }} user={{ user }} password={{ <PASSWORD> }} role={{ item.name }} state={{ item.state }}\n environment: oracle_env\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | oravirt/sweoug | 5b95da8dc5f7935d230ecc8ce255bd5be99f3e6d | 1 | 3-modules/roles/oracle-database-services | 7,568 | [
"no_license"
] | [
{
"path": "3-modules/roles/oracle-database-services/tasks/main.yml",
"content": "\n- name: Create services\n oracle_services:\n name={{ item.name }}\n database_name={{ item.dbname }}\n pi={{ item.pi |default(omit) }}\n ai={{ item.ai|default(omit) }}\n pdb={{ item.pdb | de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 853,
"all_permissive": false
} |
ansible_role | oravirt/sweoug | 5b95da8dc5f7935d230ecc8ce255bd5be99f3e6d | 1 | 3-modules/roles/oracle-database-tablespaces | 7,568 | [
"no_license"
] | [
{
"path": "3-modules/roles/oracle-database-tablespaces/tasks/main.yml",
"content": "- name: Create tablespace\n oracle_tablespace:\n hostname={{ inventory_hostname }}\n service_name={{ oracle_db.pdb }}\n user={{ user }}\n password={{ <PASSWORD> }}\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | oravirt/sweoug | 5b95da8dc5f7935d230ecc8ce255bd5be99f3e6d | 1 | 3-modules/roles/oracle-database-users | 7,568 | [
"no_license"
] | [
{
"path": "3-modules/roles/oracle-database-users/tasks/main.yml",
"content": "- name: Create DBA user\n oracle_user:\n hostname={{ inventory_hostname }}\n service_name={{ oracle_db.pdb }}\n user={{ user }}\n password={{ <PASSWORD> }}\n schema={{ item.0.schema }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | nokogerra/k8s-single-ctrl-bootstrap | c2daeed3ca8acacc9346b60149aa2241be851866 | 0 | roles/k8s_add_worker_node | 7,568 | [
"no_license"
] | [
{
"path": "roles/k8s_add_worker_node/tasks/main.yml",
"content": "# code: language=ansible\n---\n- name: \"Join worker nodes to the cluster with registered join token (if the controller was bootstrapped by the same playbook)\"\n ansible.builtin.command: \"sudo {{ hostvars[groups['kube_ctrl'][0]]['worker_jo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | nokogerra/k8s-single-ctrl-bootstrap | c2daeed3ca8acacc9346b60149aa2241be851866 | 0 | roles/k8s_addon_calico | 7,568 | [
"no_license"
] | [
{
"path": "roles/k8s_addon_calico/defaults/main.yml",
"content": "# code: language=ansible\n---\nk8s_addon_calico_version: \"v3.25.1\"\nk8s_addon_calico_cidr: \"10.117.0.0/16\"\nk8s_addon_calico_block_size: \"26\"\nk8s_addon_calico_kube_config: \"/home/{{ ansible_user }}/.kube/config\"\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2455,
"all_permissive": false
} |
ansible_role | nokogerra/k8s-single-ctrl-bootstrap | c2daeed3ca8acacc9346b60149aa2241be851866 | 0 | roles/k8s_bootstrap_single_controller | 7,568 | [
"no_license"
] | [
{
"path": "roles/k8s_bootstrap_single_controller/tasks/reset_previous_k8s_installation.yml",
"content": "# code: language=ansible\n---\n- name: \"Run kubeadm reset\"\n ansible.builtin.command: kubeadm reset -f\n\n- name: \"Remove k8s and CNI artifacts\"\n ansible.builtin.file:\n path: \"{{ item }}\"\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4605,
"all_permissive": false
} |
ansible_role | nokogerra/k8s-single-ctrl-bootstrap | c2daeed3ca8acacc9346b60149aa2241be851866 | 0 | roles/k8s_prepare_node | 7,568 | [
"no_license"
] | [
{
"path": "roles/k8s_prepare_node/tasks/disable_swap.yml",
"content": "# code: language=ansible\n---\n- name: \"Disable swap\"\n ansible.builtin.command: swapoff -a\n changed_when: true\n when: ansible_facts['swaptotal_mb'] > 0\n\n- name: \"Remove swap from fstab\"\n ansible.builtin.lineinfile:\n pat... | {
"task_files": 13,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 8103,
"all_permissive": false
} |
ansible_role | thachnv92/cicd-demo-deployment | 6daffac6cbc48fd61105a9c230958497bd56311a | 0 | roles/haproxy | 7,568 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n- name: Ensure HAProxy is installed.\n apt: name=haproxy state=present\n\n- name: Get HAProxy version.\n command: haproxy -v\n register: haproxy_version_result\n changed_when: false\n check_mode: false\n\n- name: Ensure HAProxy is started and e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | rblack42/ansible-mac-setup | dccf00b6f7570558d02736716aa74934b49d450f | 0 | roles/python | 7,568 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: install python\n homebrew:\n name={{ item }}\n state=latest\n with_items:\n - python\n - python3\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 117,
"all_permissive": false
} |
ansible_role | the-maldridge/ecsirc | d4d610411ca9916408b23aecddf84c1c7b88ff27 | 0 | roles/base | 7,568 | [
"no_license"
] | [
{
"path": "roles/base/templates/interfaces.j2",
"content": "auto lo {{ interface }}\niface lo inet loopback\n\nallow-hotplug {{ interface }}\niface {{ interface }} inet static\n address {{ ip_address }}\n netmask 255.255.255.0\n gateway 192.168.42.3\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1638,
"all_permissive": false
} |
ansible_role | the-maldridge/ecsirc | d4d610411ca9916408b23aecddf84c1c7b88ff27 | 0 | roles/inspircd | 7,568 | [
"no_license"
] | [
{
"path": "roles/inspircd/tasks/main.yml",
"content": "---\n- name: Configure firewall for InspIRCd\n copy: src=inspircd.rules dest=/etc/iptables.d/inspircd.rules owner=root group=root mode=0644\n notify:\n - iptables\n- name: Copy InspIRCd build artifacts\n copy: src=inspircd dest=/opt/ owner=irc group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1248,
"all_permissive": false
} |
ansible_role | pankaj405586/grafana | cdce3bb1e036848d3d564de50b4ec69b68fabd64 | 0 | roles/setup_grafana | 7,570 | [
"no_license"
] | [
{
"path": "roles/setup_grafana/handlers/main.yml",
"content": "---\n- name: Restart grafana server\n systemd:\n name: grafana-server\n state: restarted\n\n- name: Restart Nginx\n service:\n name: nginx\n enabled: yes\n state: started",
"license_type": "no_license",
"detected_license... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2941,
"all_permissive": false
} |
ansible_role | Henkmais/myFirstAnsible | d0e314f530890f3e2383a7e05011fab1427ba3b3 | 0 | roles/aptInstall | 7,570 | [
"no_license"
] | [
{
"path": "roles/aptInstall/tasks/main.yml",
"content": "---\n- name: Updating linux servers\n hosts: linuxServers\n become: yes\n tasks:\n - name: Update the Linux system\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n",
"license_type": "no_license",
"detected_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 185,
"all_permissive": false
} |
ansible_role | Henkmais/myFirstAnsible | d0e314f530890f3e2383a7e05011fab1427ba3b3 | 0 | roles/routers | 7,570 | [
"no_license"
] | [
{
"path": "roles/routers/tasks/main.yml",
"content": "- name: \"Create basic settings for Cisco routers\"\n become: yes\n hosts: routers\n tasks:\n \n - name: \"Configure hostname from inventory\"\n ios_config:\n lines:\n - hostname {{ inventory_hostname }}\n\n - name: \"Se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1280,
"all_permissive": false
} |
ansible_role | jovencioavilajr/pbis | e570eb20848cc7cb8c6afe58b998bfb734d8e512 | 0 | roles/pbis | 7,570 | [
"no_license"
] | [
{
"path": "roles/pbis/tasks/ubuntu.yml",
"content": "---\n# tasks file for pbis on Ubuntu\n# repo info available: http://repo.pbis.beyondtrust.com/apt.html\n\n - name: Ubuntu | add BeyondTrust PBIS open apt repo key\n apt_key: url=http://repo.pbis.beyondtrust.com/apt/RPM-GPG-KEY-pbis\n become: true\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1070,
"all_permissive": false
} |
ansible_role | pmazurek/devops-showcase | 16e249c8ed2ee1e454b6624cb38a149d3d1d9ab1 | 1 | ansible/roles/grafana | 7,570 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/templates/default-dashboard.json",
"content": "{\n \"annotations\": {\n \"list\": [\n {\n \"builtIn\": 1,\n \"datasource\": {\n \"type\": \"grafana\",\n \"uid\": \"-- Grafana --\"\n },\n \"enable\": true,\n \"hide... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4350,
"all_permissive": false
} |
ansible_role | pmazurek/devops-showcase | 16e249c8ed2ee1e454b6624cb38a149d3d1d9ab1 | 1 | ansible/roles/kube-common | 7,570 | [
"no_license"
] | [
{
"path": "ansible/roles/kube-common/tasks/main.yml",
"content": "- name: Add kernel modules\n copy:\n dest: /etc/modules-load.d/containerd.conf\n src: modules-containerd.conf\n\n- name: Run modprobe\n shell: \"modprobe {{ item }}\"\n with_items:\n - overlay\n - br_netfilter\n\n- name: Copy i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1585,
"all_permissive": false
} |
ansible_role | pmazurek/devops-showcase | 16e249c8ed2ee1e454b6624cb38a149d3d1d9ab1 | 1 | ansible/roles/kube-deployment | 7,570 | [
"no_license"
] | [
{
"path": "ansible/roles/kube-deployment/tasks/deploy_app.yml",
"content": "\n- name: Ensure all subdirs exist\n ansible.builtin.file:\n path: \"{{ kube_deployments_dir }}/{{ outer_item }}\"\n state: directory\n tags: deploy_apps\n\n- name: Copy all the required files\n ansible.builtin.template:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2599,
"all_permissive": false
} |
ansible_role | ministryofjustice/modernisation-platform-ami-builds | e05b3256b91520b6adbb0374d0609eec8d478f4f | 11 | ansible/roles/stig-harden-rhel6 | 7,570 | [
"no_license"
] | [
{
"path": "ansible/roles/stig-harden-rhel6/vars/rhel6-stig.yml",
"content": "rhel6stig_update_all_packages: no\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "ansible/roles/stig-harden-rhel6/tasks/stig-harden-rhel6.yml",
"content": "- include... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2561,
"all_permissive": false
} |
ansible_role | mwadman/kubernetes_roles | 990fdf707a2b3ea83191bc7e5c4fc7028440131e | 0 | roles/helm_package | 7,570 | [
"no_license"
] | [
{
"path": "roles/helm_package/README.md",
"content": "Helm Package Role\n=================\n\nInstalls, upgrades and deletes Helm packages.\n\nRequirements\n------------\n\n- Requires the [Kubernetes Core Ansible Collection](https://docs.ansible.com/ansible/latest/collections/kubernetes/core/index.html) be ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 8350,
"all_permissive": false
} |
ansible_role | mwadman/kubernetes_roles | 990fdf707a2b3ea83191bc7e5c4fc7028440131e | 0 | roles/helm_repository | 7,570 | [
"no_license"
] | [
{
"path": "roles/helm_repository/tasks/main.yml",
"content": "---\n- name: Manage Helm repositories\n kubernetes.core.helm_repository:\n repo_name: \"{{ item.repo_name }}\"\n repo_state: \"{{ item.repo_state | default('present') }}\"\n repo_url: \"{{ item.repo_url if ((item.repo_state is defined a... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3510,
"all_permissive": false
} |
ansible_role | mwadman/kubernetes_roles | 990fdf707a2b3ea83191bc7e5c4fc7028440131e | 0 | roles/k8s_object | 7,570 | [
"no_license"
] | [
{
"path": "roles/k8s_object/defaults/main.yml",
"content": "---\nk8s_objects: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 20
},
{
"path": "roles/k8s_object/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: Manages Kubernetes ob... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 7613,
"all_permissive": false
} |
ansible_role | sammervalgas/ansible-devtools-macos | caf0829cd3da0966f8c68da372f31308abc95703 | 1 | roles/ansible-role-devtools-macos | 7,570 | [
"no_license"
] | [
{
"path": "roles/ansible-role-devtools-macos/handlers/main.yml",
"content": "---\n# handlers file for jcati.iac_devtools",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/ansible-role-devtools-macos/tasks/homebrew-conf.yml",
"content": "---... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 21,
"total_bytes": 18150,
"all_permissive": false
} |
ansible_role | francomile/ansible-db-user | e7c9cd70c3e6b8926b0347499294d8b8cae1a6c4 | 0 | roles/db-user | 7,570 | [
"no_license"
] | [
{
"path": "roles/db-user/tasks/main.yml",
"content": "---\n# tasks for creating a SSH proxy user (dbmaster) and a MySQL user (mysql_user) for connectiong to the database.\n \n- name: Install python mysql bindings\n apt: name=python-mysqldb state=installed\n\n- name: Create user dbmaster on system\n user:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | tak-otomo/good-ansible | 0ae2dafbe5d1cdb67aca03c232e51a274017a764 | 0 | roles/copy2-index.html | 7,570 | [
"no_license"
] | [
{
"path": "roles/copy2-index.html/tasks/main.yml",
"content": "---\n- name: create ansible directory\n file:\n path: /usr/share/tomcat/webapps/ansible\n state: directory\n\n- name: copy static index.html to tomcat webapps/ansible/index.html\n template:\n src: index.html.app2\n dest: /usr/share... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | Cyber-MKO/ansible-labs | 02b8ae3145d5aab18842b74636ebbe274f3920ff | 0 | LSlab/roles/docker_setup | 7,570 | [
"no_license"
] | [
{
"path": "LSlab/roles/docker_setup/vars/main.yml",
"content": "# Variables for Docker and shell setup\ndocker_packages:\n RedHat: docker\n Debian: docker.io\n\ndefault_shell: /bin/zsh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118
},
{
"path": "LSlab/role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 730,
"all_permissive": false
} |
ansible_role | Cyber-MKO/ansible-labs | 02b8ae3145d5aab18842b74636ebbe274f3920ff | 0 | LSlab/roles/firewall | 7,570 | [
"no_license"
] | [
{
"path": "LSlab/roles/firewall/handlers/main.yml",
"content": "- name: Ensure iptables rules directory exists\n file:\n path: /etc/iptables\n state: directory\n\n- name: Save iptables rules\n shell: iptables-save > /root/dsl.fw\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | Cyber-MKO/ansible-labs | 02b8ae3145d5aab18842b74636ebbe274f3920ff | 0 | LSlab/roles/ntp | 7,570 | [
"no_license"
] | [
{
"path": "LSlab/roles/ntp/templates/chrony.conf.j2",
"content": "# Use public servers from the pool.ntp.org project.\nserver 0.fedora.pool.ntp.org iburst\nserver 1.fedora.pool.ntp.org iburst\nserver 2.fedora.pool.ntp.org iburst\n\n# Allow NTP client access from local network.\nallow {{ local_subnet }} mask... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 839,
"all_permissive": false
} |
ansible_role | PFC-developer/pfc-ansible | f0877a6c7140dcd3846b3870cabca093b9140df7 | 0 | roles/kubernetes_setup | 7,570 | [
"no_license"
] | [
{
"path": "roles/kubernetes_setup/tasks/install_essentials.yaml",
"content": "---\n- name: add Docker apt-key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: add Docker's APT repository\n apt_repository:\n repo: \"deb [arch=amd64] https://download.docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1669,
"all_permissive": false
} |
ansible_role | PFC-developer/pfc-ansible | f0877a6c7140dcd3846b3870cabca093b9140df7 | 0 | roles/machine_setup | 7,570 | [
"no_license"
] | [
{
"path": "roles/machine_setup/tasks/configure_machine.yaml",
"content": "---\n- name: change hostname\n hostname:\n name: '{{ inventory_hostname }}'\n\n- name: Set governor as performance\n template:\n src: cpufrequtils.j2\n dest: '/etc/default/cpufrequtils'\n owner: 'root'\n group: 'root'... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1839,
"all_permissive": false
} |
ansible_role | andrelohmann/vagrant-ceph-testcluster | 641e33bd9dc43a27f22c9e931872239c70832220 | 0 | ansible/roles/base-packages | 7,567 | [
"no_license"
] | [
{
"path": "ansible/roles/base-packages/tasks/main.yml",
"content": "---\n\n- name: apt-get update\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install packages\n apt:\n name: \"{{item}}\"\n state: latest\n dpkg_options: 'force-confnew,force-confdef'\n autoremove: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1705,
"all_permissive": false
} |
ansible_role | lazarevdmitriy/geos | 357a09c5d4cc777cc3231fd0963e3d009b0dfea9 | 0 | roles/ansible-1C | 7,567 | [
"no_license"
] | [
{
"path": "roles/ansible-1C/handlers/main.yml",
"content": "---\n\n- name: restart srv1cv83\n service: name=srv1cv83 state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/ansible-1C/tasks/main.yml",
"content": "---\n# tasks f... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 7650,
"all_permissive": false
} |
ansible_role | lazarevdmitriy/geos | 357a09c5d4cc777cc3231fd0963e3d009b0dfea9 | 0 | roles/ansible-cryptopro | 7,567 | [
"no_license"
] | [
{
"path": "roles/ansible-cryptopro/tasks/debian.yml",
"content": "---\n- debug: msg=\"test\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "roles/ansible-cryptopro/tasks/redhat.yml",
"content": "---\n# tasks file for roles/ansible-cryptopro\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2444,
"all_permissive": false
} |
ansible_role | lazarevdmitriy/geos | 357a09c5d4cc777cc3231fd0963e3d009b0dfea9 | 0 | roles/ansible-postgresql | 7,567 | [
"no_license"
] | [
{
"path": "roles/ansible-postgresql/defaults/main.yml",
"content": "---\n\npostgresql_default_version: 10\npostgresql_backup_local_dir: ~postgres/backup\npostgresql_backup_active_dir: \"{{ postgresql_backup_local_dir }}/active\"\npostgresql_backup_mail_recipient: postgres\npostgresql_backup_rotate: true\npo... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 12062,
"all_permissive": false
} |
ansible_role | lazarevdmitriy/geos | 357a09c5d4cc777cc3231fd0963e3d009b0dfea9 | 0 | roles/robertdebock.tomcat | 7,567 | [
"no_license"
] | [
{
"path": "roles/robertdebock.tomcat/README.md",
"content": "tomcat\n=========\n\n<img src=\"https://docs.ansible.com/ansible-tower/3.2.4/html_ja/installandreference/_static/images/logo_invert.png\" width=\"10%\" height=\"10%\" alt=\"Ansible logo\" align=\"right\"/>\n<a href=\"https://travis-ci.org/robertde... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 10430,
"all_permissive": false
} |
ansible_role | rfatolahzade/ansible-workshop | 277c6cd0bb0ef9b26a9664231a88edcd7dda7611 | 1 | playbookCreator/provision/roles/myproject | 7,567 | [
"no_license"
] | [
{
"path": "playbookCreator/provision/roles/myproject/tasks/main.yaml",
"content": "- name: create directories for template playbook\n file:\n path: \"{{ item }}\"\n state: directory\n owner: root\n group: root\n mode: 0755\n loop:\n - ~/sampleTemplate/provision\n - ~/sa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1808,
"all_permissive": false
} |
ansible_role | rfatolahzade/ansible-workshop | 277c6cd0bb0ef9b26a9664231a88edcd7dda7611 | 1 | sample-projs/roles/local-ch | 7,567 | [
"no_license"
] | [
{
"path": "sample-projs/roles/local-ch/README.md",
"content": "Local-ch\n=========\n\nSample role to create directory and file in local\n\nRequirements\n------------\n\nNo.\nRole Variables\n--------------\n\nNo.\n\nDependencies\n------------\n\nNo.\n\nExample Playbook\n----------------\n\nIncluding an examp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1021,
"all_permissive": false
} |
ansible_role | rfatolahzade/ansible-workshop | 277c6cd0bb0ef9b26a9664231a88edcd7dda7611 | 1 | sample-projs/roles/ping | 7,567 | [
"no_license"
] | [
{
"path": "sample-projs/roles/ping/vars/main.yml",
"content": "---\n# vars file for ping\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 25
},
{
"path": "sample-projs/roles/ping/handlers/main.yml",
"content": "---\n# handlers file for ping\n",
"license_ty... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | eskp/ansible-elk | 31ad1aeb94f29e2e4a830da48cea3f8eccafc62d | 0 | ansible/roles/elasticsearch | 7,567 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/tasks/RedHat.yml",
"content": "---\n\n- name: Add Elasticsearch GPG key\n rpm_key:\n key: http://packages.elasticsearch.org/GPG-KEY-elasticsearch\n state: present\n\n\n- name: Add Elasticsearch repository\n template:\n src: elasticsearch.repo.j2\n dest: /... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | eskp/ansible-elk | 31ad1aeb94f29e2e4a830da48cea3f8eccafc62d | 0 | ansible/roles/kibana | 7,567 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/templates/kibana.init.rpm.j2",
"content": "#!/bin/bash\n# chkconfig: 345 80 20\n# description: Kibana\n# processname: kibana\n# config: /opt/build/elk/kibana/config/kibana.yml\n# pidfile: /var/run/kibana.pid\n\nPATH=/sbin:/usr/sbin:/bin:/usr/bin\nNAME=kibana\nDAEMON={{ kibana... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2534,
"all_permissive": false
} |
ansible_role | eskp/ansible-elk | 31ad1aeb94f29e2e4a830da48cea3f8eccafc62d | 0 | ansible/roles/logstash | 7,567 | [
"no_license"
] | [
{
"path": "ansible/roles/logstash/tasks/main.yml",
"content": "---\n\n- include: RedHat.yml\n when: ansible_os_family == 'RedHat'\n\n\n- include: Debian.yml\n when: ansible_os_family == 'Debian'\n\n\n- name: Create Logstash configuration files\n template:\n src: \"{{ item }}.j2\"\n dest: \"/etc/log... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2152,
"all_permissive": false
} |
ansible_role | vi-universe/vi-universe-lab | 6a78d6dbc067f56e5cb780e8c66ab29348c125d7 | 0 | Ansible/webserver/roles/web-basic-http | 7,567 | [
"no_license"
] | [
{
"path": "Ansible/webserver/roles/web-basic-http/defaults/main.yml",
"content": "---\n# defaults file for web-basic-http\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "Ansible/webserver/roles/web-basic-http/vars/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | conmurphy/ansible-basic-vxlan-evpn-nexus9000 | 6ebfeb09320557ce65a0c86932453848b3b54bd7 | 0 | roles/leaf | 7,567 | [
"no_license"
] | [
{
"path": "roles/leaf/tasks/main.yml",
"content": "- name: Enabling necessary features\n nxos_feature:\n feature: '{{ item.feature }}'\n state: '{{ item.state }}'\n with_items: '{{ vxlan_features }}'\n\n- name: Enabling EVPN overlay\n nxos_evpn_global:\n nv_overlay_evpn: true\n\n- name: Creating... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6407,
"all_permissive": false
} |
ansible_role | conmurphy/ansible-basic-vxlan-evpn-nexus9000 | 6ebfeb09320557ce65a0c86932453848b3b54bd7 | 0 | roles/spine | 7,567 | [
"no_license"
] | [
{
"path": "roles/spine/tasks/main.yml",
"content": "- name: Enabling necessary features\n nxos_feature:\n feature: '{{ item.feature }}'\n state: '{{ item.state }}'\n with_items: '{{ vxlan_features }}'\n\n- name: Enabling EVPN overlay\n nxos_evpn_global:\n nv_overlay_evpn: true\n\n- name: Creatin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3361,
"all_permissive": false
} |
ansible_role | ZagadkaNine/zlamp | 4058e3281b59d6e35635662ceb7154606ed32f40 | 0 | roles/apache | 7,573 | [
"no_license"
] | [
{
"path": "roles/apache/templates/user-includes.conf.j2",
"content": "Include /home/*/.config/apache/*.conf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/apache/templates/virtualhost.conf.j2",
"content": "<VirtualHost *:80>\nServerAli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2395,
"all_permissive": false
} |
ansible_role | ZagadkaNine/zlamp | 4058e3281b59d6e35635662ceb7154606ed32f40 | 0 | roles/dnsmasq | 7,573 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/templates/resolv.conf.j2",
"content": "nameserver 127.0.0.1 \nsearch {{ current_user }}.com\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/dnsmasq/templates/dnsmasq.conf.j2",
"content": "domain-needed\nbogus-pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 891,
"all_permissive": false
} |
ansible_role | ZagadkaNine/zlamp | 4058e3281b59d6e35635662ceb7154606ed32f40 | 0 | roles/mysql | 7,573 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install Mysql Server\n ansible.builtin.apt:\n name: mariadb-server\n state: present\n notify: reload mariadb\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 127,
"all_permissive": false
} |
ansible_role | ductrix/ductrix | 843d4e82c06400605ae455724750a1a479501a86 | 0 | src/role-cassandra/roles/cassandra | 7,573 | [
"no_license"
] | [
{
"path": "src/role-cassandra/roles/cassandra/tasks/cassandra_config.yml",
"content": "---\n# Copyright (c) 2014 <NAME>. All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are\n# met:\n#\n# * ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 9694,
"all_permissive": false
} |
ansible_role | ductrix/ductrix | 843d4e82c06400605ae455724750a1a479501a86 | 0 | src/role-cassandra/roles/cassandra_common | 7,573 | [
"no_license"
] | [
{
"path": "src/role-cassandra/roles/cassandra_common/tasks/main.yml",
"content": "---\n# Copyright (c) 2014 <NAME>. All rights reserved.\n#\n# Redistribution and use in source and binary forms, with or without\n# modification, are permitted provided that the following conditions are\n# met:\n#\n# * Redis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3686,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.