Compare commits
7 Commits
3001e19c7e
...
0de5a12b55
Author | SHA1 | Date | |
---|---|---|---|
0de5a12b55 | |||
5af818c387 | |||
e4b5b6d5cd | |||
35bd74c55f | |||
2faeeda22a | |||
82467adfef | |||
62bfaa7c49 |
@ -59,14 +59,13 @@ en1:
|
|||||||
interface:
|
interface:
|
||||||
access: bond0
|
access: bond0
|
||||||
internal: bond0.99
|
internal: bond0.99
|
||||||
skylab_datastore_device: sdb
|
|
||||||
skylab_networking:
|
skylab_networking:
|
||||||
eno1:
|
eno1:
|
||||||
bond: bond0
|
bond: bond0
|
||||||
eno2:
|
eno2:
|
||||||
bond: bond0
|
bond: bond0
|
||||||
bond0:
|
bond0:
|
||||||
device: bond
|
type: bond
|
||||||
firewall: internal
|
firewall: internal
|
||||||
gateway: 10.42.101.1/24
|
gateway: 10.42.101.1/24
|
||||||
dns:
|
dns:
|
||||||
@ -76,7 +75,7 @@ en1:
|
|||||||
- 192.168.255.255/32
|
- 192.168.255.255/32
|
||||||
dhcp: false
|
dhcp: false
|
||||||
bond0.99:
|
bond0.99:
|
||||||
device: vlan
|
type: vlan
|
||||||
firewall: trusted
|
firewall: trusted
|
||||||
addresses:
|
addresses:
|
||||||
- 192.168.42.10/24
|
- 192.168.42.10/24
|
||||||
@ -102,7 +101,7 @@ en1:
|
|||||||
eno2:
|
eno2:
|
||||||
bond: bond0
|
bond: bond0
|
||||||
bond0:
|
bond0:
|
||||||
device: bond
|
type: bond
|
||||||
firewall: internal
|
firewall: internal
|
||||||
dhcp: false
|
dhcp: false
|
||||||
gateway: 10.42.101.1/24
|
gateway: 10.42.101.1/24
|
||||||
@ -112,7 +111,7 @@ en1:
|
|||||||
dns:
|
dns:
|
||||||
- 10.42.101.1
|
- 10.42.101.1
|
||||||
bond0.99:
|
bond0.99:
|
||||||
device: vlan
|
type: vlan
|
||||||
firewall: trusted
|
firewall: trusted
|
||||||
dhcp: false
|
dhcp: false
|
||||||
addresses:
|
addresses:
|
||||||
@ -139,7 +138,7 @@ en1:
|
|||||||
eno2:
|
eno2:
|
||||||
bond: bond0
|
bond: bond0
|
||||||
bond0:
|
bond0:
|
||||||
device: bond
|
type: bond
|
||||||
firewall: internal
|
firewall: internal
|
||||||
gateway: 10.42.101.1/24
|
gateway: 10.42.101.1/24
|
||||||
dns:
|
dns:
|
||||||
@ -149,7 +148,7 @@ en1:
|
|||||||
- 192.168.255.255/32
|
- 192.168.255.255/32
|
||||||
dhcp: false
|
dhcp: false
|
||||||
bond0.99:
|
bond0.99:
|
||||||
device: vlan
|
type: vlan
|
||||||
firewall: trusted
|
firewall: trusted
|
||||||
addresses:
|
addresses:
|
||||||
- 192.168.42.30/24
|
- 192.168.42.30/24
|
||||||
|
1
playbooks/files
Symbolic link
1
playbooks/files
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../resources
|
1
playbooks/roles
Symbolic link
1
playbooks/roles
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../roles
|
1
playbooks/tasks
Symbolic link
1
playbooks/tasks
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../tasks
|
1
playbooks/templates
Symbolic link
1
playbooks/templates
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../resources
|
1
playbooks/vars
Symbolic link
1
playbooks/vars
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
../vars/
|
501
poetry.lock
generated
501
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ license = "MIT"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
ansible = "^4.9.0"
|
ansible = "^3.4.0"
|
||||||
docker = "^4.2.0"
|
docker = "^4.2.0"
|
||||||
docker-compose = "^1.25.4"
|
docker-compose = "^1.25.4"
|
||||||
paramiko = "^2.7.1"
|
paramiko = "^2.7.1"
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
collections:
|
|
||||||
- source: ./skylab/
|
|
||||||
type: subdirs
|
|
@ -1,3 +0,0 @@
|
|||||||
# Ansible Collection - skylab.core
|
|
||||||
|
|
||||||
Documentation for the collection.
|
|
@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
namespace: skylab
|
|
||||||
name: core
|
|
||||||
version: 0.0.0
|
|
||||||
description: Network deployment procedures and configuration state management
|
|
||||||
authors:
|
|
||||||
- Ethan Paul <me@enp.one>
|
|
||||||
license:
|
|
||||||
- MIT
|
|
||||||
readme: README.md
|
|
||||||
tags: []
|
|
||||||
repository: https://vcs.enp.one/skylab/skylab-ansible/
|
|
||||||
build_ignore: []
|
|
||||||
|
|
||||||
# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
|
|
||||||
# collection label 'namespace.name'. The value is a version range
|
|
||||||
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
|
|
||||||
# range specifiers can be set and are separated by ','
|
|
||||||
dependencies: {}
|
|
@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
requires_ansible: ">=2.11,<2.15"
|
|
Reference in New Issue
Block a user