This commit is contained in:
parent
66f3979930
commit
b6b58b6156
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,7 @@ steps:
|
||||||
- whoami
|
- whoami
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt upgrade -y
|
- apt upgrade -y
|
||||||
- apt-get install -y ca-certificates curl gnupg tar wget libssl-dev python3-pip cython3 pipx ufw iptables
|
- apt-get install -y ca-certificates curl gnupg tar wget libssl-dev python3-pip cython3 pipx
|
||||||
- update-alternatives --set iptables /usr/sbin/iptables-legacy
|
|
||||||
- ufw status
|
|
||||||
- pipx install --include-deps ansible
|
- pipx install --include-deps ansible
|
||||||
- pipx ensurepath && echo $SHELL
|
- pipx ensurepath && echo $SHELL
|
||||||
- /root/.local/bin/ansible-galaxy install -r ./ansible/requirements.yml
|
- /root/.local/bin/ansible-galaxy install -r ./ansible/requirements.yml
|
||||||
|
|
Loading…
Reference in a new issue