Compare commits
5 Commits
48c93d13d2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 31f87760a1 | |||
| ffb2535c91 | |||
| f72a4aa211 | |||
| 8b3dbca6cd | |||
| cf7b5debd4 |
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[submodule "roles/base-setup"]
|
||||||
|
path = roles/base-setup
|
||||||
|
url = https://git.ao-it.net/ansible/base-setup
|
||||||
|
[submodule "roles/security-setup"]
|
||||||
|
path = roles/security-setup
|
||||||
|
url = https://git.ao-it.net/ansible/security-setup
|
||||||
|
[submodule "roles/docker-mgmt"]
|
||||||
|
path = roles/docker-mgmt
|
||||||
|
url = https://git.ao-it.net/ansible/docker-mgmt
|
||||||
@@ -5,6 +5,7 @@ log_path = /data/ansible/ansible.d/ansible.log
|
|||||||
roles_path = ~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/data/ansible/roles/
|
roles_path = ~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/data/ansible/roles/
|
||||||
collections_paths = ~/.ansible/collections:/usr/share/ansible/collections:/data/ansible/collections
|
collections_paths = ~/.ansible/collections:/usr/share/ansible/collections:/data/ansible/collections
|
||||||
library = ~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:/data/ansible/ansible.d/modules
|
library = ~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:/data/ansible/ansible.d/modules
|
||||||
|
# playbook_vars_root = /data/ansible/ansible.d/
|
||||||
|
|
||||||
stdout_callback = yaml
|
stdout_callback = yaml
|
||||||
forks = 10
|
forks = 10
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
SDExample01 ansible_host=127.0.0.1
|
SDExample01 ansible_host=127.0.0.1 ansible_connection=local
|
||||||
|
|
||||||
[docker]
|
[docker]
|
||||||
|
SDExample01
|
||||||
|
|
||||||
[setup]
|
[setup]
|
||||||
|
|
||||||
@@ -8,7 +9,6 @@ SDExample01 ansible_host=127.0.0.1
|
|||||||
docker
|
docker
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
SDExample01
|
|
||||||
|
|
||||||
[all:vars]
|
[all:vars]
|
||||||
ansible_port=2020
|
ansible_port=2020
|
||||||
|
|||||||
5
playbooks/default.yml
Normal file
5
playbooks/default.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
- hosts: setup
|
||||||
|
roles:
|
||||||
|
- security-setup
|
||||||
|
- base-setup
|
||||||
|
- docker-mgmt
|
||||||
1
roles/base-setup
Submodule
1
roles/base-setup
Submodule
Submodule roles/base-setup added at 1c4e9891ca
1
roles/docker-mgmt
Submodule
1
roles/docker-mgmt
Submodule
Submodule roles/docker-mgmt added at adf21dbbf0
1
roles/security-setup
Submodule
1
roles/security-setup
Submodule
Submodule roles/security-setup added at bf212c9886
Reference in New Issue
Block a user