mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
Merge branch 'main' of https://github.com/DO1JLR/ansible_playbook_servers
This commit is contained in:
commit
a4520ec2e8
11 changed files with 14 additions and 15 deletions
2
.github/workflows/ansible-linting-check.yml
vendored
2
.github/workflows/ansible-linting-check.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible-actions/ansible-lint-action@v1.0.2
|
uses: ansible-actions/ansible-lint-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
target: "./"
|
target: "./"
|
||||||
python_dependency_file: 'requirements.txt'
|
python_dependency_file: 'requirements.txt'
|
||||||
|
|
2
.github/workflows/yamllint-check.yml
vendored
2
.github/workflows/yamllint-check.yml
vendored
|
@ -17,6 +17,6 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Run yamllint
|
- name: Run yamllint
|
||||||
uses: ansible-actions/yamllint-action@v0.0.1
|
uses: ansible-actions/yamllint-action@v0.0.2
|
||||||
with:
|
with:
|
||||||
target: "./"
|
target: "./"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 795d8e34e71f37f1a74d8621e3d2cab5cfe2f797
|
Subproject commit d36a289deb74a8b188c462bfb767feed4feb50b3
|
|
@ -1 +1 @@
|
||||||
Subproject commit ee0ceea118b72ea062a8a9627668e5b07a36ea96
|
Subproject commit 1b75f1aa9cd52ab1b72e9d61bdca277167fedb77
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4f758bfb84c639f3ce092a6dbba30a5e42bbd062
|
Subproject commit 6c8f949ba950309931d8931f4820b99707898850
|
|
@ -1 +1 @@
|
||||||
Subproject commit a3056e92e196f11c4b3550bd1891ef6b22b6acb1
|
Subproject commit b64db9de485f46b4329169aff26f638b95c77dee
|
|
@ -1 +1 @@
|
||||||
Subproject commit bfe2fdc3ff8b94b14574cdade1639ce11877215c
|
Subproject commit 47710cfb93fad4f98c5895d5a263fadd1d0cc8c5
|
|
@ -1 +1 @@
|
||||||
Subproject commit fbddddcb983e71e6134b0faece2cebc3c233b4a2
|
Subproject commit e09f4ca31422a7597deea18e18703f541f7355cd
|
|
@ -1 +1 @@
|
||||||
Subproject commit 709abefcc96e89619d1d31f4b9e7879f069cd241
|
Subproject commit 05b0b7cd2d8e223348bdc39b047c0b9f0ee70bbb
|
|
@ -1 +1 @@
|
||||||
Subproject commit c72059ffb289de829c5df184466aed978b8b64dc
|
Subproject commit 85d0ae83f186c1e712e07cce5063c4208f28be4b
|
9
site.yml
9
site.yml
|
@ -7,9 +7,10 @@
|
||||||
- name: General roles for all hosts
|
- name: General roles for all hosts
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- {role: l3d.users.user, tags: [test, users, user]}
|
- {role: l3d.users.user, tags: [users, user]}
|
||||||
- {role: l3d.users.admin, tags: [test, users, admin]}
|
- {role: l3d.users.admin, tags: [users, admin]}
|
||||||
- {role: l3d.users.sshd, tags: [test, users, sshd]}
|
- {role: l3d.users.sshd, tags: [users, sshd]}
|
||||||
|
- {role: l3d.users.dotfiles, tags: [users, dotfiles]}
|
||||||
- {role: l3d.packages, tags: [packages, general]}
|
- {role: l3d.packages, tags: [packages, general]}
|
||||||
- {role: do1jlr.ranger, tags: [packages, ranger]}
|
- {role: do1jlr.ranger, tags: [packages, ranger]}
|
||||||
- {role: gantsign.bat, tags: [packages, bat], when: [ansible_os_family == 'Debian' and "ansible_architecture" == "x86_64"]}
|
- {role: gantsign.bat, tags: [packages, bat], when: [ansible_os_family == 'Debian' and "ansible_architecture" == "x86_64"]}
|
||||||
|
@ -22,8 +23,6 @@
|
||||||
- name: User specific roles for all hosts
|
- name: User specific roles for all hosts
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
# - {role: do1jlr.admin_base, tags: [default, init, users, accounts, dotfiles]}
|
|
||||||
# - {role: do1jlr.dotfiles, tags: [default, dotfiles]}
|
|
||||||
- {role: geerlingguy.firewall, tags: [default, firewall], become: true}
|
- {role: geerlingguy.firewall, tags: [default, firewall], become: true}
|
||||||
- {role: robertdebock.fail2ban, tags: [default, fail2ban], become: true}
|
- {role: robertdebock.fail2ban, tags: [default, fail2ban], become: true}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue