Adding turn.

This commit is contained in:
Robert de Bock 2021-04-20 16:23:00 +02:00
parent ea83f6a426
commit 152e171ac8
244 changed files with 3 additions and 1266 deletions

View File

@ -1,5 +0,0 @@
id_rsa
!roles/requirements.yml
files/ssh_keys
.vagrant
releases

View File

@ -1 +0,0 @@
1.5:400d2d5f-317e-4e33-b7b1-d1bfe81d1c6b

View File

@ -1 +0,0 @@
1000

View File

@ -1 +0,0 @@
400d2d5f-317e-4e33-b7b1-d1bfe81d1c6b

View File

@ -1 +0,0 @@
84b666789624430aaca9e528b8ccb0fe

View File

@ -1 +0,0 @@
/home/robertdb/Documents/github.com/robertdebock/ansible-development-environment

View File

@ -1 +0,0 @@
1.5:62cd93f9-1823-4998-bbb2-689ff16ffff9

View File

@ -1 +0,0 @@
1000

View File

@ -1 +0,0 @@
62cd93f9-1823-4998-bbb2-689ff16ffff9

View File

@ -1 +0,0 @@
12a1f187bde545f580760461bc482332

View File

@ -1 +0,0 @@
/home/robertdb/Documents/github.com/robertdebock/ansible-development-environment

1
Vagrantfile 2 Symbolic link
View File

@ -0,0 +1 @@
Vagrantfile.libvirt

View File

@ -1,6 +0,0 @@
[defaults]
retry_files_enabled=no
inventory=inventory
stdout_callback=yaml
host_key_checking=no
roles_path=roles

View File

@ -1,3 +0,0 @@
[user]
email = robert@meinit.nl
name = Robert de Bock

View File

@ -1 +0,0 @@
ansible_python_interpreter: /usr/bin/python3

View File

@ -1,2 +0,0 @@
---
ansible_pyhton_interpreter: /usr/bin/python3

View File

@ -1,5 +0,0 @@
#fedora-s-1vcpu-2gb-fra1-01 ansible_host=167.99.141.134
#ubuntu-s-2vcpu-4gb-nyc1-01 ansible_host=206.189.178.203 ansible_user=root
[python3]
fedora

View File

@ -341,6 +341,8 @@ git_repositories:
dest: ansible-role-travis
- repo: ssh://git@github.com/robertdebock/ansible-role-tune2fs.git
dest: ansible-role-tune2fs
- repo: ssh://git@github.com/robertdebock/ansible-role-turn.git
dest: ansible-role-turn
- repo: ssh://git@github.com/robertdebock/ansible-role-types.git
dest: ansible-role-types
- repo: ssh://git@github.com/robertdebock/ansible-role-ulimit.git

View File

@ -1,2 +0,0 @@
---
github: robertdebock

View File

@ -1,11 +0,0 @@
---
name: Pull request
about: Describe the proposed change
---
**Describe the change**
A clear and concise description of what the pull request is.
**Testing**
In case a feature was added, how were tests performed?

View File

@ -1,7 +0,0 @@
---
#
# Ansible managed
#
repository:
description: Install and configure ansible on your system.
homepage: https://robertdebock.nl/

View File

@ -1,4 +0,0 @@
.molecule
*.log
*.swp
.tox

View File

@ -1,2 +0,0 @@
install_date: Mon Sep 28 13:21:49 2020
version: 2.3.3

View File

@ -1,4 +0,0 @@
---
exceptions:
- variation: amazonlinux:1
reason: "No package matching 'python3-pip'"

View File

@ -1,2 +0,0 @@
---
tox_parallel: yes

View File

@ -1,8 +0,0 @@
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: ansible-role-ansible

View File

@ -1,11 +0,0 @@
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
roles:
- role: robertdebock.bootstrap
- role: robertdebock.epel
- role: robertdebock.buildtools
- role: robertdebock.python_pip

View File

@ -1,11 +0,0 @@
---
- name: Verify
hosts: all
become: no
gather_facts: no
tasks:
- name: run ansible
shell: ansible --version > ansible.version
args:
creates: ansible.version

View File

@ -1,5 +0,0 @@
---
- robertdebock.bootstrap
- robertdebock.buildtools
- robertdebock.epel
- robertdebock.python_pip

View File

@ -1,2 +0,0 @@
---
github: robertdebock

View File

@ -1,11 +0,0 @@
---
name: Pull request
about: Describe the proposed change
---
**Describe the change**
A clear and concise description of what the pull request is.
**Testing**
In case a feature was added, how were tests performed?

View File

@ -1,7 +0,0 @@
---
#
# Ansible managed
#
repository:
description: Install ansible-lint on your system.
homepage: https://robertdebock.nl/

View File

@ -1,4 +0,0 @@
.molecule
*.log
*.swp
.tox

View File

@ -1,2 +0,0 @@
install_date: Mon Sep 28 13:21:51 2020
version: 2.3.12

View File

@ -1,6 +0,0 @@
---
exceptions:
- variation: amazonlinux:1
reason: "No package matching 'python3-pip'"
- variation: amazonlinux
reason: "No module named pkg_resources"

View File

@ -1,2 +0,0 @@
---
tox_parallel: yes

View File

@ -1,5 +0,0 @@
---
- robertdebock.bootstrap
- robertdebock.buildtools
- robertdebock.epel
- robertdebock.python_pip

View File

@ -1,5 +0,0 @@
---
# vars file for ansible_lint
ansible_lint_packages:
- ansible-lint

View File

@ -1,2 +0,0 @@
---
github: robertdebock

View File

@ -1,11 +0,0 @@
---
name: Pull request
about: Describe the proposed change
---
**Describe the change**
A clear and concise description of what the pull request is.
**Testing**
In case a feature was added, how were tests performed?

View File

@ -1,7 +0,0 @@
---
#
# Ansible managed
#
repository:
description: Install and configure ara on your system.
homepage: https://robertdebock.nl/

View File

@ -1,4 +0,0 @@
.molecule
*.log
*.swp
.tox

View File

@ -1,2 +0,0 @@
install_date: Mon Sep 28 13:21:56 2020
version: 2.5.2

View File

@ -1,2 +0,0 @@
---
tox_parallel: yes

View File

@ -1,8 +0,0 @@
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: ansible-role-ara

View File

@ -1,11 +0,0 @@
---
- name: Prepare
hosts: all
become: yes
gather_facts: no
roles:
- role: robertdebock.bootstrap
- role: robertdebock.buildtools
- role: robertdebock.epel
- role: robertdebock.python_pip

View File

@ -1,9 +0,0 @@
---
- name: Verify
hosts: all
become: yes
gather_facts: no
tasks:
- name: check if connection still works
ping:

View File

@ -1,2 +0,0 @@
---
github: robertdebock

View File

@ -1,11 +0,0 @@
---
name: Pull request
about: Describe the proposed change
---
**Describe the change**
A clear and concise description of what the pull request is.
**Testing**
In case a feature was added, how were tests performed?

View File

@ -1,7 +0,0 @@
---
#
# Ansible managed
#
repository:
description: Install atom on your system.
homepage: https://robertdebock.nl/

View File

@ -1,4 +0,0 @@
.molecule
*.log
*.swp
.tox

View File

@ -1,2 +0,0 @@
install_date: Mon Sep 28 13:21:59 2020
version: 2.5.1

View File

@ -1,6 +0,0 @@
---
exceptions:
- variation: amazonlinux:1
reason: "Package: atom ... Requires: libsecret-1.so.0 ... and ... polkit"
- variation: debian:bullseye
reason: "An error occurred during the test sequence action: 'idempotence'. Cleaning up."

View File

@ -1,2 +0,0 @@
---
tox_parallel: yes

View File

@ -1,8 +0,0 @@
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: ansible-role-atom

View File

@ -1,8 +0,0 @@
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
roles:
- role: robertdebock.bootstrap

View File

@ -1,9 +0,0 @@
---
- name: Verify
hosts: all
become: yes
gather_facts: no
tasks:
- name: check if atom exists works
command: file /usr/bin/atom

View File

@ -1,2 +0,0 @@
---
- robertdebock.bootstrap

View File

@ -1,7 +0,0 @@
#
# Ansible managed
#
exclude_paths:
- ./meta/preferences.yml
- ./molecule/default/verify.yml
- ./.tox

View File

@ -1,2 +0,0 @@
---
github: robertdebock

View File

@ -1,11 +0,0 @@
---
name: Pull request
about: Describe the proposed change
---
**Describe the change**
A clear and concise description of what the pull request is.
**Testing**
In case a feature was added, how were tests performed?

View File

@ -1,7 +0,0 @@
---
#
# Ansible managed
#
repository:
description: Prepare your system to be managed by Ansible.
homepage: https://robertdebock.nl/

View File

@ -1,4 +0,0 @@
.molecule
*.log
*.swp
.tox

View File

@ -1,2 +0,0 @@
install_date: Mon Sep 28 13:22:02 2020
version: 4.2.7

View File

@ -1,2 +0,0 @@
---
tox_parallel: yes

View File

@ -1,8 +0,0 @@
---
- name: Converge
hosts: all
become: yes
gather_facts: no
roles:
- role: ansible-role-bootstrap

View File

@ -1,9 +0,0 @@
---
- name: Verify
hosts: all
become: no
gather_facts: no
tasks:
- name: test connection
ping:

View File

@ -1,2 +0,0 @@
---
github: robertdebock

View File

@ -1,11 +0,0 @@
---
name: Pull request
about: Describe the proposed change
---
**Describe the change**
A clear and concise description of what the pull request is.
**Testing**
In case a feature was added, how were tests performed?

View File

@ -1,7 +0,0 @@
---
#
# Ansible managed
#
repository:
description: Install buildtools on your system.
homepage: https://robertdebock.nl/

View File

@ -1,4 +0,0 @@
.molecule
*.log
*.swp
.tox

View File

@ -1,2 +0,0 @@
install_date: Mon Sep 28 13:22:05 2020
version: 2.4.15

View File

@ -1,4 +0,0 @@
---
exceptions:
- variation: EL
reason: "No package matching 'bison' found available, installed or updated"

View File

@ -1,2 +0,0 @@
---
tox_parallel: yes

View File

@ -1,8 +0,0 @@
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: ansible-role-buildtools

View File

@ -1,8 +0,0 @@
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
roles:
- role: robertdebock.bootstrap

View File

@ -1,2 +0,0 @@
---
- robertdebock.bootstrap

View File

@ -1,2 +0,0 @@
---
github: robertdebock

View File

@ -1,11 +0,0 @@
---
name: Pull request
about: Describe the proposed change
---
**Describe the change**
A clear and concise description of what the pull request is.
**Testing**
In case a feature was added, how were tests performed?

View File

@ -1,7 +0,0 @@
---
#
# Ansible managed
#
repository:
description: The purpose of this role is to configure common things on your system.
homepage: https://robertdebock.nl/

View File

@ -1,4 +0,0 @@
.molecule
*.log
*.swp
.tox

View File

@ -1,2 +0,0 @@
install_date: Mon Sep 28 13:22:08 2020
version: 3.3.4

View File

@ -1,4 +0,0 @@
---
exceptions:
- variation: amazonlinux
reason: "set hostname: [Errno 2] No such file or directory: '/etc/sysconfig/network'"

View File

@ -1,2 +0,0 @@
---
tox_parallel: yes

View File

@ -1,8 +0,0 @@
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: ansible-role-common

View File

@ -1,8 +0,0 @@
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
roles:
- role: robertdebock.bootstrap

View File

@ -1,9 +0,0 @@
---
- name: Verify
hosts: all
become: yes
gather_facts: no
tasks:
- name: check if connection still works
ping:

View File

@ -1,2 +0,0 @@
---
- robertdebock.bootstrap

View File

@ -1,2 +0,0 @@
---
github: robertdebock

View File

@ -1,11 +0,0 @@
---
name: Pull request
about: Describe the proposed change
---
**Describe the change**
A clear and concise description of what the pull request is.
**Testing**
In case a feature was added, how were tests performed?

View File

@ -1,7 +0,0 @@
---
#
# Ansible managed
#
repository:
description: Install and configure Docker (non-CE) on your system.
homepage: https://robertdebock.nl/

View File

@ -1,4 +0,0 @@
.molecule
*.log
*.swp
.tox

View File

@ -1,2 +0,0 @@
install_date: Mon Sep 28 13:22:11 2020
version: 2.4.3

View File

@ -1,6 +0,0 @@
---
exceptions:
- variation: Ubuntu
reason: "Unable to find any of pip2, pip to use."
- variation: amazonlinux
reason: "Required dependency (python_pip) does not work on amazonlinux."

View File

@ -1,2 +0,0 @@
---
tox_parallel: yes

View File

@ -1,8 +0,0 @@
---
- name: Converge
hosts: all
become: yes
gather_facts: yes
roles:
- role: ansible-role-docker

View File

@ -1,12 +0,0 @@
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
roles:
- role: robertdebock.bootstrap
- role: robertdebock.core_dependencies
- role: robertdebock.buildtools
- role: robertdebock.epel
- role: robertdebock.python_pip

View File

@ -1,15 +0,0 @@
---
- name: Verify
hosts: all
become: yes
gather_facts: no
tasks:
- name: Create a container
docker_container:
name: openssh
image: robertdebock/docker-centos-openssh
ports:
- "2222:22"
when:
- ansible_connection != "docker"

Some files were not shown because too many files have changed in this diff Show More