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
geekbass/dcos-terraform-ansible
85daab9d99b6f96772eabe9b9c0b471022d8a492
0
roles/DCOS.agent
152
[ "no_license" ]
[ { "path": "roles/DCOS.agent/tasks/pre_dcos.yml", "content": "- import_tasks: cuda.yml\n when: ansible_ec2_instance_type is search('p2') or\n ansible_ec2_instance_type is search('p3') or\n ansible_ec2_instance_type is search('g2') or\n ansible_ec2_instance_type is search('g3')\n\n- impo...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3384, "all_permissive": false }
ansible_role
geekbass/dcos-terraform-ansible
85daab9d99b6f96772eabe9b9c0b471022d8a492
0
roles/DCOS.bootstrap
152
[ "no_license" ]
[ { "path": "roles/DCOS.bootstrap/tasks/main.yml", "content": "---\n# This playbook generates the DC/OS installation/configuration files\n- name: Defining DC/OS by using 'version' or, more specifically, 'image_commit'\n set_fact:\n dcos_version_specifier: \"{{ dcos['image_commit'] | default(dcos['version...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5860, "all_permissive": false }
ansible_role
geekbass/dcos-terraform-ansible
85daab9d99b6f96772eabe9b9c0b471022d8a492
0
roles/DCOS.master
152
[ "no_license" ]
[ { "path": "roles/DCOS.master/tasks/dcos_install.yml", "content": "- name: \"Installation: Create installer download directory\"\n file:\n path: \"{{ path_base_tmp }}/{{ dcos_version_specifier }}\"\n state: directory\n mode: 0755\n\n- name: \"Installation: Download dcos_install.sh\"\n get_url:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3634, "all_permissive": false }
ansible_role
geekbass/dcos-terraform-ansible
85daab9d99b6f96772eabe9b9c0b471022d8a492
0
roles/DCOS.requirements
152
[ "no_license" ]
[ { "path": "roles/DCOS.requirements/meta/main.yml", "content": "---\ndependencies: []\n\ngalaxy_info:\n role_name: DCOS.requirements\n author: MrMarvin\n description: Installs Mesosphere DC/OS prerequisites. Part of a set of Ansible Roles that install DC/OS on RedHat/CentOS Linux.\n company: \"Mesosphere...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1972, "all_permissive": false }
ansible_role
taeganw/RACER
b84e731060e99861950033ea7444517350c50298
0
install/roles/nagios
152
[ "no_license" ]
[ { "path": "install/roles/nagios/tasks/main.yml", "content": "---\n# Playbook to install nagios server and generate hosts/checks\n# This also installs NRPE on clients for more in-depth checks based on\n# Ansible inventory\n# Configure Nagios on Centos8\n\n- name: Import EPEL GPG Key\n rpm_key: key=https://d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7456, "all_permissive": false }
ansible_role
taeganw/RACER
b84e731060e99861950033ea7444517350c50298
0
install/roles/nagios_client
152
[ "no_license" ]
[ { "path": "install/roles/nagios_client/tasks/main.yml", "content": "---\n- name: Import EPEL GPG Key\n rpm_key: key=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7\n state=present\n become: true\n when: ansible_distribution_major_version|int <= 7 and ansible_os_family == \"RedHat\"\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7959, "all_permissive": false }
ansible_role
taeganw/RACER
b84e731060e99861950033ea7444517350c50298
0
install/roles/trac
152
[ "no_license" ]
[ { "path": "install/roles/trac/tasks/main.yml", "content": "---\n\n - name: get trac version 1.4.3.tar.gz\n command: chdir=/tmp/ wget https://download.edgewall.org/trac/Trac-1.4.3.tar.gz\n\n - name: unzip with gzip\n command: chdir=/tmp/ tar xvfz ./Trac-1.4.3.tar.gz\n\n - name: install trac\n com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 7097, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/fix_dns
152
[ "no_license" ]
[ { "path": "roles/fix_dns/tasks/main.yml", "content": "---\n\n- name: Copy standard DNS information\n template: \n src: resolv.j2 \n dest: /etc/resolv.conf\n become: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/hostconf
152
[ "no_license" ]
[ { "path": "roles/hostconf/tasks/main.yml", "content": "---\n# tasks file for roles/hostconf\n- name: Configure /etc/hosts file\n lineinfile:\n dest: /etc/hosts\n regexp: '^127\\.0\\.0\\.1\\s+localhost\\s+localhost.localdomain\\s+localhost4\\s+localhost4.localdomain4$'\n line: \"127.0.0.1 localho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/iptablesntp
152
[ "no_license" ]
[ { "path": "roles/iptablesntp/tasks/main.yml", "content": "---\n\n- name: Allow NTP Access in iptables\n iptables_raw:\n name: allow_udp_123\n rules: '-A INPUT -p udp -m udp --dport 123 -j ACCEPT'\n register: ip_tables\n\n- name: restart iptables\n service: \n name: iptables\n state: restarted...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/network
152
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n- name: Copy Ethernet configuration files\n template: \n src: ifcfg-eth.j2 \n dest: \"/etc/sysconfig/network-scripts/ifcfg-eth{{ item.device_id }}{{ item.vlan_id }}\"\n with_items: \"{{ networks }}\"\n become: true\n register: network_temp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 629, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/overcloud_deploy
152
[ "no_license" ]
[ { "path": "roles/overcloud_deploy/tasks/main.yml", "content": "---\n# tasks file for roles/overcloud_deploy\n\n- name: Get Undercloud Admin Password\n shell: echo $(sudo hiera admin_password)\n register: undercloud_password\n changed_when: False\n no_log: True\n\n- name: Pre-Deployment Message\n vars:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2006, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/overcloud_introspection
152
[ "no_license" ]
[ { "path": "roles/overcloud_introspection/tasks/main.yml", "content": "---\n# tasks file for roles/overcloud_nodes\n\n\n- block:\n\n - name: Configure Boot\n shell: openstack baremetal configure boot\n register: configure_boot\n\n - name: Debug Configure Boot\n debug:\n var: configure_boot\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1916, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/overcloud_network
152
[ "no_license" ]
[ { "path": "roles/overcloud_network/templates/network-environment.j2", "content": "# This template configures each role to use Vlans on a single nic for\n# each isolated network.\n# This template assumes use of network-isolation.yaml.\n#\n# FIXME: if/when we add functionality to heatclient to include heat\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9731, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/overcloud_nodes
152
[ "no_license" ]
[ { "path": "roles/overcloud_nodes/templates/instackenv.j2", "content": "{\n \"nodes\": [\n{% for item in nodes %}\n {\n \"mac\": [\n \"{{ item.mac }}\"\n ],\n \"name\": \"{{ item.name }}\",\n \"pm_addr\": \"{{ item.pm_addr }}\",\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2142, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/overcloud_storage
152
[ "no_license" ]
[ { "path": "roles/overcloud_storage/tasks/main.yml", "content": "---\n\n- name: Create /home/{{ control_user }}/templates\n file:\n name: /home/{{ control_user }}/templates\n state: directory\n become: no\n\n- name: Copy Storage Template\n template:\n src: storage-environment.j2\n dest: \"/hom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 770, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/system-update
152
[ "no_license" ]
[ { "path": "roles/system-update/tasks/main.yml", "content": "---\n# tasks file for roles/system-update\n\n- name: Get starting kernel version\n shell:\n rpm -q kernel --queryformat '%{installtime} %{version}-%{release}.%{arch}\\n' | sort -n -k1 | tail -1 | cut -d ' ' -f 2\n args:\n warn: no\n ignore...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1479, "all_permissive": false }
ansible_role
tonyskidmore/redhat-director-8-lab
f9850552d2bfc5d6cce7e83b6f4c0f9fd49dad1b
2
roles/undercloud
152
[ "no_license" ]
[ { "path": "roles/undercloud/templates/undercloud.j2", "content": "[DEFAULT]\nlocal_ip = {{ undercloud.local_ip }}\nimage_path = {{ undercloud.image_path }}\nnetwork_gateway = {{ undercloud.network_gateway }}\nundercloud_public_vip = {{ undercloud.undercloud_public_vip }}\nundercloud_admin_vip = {{ under...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5175, "all_permissive": false }
ansible_role
data-tsunami/ansible-hadoop-cluster
a5a79299e539b8f87312bf83b899c4f1fea3159b
0
roles/hadoop
152
[ "no_license" ]
[ { "path": "roles/hadoop/tasks/main.yml", "content": "---\n- name: Create local directories\n file: path={{item}} owner=hadoop group=hadoop mode=0755 state=directory\n with_items:\n - /srv/nfs\n - /srv/hadoop\n - /srv/hadoop/data\n - /srv/hadoop/secondary-namenode-checkpoint\n - /srv/ha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3952, "all_permissive": false }
ansible_role
data-tsunami/ansible-hadoop-cluster
a5a79299e539b8f87312bf83b899c4f1fea3159b
0
roles/java
152
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n#\n# If the variable 'use_custom_jdk6' is defined, upload and install JDK6u31 from the files/ directory,\n# else: install the distribution's version of OpenJdk\n#\n\n## Install from RPMs\n\n- name: Copy RPMs\n copy: src=files/{{item}} dest=/tmp/{{item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1938, "all_permissive": false }
ansible_role
data-tsunami/ansible-hadoop-cluster
a5a79299e539b8f87312bf83b899c4f1fea3159b
0
roles/server
152
[ "no_license" ]
[ { "path": "roles/server/tasks/main.yml", "content": "---\n- name: Check CentOS version\n fail: msg=\"Only {{ansible_distribution}} {{ansible_distribution_version}} supported\"\n when: ansible_distribution != 'CentOS' or ansible_distribution_version != '6.4'\n tags: check\n\n- name: YUM - disable fastestm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3721, "all_permissive": false }
ansible_role
crespogm/vg-ansible-vyos
7430148ec6774a7eac57cc14cf3463b910a435e5
0
site-to-site-static-route/playbook/roles/static-route
152
[ "no_license" ]
[ { "path": "site-to-site-static-route/playbook/roles/static-route/tasks/main.yml", "content": "- name: Configure vpn\n vyos.vyos.vyos_config:\n src: routes.j2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
owirtifo/ansible
0a95208b5974665add559d26d980eb19915004fb
0
ansible4/roles/filebeat-role
152
[ "no_license" ]
[ { "path": "ansible4/roles/filebeat-role/molecule/easy/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: podman\nplatforms:\n - name: centos7\n image: docker.io/pycontribs/centos:7\n pre_build_image: true\nprovisioner:\n name: ansible\n inventory:\n group_vars:\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 3125, "all_permissive": false }
ansible_role
owirtifo/ansible
0a95208b5974665add559d26d980eb19915004fb
0
ansible4/roles/kibana-role
152
[ "no_license" ]
[ { "path": "ansible4/roles/kibana-role/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: centos7\n image: docker.io/pycontribs/centos:7\n pre_build_image: true\n - name: ubuntu\n image: docker.io/pycontribs/ubuntu:latest\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2150, "all_permissive": false }
ansible_role
fleetr-eu/deploy
1dab59bce55f737ab76659360934fa4f1bb19a47
0
roles/docker
152
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n - name: Add docker-ce yum repositories\n yum_repository:\n name: docker-ce\n description: Docker CE YUM repositories\n baseurl: https://download.docker.com/linux/centos/7/$basearch/stable\n gpgcheck: yes\n gpgkey: https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1109, "all_permissive": false }
ansible_role
fleetr-eu/deploy
1dab59bce55f737ab76659360934fa4f1bb19a47
0
roles/fleetr
152
[ "no_license" ]
[ { "path": "roles/fleetr/templates/docker-compose.yml.j2", "content": "version: '2.0'\n\nservices:\n proxy:\n image: abiosoft/caddy:0.10.10\n volumes:\n - ./Caddyfile:/etc/Caddyfile\n - ./.caddy:/root/.caddy\n restart: unless-stopped\n hostname: {{ domain }}\n ports:\n - \"80:8...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3009, "all_permissive": false }
ansible_role
fleetr-eu/deploy
1dab59bce55f737ab76659360934fa4f1bb19a47
0
roles/scaleway
152
[ "no_license" ]
[ { "path": "roles/scaleway/tasks/main.yml", "content": "---\n - name: Create authentication file\n template:\n src: .scwrc.j2\n dest: \"{{ playbook_dir }}/.scwrc\"\n mode: 0600\n\n - name: Check if host exists\n shell: |\n docker run --rm -v {{ playbook_dir }}/.scwrc:/.scwrc scale...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1620, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/alertmanager
152
[ "no_license" ]
[ { "path": "roles/alertmanager/templates/alertmanager.service.j2", "content": "{%- if alertmanager_version is version_compare('0.13.0', '>=') %}\n{%- set pre = '-' %}\n{%- else %}\n{%- set pre = '' %}\n{%- endif %}\n# {{ ansible_managed }}\n[Unit]\nDescription=Prometheus Alertmanager\nAfter=network.target\n\...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 21596, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/cmd_history
152
[ "no_license" ]
[ { "path": "roles/cmd_history/tasks/main.yml", "content": "---\n# roles/cmd_history/tasks/main.yml\n\n- name: install rsyslog & logrotate\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - rsyslog\n - logrotate\n\n- name: create local1.notice for command log\n shell: |\n sed -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1220, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/common
152
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: modify hostname\n command: hostnamectl set-hostname {{ hostname }}\n\n- name: make sure parted is installed\n yum: name=parted state=present\n\n- name: make lable for /dev/sdb\n command: parted -s /dev/sdb mklabel msdos\n\n- name: create...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/docker
152
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# roles/docker/tasks/main.yml\n\n- name: Add docker-ce repository\n shell: yum-config-manager --add-repo http://download.docker.com/linux/centos/docker-ce.repo\n\n- name: Install docker-ce\n yum:\n name: docker-ce\n state: present\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1239, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/k8s
152
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yml", "content": "--- \n# roles/k8s/tasks/main.yml\n\n- name: Get kubernetes.repo\n template:\n src: kubernetes.repo\n dest: /etc/yum.repos.d/kubernetes.repo\n\n- name: Disable selinux\n selinux:\n state: disabled\n\n- name: Install kubelet\n yum:\n name: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1255, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/log_client
152
[ "no_license" ]
[ { "path": "roles/log_client/vars/main.yml", "content": "---\n# roles/log_client/vars/default.yml\n\nrsyslogd_server: 10.104.18.29\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/log_client/tasks/main.yml", "content": "---\n# roles/log_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1051, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/log_server
152
[ "no_license" ]
[ { "path": "roles/log_server/tasks/main.yml", "content": "---\n# roles/log_server/tasks/main.yml\n\n- name: Install necessary package\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - rsyslog\n - logrotate\n\n- name: Copy rsyslogd's configure files\n template:\n src: \"{{ ite...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 658, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/mha_manager
152
[ "no_license" ]
[ { "path": "roles/mha_manager/tasks/main.yml", "content": "---\n# roles/mha_manager/tasks/main.yml\n\n- name: Install perl dependencies\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - perl-Config-Tiny\n - perl-Log-Dispatch\n - perl-Parallel-ForkManager\n\n- name: Copy .rpm\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2102, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/mha_node
152
[ "no_license" ]
[ { "path": "roles/mha_node/tasks/main.yml", "content": "---\n# roles/mha_node/tasks/main.yml\n\n- name: Install perl dependencies\n yum:\n name: perl-DBD-MySQL\n state: present\n\n- name: Copy mha node's package\n copy:\n src: mha4mysql-node-0.56-0.el6.noarch.rpm\n dest: /root\n\n- name: Instal...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/mysql56
152
[ "no_license" ]
[ { "path": "roles/mysql56/templates/config_mysql.sh", "content": "#!/bin/bash\n# roles/mysql56/templates/config_mysql.sh\n\n# Change MySQL root's password, etc.\nmysql -uroot -h127.0.0.1 -e \"UPDATE mysql.user SET password = password('{{ mysql_password }}'); DELETE FROM mysql.user WHERE user=''; FLUSH PRIVIL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2726, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/mysql56_master
152
[ "no_license" ]
[ { "path": "roles/mysql56_master/tasks/main.yml", "content": "- name: copy create_master_slave.sh to host\n template:\n src: create_master_slave.sh\n dest: /tmp/create_master_slave.sh\n\n- name: execute create_master_slave.sh to change master\n shell: sh /tmp/create_master_slave.sh \n\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1314, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/mysql_keepalived
152
[ "no_license" ]
[ { "path": "roles/mysql_keepalived/tasks/main.yml", "content": "# roles/mysql_keepalived/tasks/main.yml\n\n- name: install killall\n yum:\n name: psmisc\n state: present\n\n- name: install lvs\n yum:\n name: ipvsadm\n state: present\n\n- name: install keepalived\n yum:\n name: keepalived\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/nagiosclient
152
[ "no_license" ]
[ { "path": "roles/nagiosclient/tasks/install.yml", "content": "---\n# roles/nagiosclient/tasks/install.yml\n\n- name: print installing\n command: echo \"installing\"\n\n- name: install dependencies\n yum: name={{ item }} state=installed\n with_items: \"{{ pre_nagios }}\" \n\n- name: add user nagios\n use...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 4153, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/node-exporter
152
[ "no_license" ]
[ { "path": "roles/node-exporter/tasks/main.yml", "content": "---\n- include: preflight.yml\n\n- name: Create the Node Exporter group\n group:\n name: \"node-exp\"\n state: present\n system: true\n\n- name: Create the Node Exporter user\n user:\n name: \"node-exp\"\n groups: \"node-exp\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 8354, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/omd_client
152
[ "no_license" ]
[ { "path": "roles/omd_client/tasks/main.yml", "content": "# roles/omd_client/tasks/main.yml\n\n- name: Copy check_mk's rpm package\n copy:\n src: check-mk-agent-1.2.8p20-1.noarch.rpm\n dest: /tmp\n\n- name: Install xinetd\n yum:\n name: xinetd\n state: present\n\n- name: Install check_mk\n yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 666, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/php5.6
152
[ "no_license" ]
[ { "path": "roles/php5.6/tasks/main.yml", "content": "---\n# roles/php_to_nts/tasks/main.yml\n\n- name: Install libiconv\n shell: cd /usr/local/src/ && wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz -O libiconv-1.13.1.tar.gz && tar zxvf libiconv-1.13.1.tar.gz && cd libiconv-1.13.1/ && ./con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3999, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/php_to_nts
152
[ "no_license" ]
[ { "path": "roles/php_to_nts/tasks/main.yml", "content": "---\n# roles/php_to_nts/tasks/main.yml\n\n- name: Install libiconv\n shell: cd /usr/local/src/ && wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz && tar zxvf libiconv-1.13.1.tar.gz && cd libiconv-1.13.1/ && ./configure --prefix=/usr/l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2620, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/prometheus
152
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/configure.yml", "content": "---\n- name: alerting rules file\n template:\n src: \"alert.rules.j2\"\n dest: \"{{ prometheus_config_dir }}/rules/ansible_managed.rules\"\n owner: root\n group: prometheus\n mode: 0640\n validate: \"{{ prometheus_rules_validat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 23177, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/rsyslogclient
152
[ "no_license" ]
[ { "path": "roles/rsyslogclient/tasks/main.yml", "content": "---\n# roles/rsyslogclient/tasks/main.yml\n\n- name: update rsyslog\n yum:\n name: rsyslog\n state: latest\n\n- name: install rsyslog-relp librelp\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - librelp\n - rsy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 616, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/ssh-keys
152
[ "no_license" ]
[ { "path": "roles/ssh-keys/tasks/main.yml", "content": "- name: Set authorized keys\n authorized_key:\n user: root\n state: present\n key: \"{{ lookup('file', '/home/kyra/.ssh/id_rsa.pub') }}\"\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
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/tencent_docker
152
[ "no_license" ]
[ { "path": "roles/tencent_docker/templates/all_proxy.conf.j2", "content": "[Service]\nEnvironment=\"ALL_PROXY=socks5://10.135.178.6:1080\" \"NO_PROXY=localhost,127.0.0.1,registry.baiyang.com\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1249, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/tencent_nfs
152
[ "no_license" ]
[ { "path": "roles/tencent_nfs/tasks/main.yml", "content": "---\n# roles/tencent_nfs/tasks/main.yml\n\n- name: Install nfs\n yum:\n name: nfs-utils\n state: present\n\n- name: Make nfs mount point\n file:\n path: /mnt/static\n state: directory\n\n- name: Mount nfs from 10.104.71.255\n mount:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
magichuihui/ansible-playbooks
2bfda68f6833e5a7a0777635f2b45d4ff4e04ea7
0
roles/xftpuser
152
[ "no_license" ]
[ { "path": "roles/xftpuser/tasks/main.yml", "content": "---\n- name: Add user\n user:\n name: xftpuser\n password: <PASSWORD>\n comment: \"For xftp\"\n\n- name: Set authorized key\n authorized_key:\n user: xftpuser\n state: present\n key: \"{{ lookup('file', '/home/kyra/.ssh/id_rsa.pub') ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
yamatatsu/macbook_startup
15ac4b5823d05fea0a101a2329b5b86439f70cd0
0
roles/mac
152
[ "no_license" ]
[ { "path": "roles/mac/tasks/mac.yml", "content": "---\n- name: Check if iterm2 config is differ\n shell: |\n diff <(plutil -convert binary1 -o - ./com.googlecode.iterm2.plist | md5 -q) <(md5 -q ~/Library/Preferences/com.googlecode.iterm2.plist)\n args:\n chdir: roles/mac/files/Library/Preferences\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1513, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-os-common-settings/roles/os-common-settings
152
[ "no_license" ]
[ { "path": "ansible-os-common-settings/roles/os-common-settings/tasks/main.yml", "content": "# Raw module used for bootstrap: install Python 3 if missing (required by Ansible)\n- name: Ensure Python 3 is installed\n raw: which python3 || (yum -qy install python3 && exit 100)\n register: _yum\n changed_whe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2089, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-pacemaker/roles/pacemaker-install
152
[ "no_license" ]
[ { "path": "ansible-pacemaker/roles/pacemaker-install/tasks/main.yml", "content": "### 3.3. Pacemaker\n\n### dnf install pcs pacemaker fence-agents-all\n- name: install Pacemaker packages\n dnf:\n name: ['pcs', 'pacemaker', 'fence-agents-all']\n enablerepo: highavailability\n state: present\n\n### ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3696, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-pacemaker/roles/pm_extra_tools-install
152
[ "no_license" ]
[ { "path": "ansible-pacemaker/roles/pm_extra_tools-install/tasks/main.yml", "content": "# Copy pm_extra_tools to nodes\n- name: Copy pm_extra_tools to nodes\n copy:\n src: \"{{ PM_EXTRA_TOOLS_URL.split('/')[-1] }}\"\n dest: /var/tmp/\n register: rc_copy\n\n# Install pm_extra_tools\n- name: Install pm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-pacemaker/roles/pm_extra_tools-uninstall
152
[ "no_license" ]
[ { "path": "ansible-pacemaker/roles/pm_extra_tools-uninstall/tasks/main.yml", "content": "# Erase pm_extra_tools\n- name: Uninstall pm_extra_tools\n dnf:\n name: pm_extra_tools\n state: absent\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-pg-rex-operation-tools/roles/pg-rex-operation-tools-config
152
[ "no_license" ]
[ { "path": "ansible-pg-rex-operation-tools/roles/pg-rex-operation-tools-config/tasks/main.yml", "content": "### 3.5.2. Edit pg-rex_tools.conf for PG-REX operation tools\n\n# Extract the major version number from PG_REV (e.g., \"17\" from \"17.4-1PGDG\")\n- name: Extract major version number of PostgreSQL\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3535, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-pg-rex-operation-tools/roles/pg-rex-operation-tools-install
152
[ "no_license" ]
[ { "path": "ansible-pg-rex-operation-tools/roles/pg-rex-operation-tools-install/tasks/main.yml", "content": "### 3.5.1. Install pg-rex-operation-tools\n# Copy all RPM packages to /var/tmp directory at once\n- name: Copy all PG-REX operation tools RPM packages to nodes\n copy:\n src: \"{{ item }}\"\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1357, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-postgresql/roles/postgresql-config
152
[ "no_license" ]
[ { "path": "ansible-postgresql/roles/postgresql-config/tasks/main.yml", "content": "### 3.4.3. Create directories for database cluster\n\n# Create PostgreSQL data, WAL, and archive directories\n- name: Create PostgreSQL related directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6237, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-postgresql/roles/postgresql-install
152
[ "no_license" ]
[ { "path": "ansible-postgresql/roles/postgresql-install/tasks/main.yml", "content": "### 3.4.1 Install PostgreSQL packages\n\n# make sure an old version of PostgreSQL is absent\n# ignore warnings about using dnf instead of rpm;\n# dnf can not be used here because it would also erase postgresql11-libs if ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3640, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-resource-settings/roles/edit-environment-excel
152
[ "no_license" ]
[ { "path": "ansible-resource-settings/roles/edit-environment-excel/tasks/main.yml", "content": "# Set a variable for virtualenv path in Linux native path\n- name: Set virtualenv path\n set_fact:\n venv_path: \"{{ playbook_dir }}/venv-resource-settings\"\n\n# Ensure python3 and venv are installed\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3186, "all_permissive": false }
ansible_role
kenzan59/pg-rex-on-vbox
9eab38564c953e6cca91491cacb7292b1e1bbb8e
0
ansible-resource-settings/roles/transfer-environment-csv
152
[ "no_license" ]
[ { "path": "ansible-resource-settings/roles/transfer-environment-csv/tasks/main.yml", "content": "# Copy the environment CSV file to the target node\n- name: Copy environment CSV file to pgrex01\n copy:\n src: \"{{ ENVIRONMENT_CSV }}\"\n dest: \"/root/{{ ENVIRONMENT_CSV }}\"\n owner: root\n grou...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/activate-unattended-upgrades
152
[ "no_license" ]
[ { "path": "roles/activate-unattended-upgrades/tasks/main.yml", "content": "---\n# Cambia la configuración de unattended-upgrades para que esté activo\n\n- name: Activa apt update en /etc/apt/apt.conf.d/20auto-upgrades\n replace:\n dest: /etc/apt/apt.conf.d/20auto-upgrades\n regexp: '^APT::Periodic::U...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1660, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/apache-userdir
152
[ "no_license" ]
[ { "path": "roles/apache-userdir/tasks/main.yml", "content": "- name: Instala Apache y PHP\n apt:\n update_cache: yes\n pkg:\n - apache2\n - apache2-utils\n - libapache2-mod-php\n - php\n - php-mysql\n\n- name: Activa el módulo userdir de Apache\n apache2_module:\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 405, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/apagado-1455
152
[ "no_license" ]
[ { "path": "roles/apagado-1455/tasks/main.yml", "content": "- name: Apaga las máquinas a las 14:55\n action: cron name=\"apagado 14:55\" minute=\"55\" hour=\"14\" job=\"/sbin/init 0\"\n\n- name: Copia /usr/lib/systemd/user/notifica-apagado-1455.timer\n copy:\n src: files/notifica-apagado-1455.timer\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/apagado-2130
152
[ "no_license" ]
[ { "path": "roles/apagado-2130/tasks/main.yml", "content": "- name: Apaga las máquinas a las 21:30\n action: cron name=\"apagado 21:30\" minute=\"30\" hour=\"21\" job=\"/sbin/init 0\"\n\n- name: Copia /usr/lib/systemd/user/notifica-apagado-2130.timer\n copy:\n src: files/notifica-apagado-2130.timer\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 910, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/apt-proxy
152
[ "no_license" ]
[ { "path": "roles/apt-proxy/tasks/main.yml", "content": "- name: Configura el proxy para apt\n blockinfile:\n path: /etc/apt/apt.conf.d/proxy.conf\n create: true\n block: |\n Acquire::http::Proxy \"http://{{ proxy }}/\";\n Acquire::https::Proxy \"http://{{ proxy }}/\";\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/broadcom-sta
152
[ "no_license" ]
[ { "path": "roles/broadcom-sta/tasks/main.yml", "content": "- name: Instala el driver para la wifi de los portátiles del aula Chomsky\n apt:\n state: latest\n update_cache: yes\n pkg: \n - broadcom-sta-dkms\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/cambia-hostname-wg0
152
[ "no_license" ]
[ { "path": "roles/cambia-hostname-wg0/tasks/main.yml", "content": " #vars:\n # hostname: \"{{ base_hostname }}-{{ ansible_default_ipv4.address.split('.')[3] }}\"\n - name: Configura hostname a partir de la variable base_hostname y la IP\n # ejemplo: torvalds-233\n #hostname: name={{ clase }}-{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 808, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/convidat
152
[ "no_license" ]
[ { "path": "roles/convidat/tasks/main.yml", "content": "- name: Alta de convidat\n action: user name=convidat create_home=no groups=cdrom,dialout,netdev append=yes shell=/bin/bash comment=\"Usuari convidat\" password=\"\"\n\n- name: Edición de /etc/gdm3/PostLogin/Default\n blockinfile:\n dest: /etc/gdm3...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1793, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/delete-users
152
[ "no_license" ]
[ { "path": "roles/delete-users/tasks/main.yml", "content": "- name: Borrado del usuario usuariinstall\n action: user name=usuariinstall state=absent remove=no\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/desactiva-pnpacpi-off
152
[ "no_license" ]
[ { "path": "roles/desactiva-pnpacpi-off/tasks/main.yml", "content": "---\n# Cambia la configuración de unattended-upgrades para que esté activo\n\n- name: Quita el parámetro pnpacpi=off de /etc/default/grub\n replace:\n dest: /etc/default/grub\n regexp: '^GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash pnpa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/dotnet
152
[ "no_license" ]
[ { "path": "roles/dotnet/files/04-fix-dotnet.sh", "content": "#!/bin/bash\nexport DOTNET_ROOT=/snap/dotnet-sdk/current\nexport MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks\nexport PATH=\"${PATH}:${DOTNET_ROOT}\"\n\nexport PATH=\"$PATH:$HOME/.dotnet/tools\"\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 962, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/firefox-cambia-snap-por-flatpak
152
[ "no_license" ]
[ { "path": "roles/firefox-cambia-snap-por-flatpak/tasks/main.yml", "content": "- name: Instala flatpak\n apt:\n name: flatpak\n\n- name: Elimina el snap de firefox\n snap:\n state: absent\n name: firefox\n\n- name: Instala el flatpak de firefox\n flatpak:\n name: https:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/flatpaks
152
[ "no_license" ]
[ { "path": "roles/flatpaks/tasks/main.yml", "content": "# Instalación de paquetes Flatpak\n#\n#\n\n# Ubuntu 20.04 necesita una versión nueva de flatpak para instalar chromium\n#\n\n#\n# Añade PPA Flatpak ppa:alexlarsson/flatpak y configura 50unattended-upgrades\n#\n- name: Instala PPA Flatpak ppa:alexlarsson...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11739, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/flush-handlers
152
[ "no_license" ]
[ { "path": "roles/flush-handlers/tasks/main.yml", "content": "- name: Flush handlers\n meta: flush_handlers\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 46, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/glpi-agent
152
[ "no_license" ]
[ { "path": "roles/glpi-agent/tasks/main.yml", "content": "# Copia el snap de glpi-agent\n- name: Copia el snap de glpi-agent en /opt/\n copy:\n src: files/glpi-agent_1.2_amd64.snap\n dest: /opt/glpi-agent_1.2_amd64.snap\n owner: root\n group: root\n mode: u=rwx,g=r,o=r\n notify:\n - insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 745, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/gnome-dconf-2204
152
[ "no_license" ]
[ { "path": "roles/gnome-dconf-2204/tasks/main.yml", "content": "- name: Creación del perfil user\n blockinfile:\n dest: /etc/dconf/profile/user\n create: yes\n owner: root\n group: root\n mode: 644\n block: |\n user-db:user\n system-db:local\n notify:\n - dconf update\n\n# Se...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 686, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/gns3
152
[ "no_license" ]
[ { "path": "roles/gns3/tasks/main.yml", "content": "- name: Añade respositorio de GNS3 (para instalar gns3-gui)\n apt_repository:\n repo: ppa:gns3/ppa\n\n- name: Actualiza a la última versión (si no existe lo instala) gns3\n apt:\n state: latest\n update_cache: yes\n pkg: \n - gns3-gui\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/kvm
152
[ "no_license" ]
[ { "path": "roles/kvm/tasks/main.yml", "content": "- name: Instala kvm y virt-manager\n apt:\n update_cache: yes\n pkg:\n - libguestfs-tools\n - ovmf\n - qemu-kvm\n - virt-manager\n\n- name: Activa la virtualización anidada para KVM\n lineinfile:\n path: /etc/modprobe.d/kvm.conf\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/lock-sshd
152
[ "no_license" ]
[ { "path": "roles/lock-sshd/tasks/main.yml", "content": "- name: Bloquea la autenticación con password en /etc/ssh/sshd_config\n replace:\n dest: /etc/ssh/sshd_config\n regexp: '^#PasswordAuthentication yes'\n replace: 'PasswordAuthentication no'\n notify:\n - restart sshd", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/lxd-dir
152
[ "no_license" ]
[ { "path": "roles/lxd-dir/files/lxd-preseed.yml", "content": "config: {}\nnetworks:\n- config:\n ipv4.address: 172.16.0.1/24\n ipv4.nat: \"true\"\n ipv6.address: none\n description: \"\"\n name: lxdbr0\n type: \"\"\n project: default\nstorage_pools:\n- config: {}\n description: \"\"\n name: de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 764, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/lxd-fedora
152
[ "no_license" ]
[ { "path": "roles/lxd-fedora/files/lxd-preseed.yml", "content": "config: {}\nnetworks:\n- config:\n ipv4.address: 172.16.0.1/24\n ipv4.nat: \"true\"\n ipv6.address: none\n description: \"\"\n name: lxdbr0\n type: \"bridge\"\nstorage_pools:\n- config:\n source: /var/snap/lxd/common/lxd/storage-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 800, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/lxd-zfs
152
[ "no_license" ]
[ { "path": "roles/lxd-zfs/tasks/main.yml", "content": "- name: Instala lxd\n snap:\n name: lxd\n notify:\n - copy lxd-preseed\n - config lxd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/lxd-zfs/files/lxd-preseed-br0.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1101, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/mlink
152
[ "no_license" ]
[ { "path": "roles/mlink/tasks/main.yml", "content": "---\n# Instala mlink para el taller de robótica\n# https://mblock.makeblock.com/en-us/download/mlink/\n\n- name: Instala https://dl.makeblock.com/mblock5/linux/mLink-1.2.0-amd64.deb\n apt:\n deb: https://dl.makeblock.com/mblock5/linux/mLink-1.2.0-amd64...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/modelio
152
[ "no_license" ]
[ { "path": "roles/modelio/tasks/main.yml", "content": "- name: Instala modelio-open-source-5.3.1-amd64.deb\n ansible.builtin.apt:\n deb: https://github.com/ModelioOpenSource/Modelio/releases/download/v5.3.1/modelio-open-source-5.3.1-amd64.deb\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/paquetes-fedora
152
[ "no_license" ]
[ { "path": "roles/paquetes-fedora/tasks/main.yml", "content": "#\n# Instala paquetes en Fedora\n#\n\n- name: Activa el repo RPM Fusion para VirtualBox\n dnf:\n state: present\n name: \"https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ansible_distribution_major_version}}.noarch.rpm\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1488, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/paquetes-ubuntu-2004
152
[ "no_license" ]
[ { "path": "roles/paquetes-ubuntu-2004/tasks/main.yml", "content": "#\n# Gestiona los paquetes en Ubuntu\n#\n\n- name: Desinstala paquetes deprecated de Ubuntu\n apt:\n state: absent\n autoremove: yes\n pkg:\n - filezilla\n - freecad\n - fritzing\n - kicad\n - korganizer\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1802, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/paquetes-ubuntu-2204
152
[ "no_license" ]
[ { "path": "roles/paquetes-ubuntu-2204/tasks/main.yml", "content": "#\n# Gestiona los paquetes en Ubuntu\n#\n\n#- name: Desinstala paquetes deprecated de Ubuntu\n# apt:\n# state: absent\n# autoremove: yes\n# pkg:\n# - filezilla\n# - freecad\n# - fritzing\n# - kicad\n# - kor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2452, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/pnpacpi-off
152
[ "no_license" ]
[ { "path": "roles/pnpacpi-off/tasks/main.yml", "content": "---\n# Cambia la configuración de unattended-upgrades para que esté activo\n\n- name: Pone el parámetro pnpacpi=off en /etc/default/grub\n replace:\n dest: /etc/default/grub\n regexp: '^GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash\"'\n replace...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 327, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/podman
152
[ "no_license" ]
[ { "path": "roles/podman/tasks/main.yml", "content": "#- name: Añade el repositorio de podman\n# apt_repository:\n# repo: deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /\n# state: present\n# filename: devel:kubic:libcontainers:stable.list\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 790, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/ppa-flatpak
152
[ "no_license" ]
[ { "path": "roles/ppa-flatpak/tasks/main.yml", "content": "---\n- name: Instala PPA Flatpak ppa:alexlarsson/flatpak\n apt_repository:\n repo: ppa:alexlarsson/flatpak\n\n- name: Añade LP-PPA-alexlarsson-flatpak:focal a /etc/apt/apt.conf.d/50unattended-upgrades\n lineinfile:\n path: /etc/apt/apt.conf.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/reboot
152
[ "no_license" ]
[ { "path": "roles/reboot/tasks/main.yml", "content": "---\n# Reinicia el equipo\n\n- name: reboot\n reboot:\n reboot_timeout: 60\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 74, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/report-idalu
152
[ "no_license" ]
[ { "path": "roles/report-idalu/files/report-idalu", "content": "#!/bin/bash\n#\n# Script para reportar actividad de uso de los portátiles de alumnos.\n#\n# Basado en linkdat-stat-edc.sh por <NAME>.\n# URL: https://drive.google.com/file/d/1wecaDCcvco5mqEdIMTGgoI3oZAIKMnil/view?usp=drive_link\n#\n# Nom del scr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3525, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/shutdown
152
[ "no_license" ]
[ { "path": "roles/shutdown/tasks/main.yml", "content": "- name: Apagado\n shell: init 0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 32, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/snaps
152
[ "no_license" ]
[ { "path": "roles/snaps/tasks/main.yml", "content": "#\n# Instalación de snaps\n#\n\n# Fedora necesita instalar el paquete snapd\n#\n- name: Instala el paquete snapd en Fedora\n dnf:\n name: snapd\n state: present\n when: ansible_distribution_version == \"34\"\n\n- name: Fedora requiere un enlace par...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2400, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/software
152
[ "no_license" ]
[ { "path": "roles/software/tasks/main.yml", "content": "#\n# Instalación general de software para Ubuntu y Fedora 34\n#\n\n### HACK DE VIRTUALBOX\n\n# 10/1/2024 el núcleo 6.5.0.14.14~22.04.7 no funciona con el VirtualBox de los repos\n# https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-6.5/+bug/2049...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2358, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/superxeill-connections
152
[ "no_license" ]
[ { "path": "roles/superxeill-connections/tasks/main.yml", "content": "- name: Copiar las conexiones de NetworkManager\n copy:\n src: \"files/{{ item }}\"\n dest: \"/etc/NetworkManager/system-connections/{{ item }}\"\n owner: root\n group: root\n mode: 0400\n loop:\n - SuperXEiLL-Aula9.n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/swappiness-0
152
[ "no_license" ]
[ { "path": "roles/swappiness-0/tasks/main.yml", "content": "- name: Añade vm.swappiness = 0 en /etc/sysctl.conf\n blockinfile:\n dest: /etc/sysctl.conf\n block: |\n #\n # No queremos utilizar swap si no es necesario.\n #\n vm.swappiness = 0", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 236, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/timesyncd-ntp
152
[ "no_license" ]
[ { "path": "roles/timesyncd-ntp/tasks/main.yml", "content": "# En Ubuntu 22.04 Desktop, NetworkManager ignora el servidor NTP indicando con DHCP\n#\n\n- name: timesyncd - Crea el directorio /etc/systemd/timesyncd.conf.d\n file:\n state: directory\n path: /etc/systemd/timesyncd.conf.d\n owner: root\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
vcarceler/playbooks-ubuntu2004
a6227e944f223da07756e5375eb7973b12384eaa
1
roles/ubuntu-desktop-minimal
152
[ "no_license" ]
[ { "path": "roles/ubuntu-desktop-minimal/handlers/main.yml", "content": "- name: reboot\n reboot:\n reboot_timeout: 120\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/ubuntu-desktop-minimal/tasks/main.yml", "content": "- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2217, "all_permissive": false }