Adding turn.
This commit is contained in:
parent
ea83f6a426
commit
152e171ac8
|
|
@ -1,5 +0,0 @@
|
|||
id_rsa
|
||||
!roles/requirements.yml
|
||||
files/ssh_keys
|
||||
.vagrant
|
||||
releases
|
||||
|
|
@ -1 +0,0 @@
|
|||
1.5:400d2d5f-317e-4e33-b7b1-d1bfe81d1c6b
|
||||
|
|
@ -1 +0,0 @@
|
|||
1000
|
||||
|
|
@ -1 +0,0 @@
|
|||
400d2d5f-317e-4e33-b7b1-d1bfe81d1c6b
|
||||
|
|
@ -1 +0,0 @@
|
|||
84b666789624430aaca9e528b8ccb0fe
|
||||
|
|
@ -1 +0,0 @@
|
|||
{}
|
||||
|
|
@ -1 +0,0 @@
|
|||
/home/robertdb/Documents/github.com/robertdebock/ansible-development-environment
|
||||
|
|
@ -1 +0,0 @@
|
|||
1.5:62cd93f9-1823-4998-bbb2-689ff16ffff9
|
||||
|
|
@ -1 +0,0 @@
|
|||
1000
|
||||
|
|
@ -1 +0,0 @@
|
|||
62cd93f9-1823-4998-bbb2-689ff16ffff9
|
||||
|
|
@ -1 +0,0 @@
|
|||
12a1f187bde545f580760461bc482332
|
||||
|
|
@ -1 +0,0 @@
|
|||
{}
|
||||
|
|
@ -1 +0,0 @@
|
|||
/home/robertdb/Documents/github.com/robertdebock/ansible-development-environment
|
||||
|
|
@ -0,0 +1 @@
|
|||
Vagrantfile.libvirt
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[defaults]
|
||||
retry_files_enabled=no
|
||||
inventory=inventory
|
||||
stdout_callback=yaml
|
||||
host_key_checking=no
|
||||
roles_path=roles
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
[user]
|
||||
email = robert@meinit.nl
|
||||
name = Robert de Bock
|
||||
|
|
@ -1 +0,0 @@
|
|||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
ansible_pyhton_interpreter: /usr/bin/python3
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
github: robertdebock
|
||||
|
|
@ -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?
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
#
|
||||
# Ansible managed
|
||||
#
|
||||
repository:
|
||||
description: Install and configure ansible on your system.
|
||||
homepage: https://robertdebock.nl/
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
.molecule
|
||||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
install_date: Mon Sep 28 13:21:49 2020
|
||||
version: 2.3.3
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
exceptions:
|
||||
- variation: amazonlinux:1
|
||||
reason: "No package matching 'python3-pip'"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
tox_parallel: yes
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: yes
|
||||
gather_facts: yes
|
||||
|
||||
roles:
|
||||
- role: ansible-role-ansible
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- robertdebock.bootstrap
|
||||
- robertdebock.buildtools
|
||||
- robertdebock.epel
|
||||
- robertdebock.python_pip
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
github: robertdebock
|
||||
|
|
@ -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?
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
#
|
||||
# Ansible managed
|
||||
#
|
||||
repository:
|
||||
description: Install ansible-lint on your system.
|
||||
homepage: https://robertdebock.nl/
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
.molecule
|
||||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
install_date: Mon Sep 28 13:21:51 2020
|
||||
version: 2.3.12
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
exceptions:
|
||||
- variation: amazonlinux:1
|
||||
reason: "No package matching 'python3-pip'"
|
||||
- variation: amazonlinux
|
||||
reason: "No module named pkg_resources"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
tox_parallel: yes
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- robertdebock.bootstrap
|
||||
- robertdebock.buildtools
|
||||
- robertdebock.epel
|
||||
- robertdebock.python_pip
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
# vars file for ansible_lint
|
||||
|
||||
ansible_lint_packages:
|
||||
- ansible-lint
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
github: robertdebock
|
||||
|
|
@ -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?
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
#
|
||||
# Ansible managed
|
||||
#
|
||||
repository:
|
||||
description: Install and configure ara on your system.
|
||||
homepage: https://robertdebock.nl/
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
.molecule
|
||||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
install_date: Mon Sep 28 13:21:56 2020
|
||||
version: 2.5.2
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
tox_parallel: yes
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: yes
|
||||
gather_facts: yes
|
||||
|
||||
roles:
|
||||
- role: ansible-role-ara
|
||||
|
|
@ -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
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
- name: Verify
|
||||
hosts: all
|
||||
become: yes
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: check if connection still works
|
||||
ping:
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
github: robertdebock
|
||||
|
|
@ -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?
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
#
|
||||
# Ansible managed
|
||||
#
|
||||
repository:
|
||||
description: Install atom on your system.
|
||||
homepage: https://robertdebock.nl/
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
.molecule
|
||||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
install_date: Mon Sep 28 13:21:59 2020
|
||||
version: 2.5.1
|
||||
|
|
@ -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."
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
tox_parallel: yes
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: yes
|
||||
gather_facts: yes
|
||||
|
||||
roles:
|
||||
- role: ansible-role-atom
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
become: yes
|
||||
|
||||
roles:
|
||||
- role: robertdebock.bootstrap
|
||||
|
|
@ -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
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
- robertdebock.bootstrap
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
#
|
||||
# Ansible managed
|
||||
#
|
||||
exclude_paths:
|
||||
- ./meta/preferences.yml
|
||||
- ./molecule/default/verify.yml
|
||||
- ./.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
github: robertdebock
|
||||
|
|
@ -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?
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
#
|
||||
# Ansible managed
|
||||
#
|
||||
repository:
|
||||
description: Prepare your system to be managed by Ansible.
|
||||
homepage: https://robertdebock.nl/
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
.molecule
|
||||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
install_date: Mon Sep 28 13:22:02 2020
|
||||
version: 4.2.7
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
tox_parallel: yes
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: yes
|
||||
gather_facts: no
|
||||
|
||||
roles:
|
||||
- role: ansible-role-bootstrap
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
- name: Verify
|
||||
hosts: all
|
||||
become: no
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: test connection
|
||||
ping:
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
github: robertdebock
|
||||
|
|
@ -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?
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
#
|
||||
# Ansible managed
|
||||
#
|
||||
repository:
|
||||
description: Install buildtools on your system.
|
||||
homepage: https://robertdebock.nl/
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
.molecule
|
||||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
install_date: Mon Sep 28 13:22:05 2020
|
||||
version: 2.4.15
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
exceptions:
|
||||
- variation: EL
|
||||
reason: "No package matching 'bison' found available, installed or updated"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
tox_parallel: yes
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: yes
|
||||
gather_facts: yes
|
||||
|
||||
roles:
|
||||
- role: ansible-role-buildtools
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
become: yes
|
||||
|
||||
roles:
|
||||
- role: robertdebock.bootstrap
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
- robertdebock.bootstrap
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
github: robertdebock
|
||||
|
|
@ -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?
|
||||
|
|
@ -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/
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
.molecule
|
||||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
install_date: Mon Sep 28 13:22:08 2020
|
||||
version: 3.3.4
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
---
|
||||
exceptions:
|
||||
- variation: amazonlinux
|
||||
reason: "set hostname: [Errno 2] No such file or directory: '/etc/sysconfig/network'"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
tox_parallel: yes
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: yes
|
||||
gather_facts: yes
|
||||
|
||||
roles:
|
||||
- role: ansible-role-common
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
become: yes
|
||||
|
||||
roles:
|
||||
- role: robertdebock.bootstrap
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
- name: Verify
|
||||
hosts: all
|
||||
become: yes
|
||||
gather_facts: no
|
||||
|
||||
tasks:
|
||||
- name: check if connection still works
|
||||
ping:
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
- robertdebock.bootstrap
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
github: robertdebock
|
||||
|
|
@ -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?
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
#
|
||||
# Ansible managed
|
||||
#
|
||||
repository:
|
||||
description: Install and configure Docker (non-CE) on your system.
|
||||
homepage: https://robertdebock.nl/
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
.molecule
|
||||
*.log
|
||||
*.swp
|
||||
.tox
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
install_date: Mon Sep 28 13:22:11 2020
|
||||
version: 2.4.3
|
||||
|
|
@ -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."
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
---
|
||||
tox_parallel: yes
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
become: yes
|
||||
gather_facts: yes
|
||||
|
||||
roles:
|
||||
- role: ansible-role-docker
|
||||
|
|
@ -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
|
||||
|
|
@ -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
Loading…
Reference in New Issue